Add triggers list in table properties

Actually when you are in a program window and you Ctrl-Click on a table name, you can access directly to table properties.
But you can't see the list of triggers hooked on this table, for that you have to go in object browser and search for your table to find triggers. It's really boring when you have more than 800 tables.
It would be very nice to have a new tab "Triggers" in the table properties to see the list of triggers (and main properties) and to view/edit to trigger body by double-clicking on one of them.
 
Philippe,
You can right-click the object (table) in Program Window (may have to highlight it first) and choose Browse. If the object is in the current Object Browser view, PL/SQL Developer will automatically navigate to it, so you have access to everything (triggers included).

The truth is that the "right-click" (context) menu gets overlooked in many occasions. PL/SQL Developer, however, has many very useful options there.

I hope that helps :)
 
Back
Top