Context menu review?

fctb

Member²
Hi,
In ver 16 (just moved from ver 14), the context menu for the known objects has the most used options in a submenu ... really?
I rarely/never use the first options proposed (in the attached picture in red) in the menu and I have to move the mouse quite a bit to find the option I actually intend to use (in green).

contextMenu.png


Can the menu be re-arranged a bit?

P.S. Can the drop option be moved down a bit, especially with the packages? Is just below the Edit, which is the most used option I use
 
Last edited:
This popup menu had become very long, so we placed the object functions in an object submenu. You can revert to the previous behavior by using the "InlineObjectMenu" parameter. For example:

"C:\Program Files\PLSQL Developer 16\plsqldev.exe" InlineObjectMenu

You can also add the following line to the Params.ini file in the PL/SQL Developer installation directory:

InlineObjectMenu=1
 
Back
Top