Marco's workaround, from the other thread, worked well for me:

"This popup menu had become very long. You can revert to the previous behavior by using the "InlineObjectMenu" parameter. For example:
"C:\Program Files\PLSQL Developer 15 Beta\plsqldev.exe" InlineObjectMenu
You can also add the following line to the Params.ini file in the PL/SQL Developer installation directory:
InlineObjectMenu=1"


Thanks! I didn't know about this.


I agree that the popup menu has become very long and unwieldy though.

Maybe a solution is to break it down into two popup menus:

- first "general" menu is shown, say, when clicking on a new SQL window or in a white space in a window, or if more than one word is highlighted: includes HTML Manuals, Change Window To, Paste, etc.
- second "object specific" menu is shown if clicking on one object name. Doesn't include most of general items. Just Paste, Properties, Describe, Query Data, etc.

(Probably want the paste items on both the menus, for overwriting existing text.)

I've no idea how easy (or not) this would be.

-mobailey