Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Custom Text Editor in Eclipse

Hi All
 
I have created a custom text editor by extending the TextEditor class. I want to override the functionality of displaying the Save Resource dialog when the editor closes. Can any one please let me know which method actually invokes this dialog? This dialog is displayed when an editor has unsaved content and the editor is closing.
 
Regards
 
Prashant

Back to the top