Recent content by AWegierski

  1. A

    Beautifier problem

    Now, simple workaround is to insert comment -- between the WITH clauses
  2. A

    Beautifier problem

    Thx
  3. A

    Beautifier problem

    When I use more then one WITH clauses in query they're beutified in strange mode: WITH query1 AS(query1line1 ... query1lineN), query2 AS(query2line1 ... query2lineN), query3 ... SELECT ...
  4. A

    Pin / Unpin Connection with Windows 7

    No, no. I usually use about 15 windows and 9 databases, so I always make some errors while reconnecting them... Maybe plugin will be helpful for me. Thx.
  5. A

    Enhancement of copy-paste feature

    I use MS Outlook and Skype from Office 365 Online. When I copy code from them using clipboard and paste it into PL/SQL Dev some unrecognizable signs are copied too (especially instead newlines and spaces). Such code is impossible to run in sql window for instance. May be it's possible to filter...
  6. A

    Pin / Unpin Connection with Windows 7

    There's no possibility to change window connection pin state with one-click using buton or context menu. In conjunction with no possibility to change all windows connections using one-click it's the most iritating property of PL/SQL Dev in versions above 10.x
  7. A

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

    This is still an issue with 11.0.0.1762. Thx for mike. In win'7 sometimes is possible to mouse right-click on taskbar, choose "close window" and next "try to restore". The simplest workaround would be: to set run state of SQL/cmd window to "no" while not connecting to database and break button...
Back
Top