Recent content by Cartaz

  1. C

    Error while compiling trigger with bind variable

    Hi, i am getting error "ORA-01036: illegal variable name/number" when i try to compile a trigger with bind varibale (:new or :old) in use. Looks like PL/SQL developer wants to substitute this varibale (pop up windows shows up and prompts me to input a value for new or old). When i disable the...
  2. C

    Preferences: Last point in searchlist not selectable

    Look fine now with 16 Beta3. Thanks.
  3. C

    Order for displayed information in window title changed

    Look fine now with 16 Beta3. Thanks.
  4. C

    Order for displayed information in window title changed

    Hi, it looks like that the Order for the displayed information in the window title has been changed. 15: Workset - Connection - PL/SQL Developer - "Window List information" 16: "Window List information" -Workset - Connection - PL/SQL Developer Beta Would it be possible to change the order in...
  5. C

    Preferences: Last point in searchlist not selectable

    Hi, when using the search function (upper right corner) in preferences the last point in the list is not selectable. A scrollbar is added to the last row, so you can not click on the last point. Not only 16 relevant. Same behaviour in 15. vg Cartaz
  6. C

    Sharing a Workset with others

    Hi, i tried it with the projects but after saving and closing the project all windows were closed and i couldnt get the windows back with reopening the project :( (project file has only 1kb). An alternative path for the workset would be nice (just like with the recall statment). Recently a...
  7. C

    Workset improvement with multiple PSD

    Thanks for the reply. I will try that. And i realised that i can close a workset before closing the PL/SQL Developer. This also prevents "loading last workset" (and probably problem #1).
  8. C

    Workset improvement with multiple PSD

    Hi, i am working with PSD 15.0.4 and i like working with worksets. As i work with multiple databases and projects, i usually have more than one PSD open (with different worksets). When i close PSD with a loaded workset and open a new PSD, it wants to load the last closed workset. This seems to...
  9. C

    Scrollbar not resetting to original position

    Hi, in the developer prior 15, when using the scrollbar with the mouse and moving the mouse to far left or right of the bar (while still holding the bar) the bar "snaped" back to the original position (like in every window behaves under Windows). For me it was a convenient feature to get back...
  10. C

    visibility issue - sometime PLSQLD application goes invisible

    I tried the following versions: 14.0 Beta 1 - 8 14.0.0 14.0.1 14.0.2 All had the same behavior. It does not always occur when switching between Developer windows but like 100% when switching to desktop (win+D) and back to PLSD. Maybe its not a PLSQL-Developer problem and is mor Citrix / Thin...
  11. C

    visibility issue - sometime PLSQLD application goes invisible

    Hi, i can confirm this behavior. Switching between multiple PLSQLD windows or others programms can lead to these "invisible" windows. For me the following workaround helps: After opening a new SQL-Window (have it on shortcut) the hole window becomes visible again. I work via thin client. So i...
  12. C

    Folding does not work

    For me the folding "works". But - folding p_test2 also includes p_test3 (i would imagine only p_test2 would be minimized). - folding v_temp1 also includes the header of p_test2
  13. C

    Contents-List in Package Body not visible when using $$PLSQL_UNIT

    Hi, when a variable is declared with $$PLSQL_UNIT as the last variable in the Declaration part of an function or procedure the Methodtree (Contents) of the Package Body is not visible. (The rest of the Code will be handeled as a "Comment"?). If it is at first position or in between it works...
Back
Top