[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] SVN doesn't notice when file changes in my plugin

Hello

I have a plugin that is editing a certain type of files. "Dirty management"
works fine = the asterisk in the file's tab is working correctly. I do this
by doing the following:
firePropertyChange(IEditorPart.PROP_DIRTY);

However, when a file "of my plugin" is under SVN control (subclipse) and it
is saved it will not change its SVN icon to "modified". Only when the file
is refreshed manually in the project the asterisk icon comes up.

I am probably missing something small but essential.

Thanks in advance

Thomas