Bug #1981
Mis à jour par Matthieu Decorde il y a plus de 8 ans
Currently the save annotation prompt dialog is called when the editor dispose event is raised. It works but we should use Eclipse save features to do it. (e.g. when the text editor Eclipse prompt a save message)
MD: use firePropertyChange(PROP_DIRTY);
MD: use firePropertyChange(PROP_DIRTY);