Recent content by ed10k

  1. E

    "Compare to" would be helpful for "SQL Window" too

    "Compare to" -> "Current file" / "Other file" would be helpful for "SQL Window" too, not for "Program window" only.
  2. E

    Window List - sort order? - again

    Version 10.0.1.1694 VERY big disappointment: windows are still re-sorted after the restart. Window where I started SQL-select at last is always at bottom in the window-list after restart of PLSQL-Developer.
  3. E

    Installation: windows admin right

    I installed PL/SQL Developer version 8 some time ago. In those days I had windows admin right. Now I don't have windows admin right. Can I install PL/SQL Developer version 9? Can I install PL/SQL Developer version 9 over PL/SQL Developer version 8?
  4. E

    Window List - sort order? - again

    Version 8.0.1.1498 Big disappointment: windows are still re-sorted after the restart.
  5. E

    Find dialog window and focus.

    Hi Marco, When do you schedule a fix for this bug?
  6. E

    Request: syntax highlight record when clicked and only record member when clicked

    Excuse me, a little mistake. Right version: If you click at line 7 then lines 5, 7 and 10 are highlighted. OK. If you click after that at the line 75 then nothing chanches. Should be: highlight of lines 5, 7 .. 10.
  7. E

    Request: syntax highlight record when clicked and only record member when clicked

    I agree 100% with Worker. Also please note that the current implementation has a little bug: DECLARE TYPE my_type IS RECORD ( x NUMBER, y NUMBER); my_record my_type; -- line 5 BEGIN my_record.x := 2; -- line 7 my_record.y := 3; -- line 8 IF my_record.y =...
  8. E

    Invoking of the Large Data Editor

    Change of the SQL-statement is cumbersome. And when I waited 2 hours for result of a SQL-statement then I don't like to restart them. Can you add a menu-item or perhaps a context menu item (rigth mouse click) to invoke the Large Editor?
  9. E

    Invoking of the Large Data Editor

    How can I invoke the Large Data Editor for a VARCHAR2 column with the length < 20 characters? I would like to see the cell value in HEX! select cast('A' || chr(9) || 'B' as varchar2(20)) from dual; This is OK, a mouse click on cell button and then Hex-Tab. But... select cast('A' ||...
  10. E

    Merge command and rowcount in the status line

    After execution of the "MERGE INTO" command the status line shows "Done in XXX seconds". Desirable: "XXX rows merged in XXX seconds". Consider Insert statement writes "XXX rows inserted in XXX seconds".
  11. E

    Window List - sort order? - again

    Perhaps this will help: I have always minimum three PL/SQL Developer windows opened, all started with differen "desktop" parameter (DEV, TEST, PROD).
  12. E

    Find dialog window and focus.

    1. SQL Window. 2. Ctrl-F -> Find & Replace dialog appears 3. Write the search text and hit Enter. 3. The main Window is inaktiv and the floating "Window list" is aktiv! 4. No cursor moving keys work! 5. You have to mouse-click in the main Window or go back with Alt-Tab Version 8.0.0.1480
  13. E

    Window List - sort order? - again

    I start PL/SQL developer always with "desktop"-parameter. If I close the programm and restart it again then the order of the windows in the Window list is not the same! s. Window List - sort order? Version 8.0.0.1480
  14. E

    copy / paste to clipboard problem

    Windows Interrupts and PL/SQL Developer. I monitor interrupts on my PC with %SystemRoot%\system32\perfmon.msc. A ground noise is about 150-180 interrupts/s. If any program is active then the interrupts increases perhaps a factor of one and a half or two. If I start PL/SQL Developer then the...
  15. E

    copy / paste to clipboard problem

    You can try this: Start an Office Application, e.g. Excel. Menu -> Edit -> Office Clipboard In the window right bottom -> options -> make all check marks off I did this a couple of weeks ago and this problem on my PC is gone. Perhaps this problem will occur again. We'll see... The best way is...
Back
Top