Featurerequest: automatic detection of changed objects

hi,

it would be nice if pl/sql-developer would detect remote changes in packages which are currently in an open window and would ask you, if you want to reload
the file.

or maybe easier to implement, allow only one open edit-window per package.

i sometimes ran into problems, because i didn't realize, that i had two edit-windows for the same package...

thanks, lars.
 
How exactly did you open the package twice? PL/SQL Developer should have prevented this, and should have brought the first window to the top when you opened the second one.
 
e.g.:
i created different folders for the most important objects in different projects.
when i open the same package from different folders a new edit-window is created, though the package is already open in another window.
 
Okay, so they are essentially different source files, with the same object. perhaps we can implement a warning for this.
 
Back
Top