Standard query list not displayed from editor rightclick submenu

koja

Member³
version 15.0.0:
Right clicking on a table name in the editor lists the rightclick menu with object submenu and in there an entry "Standard Query", only it doesn't list the available standard queries that the "same" menulist via the browser shows. Nice to have this available here now btw!

I have defined a key for Standard Query, but it doesn't do anything. I'would expect it to display a list of standard queries when available or open a window with this query when there is only one?

Apart from that, I understand that the object properties are in a sub-menu, but because I use this quite frequently, would it be possible to list this(object) entry first in the right-click menu?
 
Last edited:
The "Standard Query" submenu does indeed seem empty. We'll fix it.

Note that you can revert to the previous popup menu layout by using the "InlineObjectMenu" parameter. For example:

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

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

InlineObjectMenu=1

The "Standard Queries" submenu will also work correctly in that case.
 
Hi Marco,

I checked the Params.ini -> InlineObjectMenu=1 trick and that works.

I do like the submenu though, only because I use this submenu a lot I would personally prefer seeing it near the top.
Also I don't see the function key that I can define on Standard Query doing anything?
 
Can you give us the ability to customize the popup menu for objects and for the editor?
Hide or grouping options into menu.
 
Last edited:
Back
Top