Right Click to open Package Body option?

GaryBee

Member²
Hi

I have recently changed machine and so think I'm missing a preference setting or something - perhaps someone can help me out?

I used to be able to CTRL+Right Click an object in a SQL window and PL/SQL developer would open a new window with the package body or other code (CTRL+Left Click for package spec) - but this functionality is not working for me now.

Is there something I need to set to enable this?

Thanks in advance

Gaz
 
There is no preference to enable or disable hyperlink navigation. If it is not working then this would imply that the name you are clicking on is not recognized by PL/SQL Developer as an object name. To verify, can you right-click on such an object name (without Ctrl) and check if the object popup includes items such as "View" and "Edit"?
 
Hi

Curiously, the hyperlink seems to work for tables okay, but packages (which I can execute) are giving me problems. I've checked the dialogue box and there doesn't appear to be a "View" or "Edit" option (which I previously remember there being). The option does exist for tables however.

 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem (right-click on a package) and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Apologies I've been away for a few weeks!

Should I send the log to support@allroundautomations.com?

Curiously, when I was off-site yesterday at another office the link seemed to work, but back in my main office today, I'm having the same problems (same machine used at each site).

Thanks
 
Back
Top