Recent content by Roeland

  1. Roeland

    feature request

    Try Ctrl-E
  2. Roeland

    Is there a way to reverse SQL comment in one step?

    I do it like this: SELECT * FROM dual WHERE /*a = b /*/ c = d/**/ and SELECT * FROM dual WHERE /**/a = b /*/ c = d/**/
  3. Roeland

    Window list: window is not reachable after drag and drop

    Make a lot of windows in your window list, so that the scrollbars are visible Drag the lowest window onto the one just above it The dropped on window is not reachable anymore with the scrollbar V12.0.2.1818 (64 bit)
  4. Roeland

    SQL Window "Save as Standard Query" fails without error

    That solved it. Thx Marco
  5. Roeland

    SQL Window "Save as Standard Query" fails without error

    I checked again, and the last change in the Standard Queries is from 19/10/2016 in the "PLSQL Developer 12" directory, while all my changes are stored into the "PLSQL Developer" one. I then looked at the other directories where "PLSQL Developer" is used rather then "PLSQL Developer 12": PFInfo...
  6. Roeland

    plsdev 12 - black screen

    I encountered the same issue, but don't know how to reproduce it...
  7. Roeland

    SQL Window "Save as Standard Query" fails without error

    I have noticed that those files are stored into %APPDATA%\PLSQL Developer\Standard Queries instead of %APPDATA%\PLSQL Developer 12\Standard Queries? Is this a bug or a configuration issue?
  8. Roeland

    SQL Window "Save as Standard Query" fails without error

    When I want to store my query using the "Save as Standard Query" of a SQL Window, and I use some unallowed characters, PL/SQL Developer fails to mention this... I typed in the query name something with ":" and the query was not saved. I did some more tests, but have now the problem that I...
  9. Roeland

    Command window outputs an extra line

    I see that my command window displays an extra line after each command now. Is this by design? This was not the case in version 11. Could I set this to the previous setting? V12.0.1.1814
  10. Roeland

    Connections

    Today I was connected again to production with a lot of SQL, Test, Command and Program windows. The following scenario happened again: [list] Log off The yellow key stayed yellow
  11. Roeland

    Connections

    Situation: Connected to a remote production database. (Not sure if I logged off or not). Left the building and returned an hour later. The background was gray, and the application title bar displays "(Not logged on) - PL/SQL Developer". I started to close all windows, but suddenly the background...
  12. Roeland

    Edit / Selection / (Un)Indent: Why are the start and end position of the selection changing?

    Still not good in version 12. The solution is IMHO fast and simple: select the lines completely when indenting or unindenting Please fix this Marco.
  13. Roeland

    Version 12 felicitations

    I think the whole team of PL/SQL Developer deserves my (postponed ;) ) felicitations for this new version. Some will (correctly) say that it's not perfect, but I think honestly that this version is a major step in the right direction. I have worked with it during 3 months and I don't want to...
  14. Roeland

    " PL/SQL Developer Beta" forum availability

    Nice! Thank you Marco!
  15. Roeland

    Refactor doesn't work correct with folding

    Seems to be fixed in v12. Folding is undone, but code is not corrupted! Thx Marco
Back
Top