Recent content by stevec

  1. stevec

    Command window response slowness

    (1) it's always slow when the text size increases (2) checked option and it's set to Multi session - do I change it to Dual ?
  2. stevec

    Command window response slowness

    Marco, (1) just checked, only 262 - PC is WinXP Pro, 512Mb, 1.2 GHz, so not new, but hardly old (2) why can I stop it immediately in a SQL*Plus window ? Cheers, Steve C.
  3. stevec

    Command window response slowness

    Like the program, but a couple of gripes/enhancement request (1) the "slowness" of the windows, e.g. in a Command window, if I use the mouse wheel to scroll up/down, it's very easy to "overload" the window, i.e. if I do a lot of up/downing, it fills the buffer (2) the Break key (Shift+Esc) is...
  4. stevec

    Macros - editing

    Is there anyway to edit a macro once you'd finished ? Also are there any plans for more functionality, i.e. something more like VBA so "logic" can be tested in the macro ?
  5. stevec

    AND and beautifier

    Yeap, I've also found the AND a bit inconsistent, with sometimes two on a single line - even when I've set to "One item per line"
  6. stevec

    UNIONs and SQL beautifier

    Excellent Thanks Marco
  7. stevec

    UNIONs and SQL beautifier

    Is there anyway to control the formatting applied to UNION SQL's by the beautifier ? - it generates ... whereas I'd prefer ...
  8. stevec

    Loading Command Files

    How big ? - I've got 14K command and it loads Ok into 5.1.1.672
  9. stevec

    Feature request for PL/SQL Beautifier

    Thanks again Marco
  10. stevec

    Feature request for PL/SQL Beautifier

    Blast the html stripped out the leading spaces on the second example so . are WHERE dpcase.caseno = dphrqcmp.caseno ...AND dpcase.dpclass3 = 'NEW' ...AND dpcase.dpclass4 = 'GREEN';
  11. stevec

    Feature request for PL/SQL Beautifier

    Another point, on WHERE clauses with AND's in, is there any way to format the AND's ?? e.g. current output WHERE dpcase.caseno = dphrqcmp.caseno AND dpcase.dpclass3 = 'NEW' AND dpcase.dpclass4 = 'GREEN'; would like WHERE dpcase.caseno = dphrqcmp.caseno AND dpcase.dpclass3 = 'NEW' AND...
  12. stevec

    Feature request for PL/SQL Beautifier

    Yeap Marco, I've got mixed SQL, SQL*Plus + PL/SQL scripts - if I try the Beautifier and there are none-PL/SQL lines at the beginning of the script, I get the warning "PL/SQL Beautifier could not parse text" - however it works if there are none-PL/SQL lines at the end of the script ??
  13. stevec

    Feature request for PL/SQL Beautifier

    Could handling SQL script be added to the list of enhancements for the Beautifier please - I appreciate you can select the PL/SQL in the SQL script, but it's a bit of a pain
  14. stevec

    Line numbers in command window

    Thanks Marco
  15. stevec

    Line numbers in command window

    Is there anyway to get line numbers in a Command Window ? - I've ticked the option in Editor Preferences, but check the Help says this is only for Program and Test windows
Back
Top