Enhancement request: check DB objects for changes before commit

Scenario
two developers start editing the same package - developer1 commits his changes + quits, afterwards developer2 commits his changes
Result
the changes of developer2 are lost
Request
Could PL/SQL Developer check for modifications on the DB object before commiting and issue a warning/error if the object was changed?

kind regards
frank
 
I have added this to the list of enhancement requests. Note that for team development it may be a good idea to use a version control system. This way team menbers need to check-out a file before working on it, which prevents the scenario described.
 
Back
Top