Recent content by Nashev

  1. N

    HTML Manual problems with building

    Could You please patch 8.0.4 for this toc format differences support or may be just note what exactly differences there are matter to allow me to fix it in toc files to work with 11g docs (downloaded fromhttp://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html)...
  2. N

    wish: open package from database by command line

    How to open database object with DDE in PL/SQL Developer, logged in proper database?
  3. N

    String fileds vs Memory usage

    Is it still in TODO? It's really memory-eating behavior, and because it in our selects all string functions surrounded with substr(function(), 1, 255). But it's not good solution, more good solution is to make strings in TOracleDataset dinamically-allocated. We waiting it!
  4. N

    Line numbers in command window

    Is it still in wish-list and not implemented?
  5. N

    todo: command "Reload" program

    Is it still in wish-list and not implemented?
  6. N

    wish: open package from database by command line

    Now there are command line parameter "editobject" for this purpose. But one more question: if I call ShellExecute from my programm with this parameter, Windows will open a new instance of the PL/SQL Developer and my object will be opened there. Is it possible to open from external application...
  7. N

    wish: open package from database by command line

    I need to open package spec & body in PL/SQL Developer by package name from myself program. How can i do it in v5.1.6 ? if it's not possible, add this wish to wish list? please.
  8. N

    Line numbers in command window

    Marco, add to wish list request to make visible gutter with line numbers in command window, please...
  9. N

    todo: sizable "Window list"

    i found the key in registry: [HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\WindowList] "Count"=dword:00000008 And when i change "Count" value to 15, WindowList was made more usefull.
  10. N

    2 wish list: KeyWord case - Unchanged

    if in Editor preferences select KeyWord case - Unchanged, then: In program window, while writing package, keywords from other packages inserts in original, good, case. But keywords from current package inserts in lowercase. Names of table fields some-times in lower, but some times in InitCaps...
  11. N

    Wishlist

    Print prewiev is not useful if you have installed FinePrint (http://www.fineprint.com/products/fineprint/index.html) - that make good print preview and more other features like printing 2, 4 or 8 pages at one paper. It's really usefull.
  12. N

    todo: line numbers gutter in non-program windows

    No! Do not disable any functionality! Just make gutter accessible!
  13. N

    todo: sizable "Window list"

    One more idea: i whant to have manual sorting feature for lines in window list (by drag'n'drop, for example) to grouping similar files that was opened in different time...
  14. N

    todo: line numbers gutter in non-program windows

    I whant to can see line numbers gutter in non-program windows. When i can "go to line number" and can use bookmarks, it strange, that i can't see gutter with bookmark icons and line numbers...
  15. N

    todo: command "Reload" program

    There are single automatic request to reload on file changed. Command "Reload from disk", in addition to requested by me "Reload from database", can be usefull too after skiping this (sometimes untimely) request.
Back
Top