I'm working on a RCP application and I want to set "Refresh using native hooks and polling" to true (Window->Preferences->General->Workspace). I've checked this option in the preferences of my app , but nothing is actually refreshed until I switch focus to the modified file.
I've done the same thing in Eclipse IDE, checked the option in preferences, and there it's working. If a file that is opened in Eclipse is modified from another editor, it's automatically refreshing without having the focus on it.
Why doesn't my rcp app behave in the same way?