SQL Developer 3.1
If I make a change to my package body (that requires an update to the package spec) but don't compile it, then change my spec, SQL Developer keeps popping up the following warning box...
Package Body xxx.yyy@my_schema has been externally modified. Reload?
(Yes / No boxes)
This is annoying.
How do I stop SQL Developer from trying to automatically recompile my package body and reload the one held in the database after I compile my package spec?
Gus..