Recent content by Patrick Wolf

  1. P

    Remote debugging

    Any plans to integrate that feature?
  2. P

    Remote debugging

    Hi, is it possible to do remote debugging (attaching to an existing database session) as I can do with SQL Developer? Couldn't find any option to do that. Thanks Patrick
  3. P

    AutoReplace and Template issues

    In my environment when I extra assign "Space" as key for the auto replace and enter ins[space] in an editor I get a dialog box "Clear all bookmarks?" after the auto replace text is inserted. Note: The key configuration for "Editor: Clear Bookmarks" is blank. Patrick
  4. P

    AutoReplace and Template issues

    1) Create a template with parameters 2) Assign that template to the shortcut ins 3) Enter ins [space] in an editor 4) the parameter popup for the template opens 5) but a second later the keyword completion context menu also opens => but what to replace, because ins isn't there anymore Patrick
  5. P

    AutoReplace and Template issues

    BTW, userdefined templates are not visible in the context menu of the auto replace editor. Patrick
  6. P

    AutoReplace and Template issues

    I have here another issue with AutoReplace and templates. 1) I haven't defined the auto replace key, so the default is space. 2) I have defined a shortcut to abc to insert template abc 3) Position the cursor at the beginning of an editor 4) type in abc and press space 5) you are prompted for...
  7. P

    enhancement request

    What about a "Tabs to Spaces" menu option as UltraEdit has it? Another possible solution: If I have set my Preferences/Editor/Use tab charater=no, would it be a good idea if PL/SQL developer does an auto-convert when the file is loaded? Isn't that what we want to get rid of this tabs? :-)...
  8. P

    Can't paste into search bar if assigned window is read-only

    Hi, 1) eg. open a package in read-only mode 2) copy something into the clipboard 3) navigate to the search field of "search bar" 4) use keyboard to paste (eg. Ctrl+V) => doesn't work 5) the paste thru the context menu works. Regards Patrick
  9. P

    Browser Filters for Userdefined Folders

    Wouldn't it make sense to apply them to user defined folders, too? Because it's not so intuitive for an user that changing the filter has an effect on some but not on all folders...
  10. P

    Browser Filters for Userdefined Folders

    Hi, I just noticed that the selected "Browser filter" is not attached to the select statement of a user defined folder. Is that the supposed behavior that it just works for the predefined folders? Thanks Patrick
  11. P

    SQL Grid - Auto fetch

    I know that setting, but I don't want that all records are fetched immediately. It should just do a auto fetch when scrolling down. But thanks for the hint.
  12. P

    ToDO List

    And make the "To-Do List" window dockable, similar to the Bockmark window. Thanks Patrick
  13. P

    SQL Grid - Auto fetch

    Hi, is there anywhere an option in the SQL Result Grid which automatically executes a "fetch next page" when I scroll down with the "cursor down" key and I have reached the bottom of the fetched records? With the current behavior of just stopping I always think I have already reached the end...
  14. P

    Feature Request: Freeze Columns in Result Grid

    Yes suche a feature would be great. There is a simular feature in TOAD and it's very usefull if you have a lot of columns in a table. Patrick
  15. P

    File Extension detection

    Hi, in the Preferences in the Files\Extensions section I have set Function=sql Procedures=sql Package spec=pks SQL Scripts\Default=sql If I drag and drop a *.pks into the PL/SQL Developer, everything is fine because it's opend in a Program Window. If I drag and drop a *.sql file into PL/SQL...
Back
Top