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
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
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
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...
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? :-)...
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
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...
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
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.
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...
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...