The newest version of N++ updates indicators only for visible area in the view and not for all existing lines of the document. The smart highlighter used to use this information to update the indicator panel.
The user needs either scroll through entire document to force an update of the entire indicator panel or switch from one document to another and back.
This PR handles the N++ smart highlighter messages as if the entire document needs an indicators update.
The newest version of N++ updates indicators only for visible area in the view and not for all existing lines of the document. The smart highlighter used to use this information to update the indicator panel.
The user needs either scroll through entire document to force an update of the entire indicator panel or switch from one document to another and back.
This PR handles the N++ smart highlighter messages as if the entire document needs an indicators update.
Closes #125