When the PL/SQL Developer is reopened, the database objects will be opened again with the "Autosave Desktop" option (Tools > Preferences > User Interface / Options) needs to be enabled though.
In tools "Export User Objects" when selected objects are package spec. and his package body , export is like "File per object" , every time is exported only package body. Is it a bug ? I have PLSQL Developer ver. 10.0.5.1710
thanx
Imre
I tried run Beautifier by plsqldev userid=user/pass@db commandfile="c:\beautify.plsql" with
beautify.plsql as
SET BEAUTIFIERRULES 'C:\temp\newBeautifier.br'
BEAUTIFY test1.sql
BEAUTIFY test2.sql
/
where test1.sql , test2.sql are triggers in the Db , but in command window does errors...