Save Spec and Body in separate files

dgs!

Member³
Is there a Navigator Preference to automatically save package spec and bodies in separate files? I feel certain there is, but I can't find it.
 
Actually, I'm having trouble doing this with SAVE AS... it is putting both the spec and the body in the same file.
 
As far as I know, there's no such option in PL/SQL Developer. There is a plug-in called "Save separate" from "BAR Solutions" which is made for exactly that purpose but I'm not sure if it works (especially that it has not been updated for a long time (many PL/SQL Developer versions ago).

I also have to save spec./body pair in separate files at my work, but I found working on them separately (separate windows) quite convenient so the problem does not affect me so much.
 
Thank you for the info. I was afraid of that. I'll give the plug in a try. I'll report back.
 
The SAVE SEPARATE PlugIn works well!
One minor issue is that it doesn't have an option to save the files as SCHEMA.PACKAGE.psk, just PACKAGE.psk.
That really isn't a problem though because it also comes with a SAVE AS option and that lets me choose the existing file to overwrite.
 
Back
Top