feature: multi-program tab-compile-only

Peter H.

Member²
For a multi-program PLSQL code (i.e., a package spec and a package body within a single script file), is there a way to compile only the active tab/program, not all tabs/programs? So that a package body would get compiled while package spec would not?

If it's not possible, then this may be a useful feature to be added to plsqldev.

As for the "Compiled?" indicator at the bottom left of the program window, it could be extended either to two indicators (1st: state for all tabs, 2nd: state for the current tab) or it could be extended to some multiple colors, not just yellow and not-yellow.
 
The Program Window will always compile all tabs. You would need to keep the specification and body in separate files.

I have added both suggestions to the list of enhancement requests.
 
Back
Top