Recent content by Qkxy

  1. Q

    Doesn't must collapse subprogram

    It still not works correctly in 13.0.0.1872 Beta
  2. Q

    [PLSD 12][Bug] Folding subprograms

    I have the same annoying behaviour in PLD 12.0.7.1837 (32 and 64bit), but this version has a little enhancement: only at the first subprogram folding all the remaining subprograms, form the second only the selected subprogram folded. It would be great if at the first subprogram only that...
  3. Q

    Doesn't must collapse subprogram

    It works in v11. Marco can you handle this as regression and fix it?
  4. Q

    AutoReplace by template

    Hi, It would be great if I could write a special text into a template first line which automaticaly turned into AutoReplace keyword. For example: In current versions I have to create a template eg. Tools\sel.tpl: SELECT t.* FROM [#] t than write this line into my AutoReplace.txt file...
  5. Q

    Next SQL feature

    Hi, When I write something (eg. a script) into a new SQL window and accidentally press CTRL+Down the screen cleared and when a character is writen into this clear window I can't use CTRL+Up to revert the previous content. Can you modify this feature to revert the previous content of the window...
  6. Q

    Change multiple connections at once

    Hi, It would be great if I could select more than one connection in the "Define Connection" window and change some property for all the selected items at once. Best Regards, Zoltan
  7. Q

    CTRL + click with DBA views

    Thank you, but this was a working feature in version 7 so would you so kind and handle it as a BUG? (I have seen "I have added this to the list of enhancement requests" so many times on this forum and I can't believe in the enhancement list.) My current version is 9.0.4.1645 Best regards, Zoltan.
  8. Q

    CTRL + click with DBA views

    Hi, according to DebugSQL log in SQL window the CTRL + click function uses the dbms_utility.name_resolve to resolve the object name and type but this procedure runs with the caller privileges and does not resolve names if the caller has no right for the object. Can you extend the object name...
  9. Q

    Nested alternative quote delimiters

    Hi, I found that syntax highlighting not working well with nested alternative quote delimiters: BEGIN do_exec(q'{ BEGIN something(q'[ some text ]'); END; }'); END; Will display this: BEGIN do_exec(q'{ BEGIN...
  10. Q

    Enhancement Request: View test script DBMS output as html

    HTML view of the window would be great.
  11. Q

    DBA views not always used in v8

    Hi, In version 7 when I type a package name in the SQL editor in schema.package format and I right click on it the context sensitive menu has option to view, edit, drop or browse that package. In version 8.0.2 this function is not working when I not have direct grant on the package, but in the...
  12. Q

    Guideline

    Hi, I hoped that this feature come back in version 8, but I can't find in the alpah release. Do you plan to implement it again?
  13. Q

    We dont want a Linux version just a wine howto!

    Try this: http://appdb.winehq.org/appview.php?iVersionId=5561
  14. Q

    Quoted string syntax highlighting

    Hi, When will you support 10g qouted string in syntax highliting? For example: DECLARE v_string VARCHAR2(4000) := q'{'Syntax highlighting is not perfect :-(}'; BEGIN dbms_output.put_line(v_string); -- END; /
  15. Q

    auto replace issue

    BAR Solutions Plug-Ins: http://www.bar-solutions.com/software/download/mytools/template.zip
Back
Top