Recent content by Tarquino

  1. T

    Execute Query in SQL Windows

    Thank you all. It's just to check "AutoSelect Statement" in SQL Windows under Preferences. I am currently using version 10. Regards
  2. T

    Execute Query in SQL Windows

    Hi, I searched the forum but not found any topic related... If there are many selects in the window and pressing "Execute", all results are retrieved. Is there a setup to return the query result only based on cursor position without highlighting all the query? Regards,
  3. T

    Beautifier - Array

    Hi, When working with bidimensional array sometimes after beautifying we have an extra space after before(.). For example, before beautifier: declare type rec_var is record (column1 varchar2(10), column2 varchar2(10)); type t_var is table of rec_var index by binary_integer; r_var...
  4. T

    Multiple Instances in Double Click

    Marco, Didn't work. But I have the solution and you can add this feature if you want in the near versions. In the registry go to HKEY_CLASS_ROOT\PL/SQL Developer Key; Navigate to Shell->Open and rename the key name ddeexec-disable to ddeexec; Inside ddeexec navigate to Application and change...
  5. T

    Multiple Instances in Double Click

    Marco, Any sugestion? Thanks, A.Tarquino
  6. T

    Multiple Instances in Double Click

    Marco, My version is 7.1.5.1396 Gustavo, It's so annoying to drag a file to a opened window. The behavior I expected is to reuse the current window to new files. I saw that you are from S
  7. T

    Multiple Instances in Double Click

    Hi, PLSQL Dev always open a new instance when I double click a file associated to it. Is there any preference to avoid this? Thanks, Alexandre Tarquino
Back
Top