Recent content by andyh

  1. A

    Upgrade 15 to 16.

    I think this confused my bill-payers. What use is a support contract for a product that is not fixed to address raised issues?
  2. A

    Upgrade 15 to 16.

    Marco, Thanks for the quick response. I've contacted Sales, and they've offered a reduced upgrade price. Unfortunately, the powers-that-be have decided that since they've just paid for a couple of years of support for a product that didn't need/wasn't updated during that time, there's not much...
  3. A

    Upgrade 15 to 16.

    I must admit that I'd missed the change in licence terms that came about in 2023 - I assumed that we were still in a 'support and upgrades' situation after our August renewal. So... what does a version 15 support contract give me? It sounds like version 15 is now EOL, so there's not going to...
  4. A

    Multiple logons?

    Is it planned to allow each window to have its own logon/session independent of others? I'm frequently developing against more than one schema.
  5. A

    Test window can not be closed when debug has gone wrong or connection has been lost

    +1 So irritating... SQL Developer doesn't seem to suffer from this.
  6. A

    Beautifier ignores conditional compilation keywords

    For example: BEGIN $IF 1=1 $ThEN NULL; $end null; END; I would like all the conditional words to be in upper case, the option to indent like standard if-then-else would also be nice. I have tried adding to 'Use Special Case'. PSD 15.0.2 and 14.0.6
  7. A

    Where to get version 14 installation file?

    We've been suffering a lot of performance issues (freezing, crashing, lost icons, etc.) with version 15 and would like to return to version 14. However, I don't see any download 'archives' for PSD - we have a random selection of 14 installation files, but it would be nice to have the 'latest'...
  8. A

    PLSQL Developer freezes very often

    Similar hangs here, but *not* using version control in PSD. Page goes grey and Windows sometimes asks if want to kill or wait for it to complete. We also occasionally lose icons and names in the left-hand panels e.g Files. We can still see the folder structure, but the item icon and file name...
  9. A

    Beautifier - Change on FOR loop formatting

    In 14 I see: DECLARE l_val NUMBER; BEGIN l_val := least(1000 ,coalesce(2999 ,0)); FOR l_idx IN l_hash .. least(1000 ,coalesce(2999 ,0)) LOOP NULL; END LOOP; END; in 15...
  10. A

    Hangs when network lost/reconnected

    Still having lost connection = PSD hang issues in 13.0.5. In my case I'm running Debug against a package when the connection is lost - a pop-up window appears to tell me that the connection is lost. If I then try to re-login, exit, compile, etc. I get a message telling me that I can't as there...
  11. A

    PLSQLDev 12.0.2.1818 extremly slow on CTRL+C/CTRL+X

    Same here, frequent hangs during copy/paste - often with a black screen.
  12. A

    Beautifier fails to parse nested joins with brackets

    The following cannot be parsed by beautifier: with d as (select 1 as n from dual) ,d1 as (select 1 as n from dual), d2 as (select 2 as n from dual) select d.n, d1.n from d left join (d1 join d2 on d1.n = d2.n) on d1.n = d.n The failure appears to be related to the use of brackets around the...
  13. A

    Line numbers in Command Window

    Me too!
  14. A

    Editor fonts not showing as selected

    Both fonts show correctly in GVIM. For Inconsolata: I choose the font and 'regular'; it displays as regular in the selection box; it becomes bold when I 'OK' the selection. The font is then displayed as bold in the example text and returning to the selection shows bold highlighted for the font...
Back
Top