[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Asterisk in the editor's title
|
Hi all, I hope someone can help me... I have an editor in my RCP application and it is working well. Now I want to keep track of modification. When I run the app and modify the editor's content, the dirty flag is effectively turned to "true" and when I close the editor it asks me if I want to save changes. But seems that eclipse does not refresh the title of the editor, adding the asterisk. The asterisk in the title of the editor appears only when I move manually the editor from its place, even if I call firePropertyChange(PROP_DIRTY). Any idea?