#196930:Context.checkForEditorModification() should be true when indexer is triggered by QuerySupport.query

Tomas Zezula <[email protected]> Wed, 23 Mar 2011 15:44:32 +0100
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
http://netbeans.org/bugzilla/show_bug.cgi?id=196930
http://hg.netbeans.org/main-silver?cmd=changeset;node=7a861d054fea

The indexing triggered by QuerySupport.query should set Context.checkForEditorModification
The change is required by PHP to fix the P1 issue http://hg.netbeans.org/main/rev/c451dd518be8

Fix: QuerySupport.query sets the Context.checkForEditorModification to true

Risk: None I'm aware of.