Hide Empty Folders

Venkatesh

Member
New user of PL/SQL Developer.

Is there an option to hide empty folders
in the browser pane?

If I choose My Objects or choose custom filter
to filter, the content of each folder is
limited to choosen filter.

It will be convenient to have an option
not to show empty folders.

I see an option in Tools > Preferences > Browser
to pick and choose subset of folders.

Is that the only option?
 
Personally, I like to have the empty folders there as I can then right-click on one to create a new object of the folder type.

What I *do* find annoying is that I have to open up a folder to see whether it is empty...
 
The most annoying thing is that the info for the folders is been pulled out of the database when you connect, but still when you browse it's pulled once again.

I would prefer the info to be pulled when I browse, and have a "get all" button which will lunch a thread in the background to fill all the folders.

I would also like allroundautomations to fix their selects, to select only the fields needed, and not to do select * from the tables as it transfers too much data, and it's a burden in slow speed connections.
 
Back
Top