Open declaration (F3) saves *all* files
Brought to you by:
fabioz
pydev 1.3.19
Edit a few files (whatever type, any project, ...) and then try to navigate from one python file to some other place. All editors are saved. Even if the reason behind is to make sure that offsets in parser database are right it is very unfortunate behavior.
Saving files without asking means changes:
- affects versioning (changes timestamps, local history, ...)
- can trigger a lot of actions including builds
- ovewrites some data so it is a good policy to ask user (cf. run action that asks you about that)