Recent content by Martins

  1. M

    v16 losing program focus in opened file as Program Window

    Still not working on version 16.0.5.2166 :(
  2. M

    v16 losing program focus in opened file as Program Window

    Still not working on version 16.0.4.2161
  3. M

    v16 losing program focus in opened file as Program Window

    Marco, did you manage to replicate the issue with the file I sent you?
  4. M

    v16 beautifier adds space after OVER

    My SELECT and FROM do line up, just to the right :) Anyway, I'm just bringing attention to this - if it was an unintentional change then maybe it is worth looking into what other unintentional changes there could be.
  5. M

    v16 beautifier adds space after OVER

    v16 (16.0.3.2156) adds a space after the keyword "OVER". Is it a feature or a bug? v15 SELECT 1 OVER(ORDER BY 1) FROM dual; v16 SELECT 1 OVER (ORDER BY 1) FROM dual; Now with v16 we see this unnecessary code change whenever we use beautifier (and we use it ALWAYS before deploying)
  6. M

    v16 losing program focus in opened file as Program Window

    Still not working on version 16.0.3.2156
  7. M

    v16 losing program focus in opened file as Program Window

    Sure. File sent on 4-feb-2025 15:42 to support@allroundautomations.com
  8. M

    v16 losing program focus in opened file as Program Window

    Open .sql file > Change Window to Program Window. On the left side there is a window with procedures and functions etc. I scroll up and down, move the cursor here and there and the procedure/function window loses focus. It just highlights a completely different item, not where the cursor is...
  9. M

    v16 beautifier adds space before CASE statement

    Ok, seems fixed in v.16.0.2.2154
  10. M

    v16 beautifier adds space before CASE statement

    -- v15: SELECT 'test' ,CASE WHEN 1 = 1 THEN 1 END ,'test' FROM dual; -- v16: SELECT 'test' , CASE WHEN 1 = 1 THEN 1 END ,'test' FROM dual; v16 adds a space between the "CASE". Is it a feature or a bug? Now with...
  11. M

    Bug/Enhancement: Compile Invalid Objects ignores current busy session

    I'm running an SQL. While waiting, switching to another Tab that was opened before from Tools > Compile Invalid Objects. And clicking on the icon "Refresh object list". PLSQL Developer becomes not responding. It could at least do nothing (ignore my clicking on the icon) when the session is busy.
  12. M

    Improvement: timestamp has changed. Reload? Reload all changed files.

    If a file has been changed by some other process while open in Developer, there is a dialogue: Confirm timestamp has changed. Reload? Yes/No/Differences... Could you add an option (a button) to reload all files at once so we don't have to click Yes on a dialogue about every file. Because when...
  13. M

    Frequent freezes while working with PL/SQL Developer

    "When using Copy/Paste, it is more than obvious." ...YEP!
  14. M

    Interface very slow on Win11

    Yup, same here. I'm using the dark mode and the interface is VERY SLOW. Including the ALT+F. Setting the Light style to None and restart helped a little bit. But anyway, if Dark mode is available it should perform normally.
Back
Top