Forcing an annotator to update status of a file Permanently deleted user Created May 17, 2006 15:17 Hi,Is there a way to force an annotator to update the status of a given file (because of changes in other files) ?
http://www.jetbrains.net/jira/browse/IDEA-7297
There's also DaemonCodeAnalyser.getInstance(project).restart(), but it's non-OpenAPI and you don't know this from me ;)
Thank you Sascha for your answer but someone else, who wanna stay anonymous, gave me the solution :
DaemonCodeAnalyser.getInstance(project).restart()
;)