Recent content by oracle developer

  1. O

    Sometimes,if comment line has chinese,F8 to autoselect statement will fail.

    have sent to support@allroundautomations.com :
  2. O

    Sometimes,if comment line has chinese,F8 to autoselect statement will fail.

    send to this email address: support@allroundautomations.com ?
  3. O

    Sometimes,if comment line has chinese,F8 to autoselect statement will fail.

    Sometimes,It seems PL/SQL DEV has autoselect correct sql,but it still run failly,and if copy the sql to other window,perhaps it runs correctly. At last, I add a newline at the sql's last line,then F8 can autoselect and run it.
  4. O

    Sometimes,if comment line has chinese,F8 to autoselect statement will fail.

    F8 to autoselect current statement is very well,but sometimes,press F8 to run current ,and PL/SQL Dev select the error sql text to run,so it report error. Please fix it.
  5. O

    The problems in version 7.1.1.1341

    And I compare with other pc's installation folder,and I found my folder include these files: Are they unnessesary ?
  6. O

    The problems in version 7.1.1.1341

    For 3, After I change options to no unicode, the VSS Plugins's add files/checkout files/... window now can display chinese text correctly. Perhaps, the plugin doesn't support unicode,and it use default font:fixdys,and unicode mode prevent to use such font. For 4, because I use overwrite...
  7. O

    The problems in version 7.1.1.1341

    For 1, uncheck "unicode",and restart PL/SQL DEV,then I can choice fixdys font. For 2, I have try this patch,but,the commentline plugin still can't work correctly. And I found, if I select text from down to up,then it works correctly,and if I select text from up to down,then it only comment or...
  8. O

    The problems in version 7.1.1.1341

    PL/SQL Developer 7.0.3.1123 vs 7.1.1.1341 I have found 7.1.1.1341 to change somethings and make some problems. 1, I can't choice font:Fixedsys 2, commentline plugin works wrong. in 6.x and 7.0.3.1123 , I can select some lines (don't need select at the line's beginning and to the line's...
  9. O

    Advice: Let user easily execute sql he wants in SQL Window.

    Thx, I know how to use function "autoselect statement" and "autoexecute statement". And,if I can change the shortkey from F8 to ctrl-enter,it will be more well.
  10. O

    Advice: Let user easily execute sql he wants in SQL Window.

    Yes, I have checked "autoselect statement",but I don't know how to let pl/sql dev autoselect for me. for example,I type such simple codes in sql win: select sysdate from dual; select 333 from dual; And, I want to get such function: while I place cursor into any position of second statement...
  11. O

    Advice: Let user easily execute sql he wants in SQL Window.

    I now test a oracle client,name Golden32. And It can let user use "ctrl - enter" key to execute the current SQL at the cursor. But In PL/SQL Developer , I must to select the whole text of SQL,and press F8 to execute it. Although It give me hand to execute multiple SQLs or only execute pointed...
Back
Top