sieukrem / jn-npp-plugin

Plugin for Notepad++ allowing you to automate some tasks using JavaScript
https://github.com/sieukrem/jn-npp-plugin/wiki
110 stars 24 forks source link

fix: indicator panel update (n++ optimization) #128

Closed sieukrem closed 1 month ago

sieukrem commented 1 month ago

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

011V32 commented 1 month ago

Is the nppPluginList updated automatically?

sieukrem commented 1 month ago

Is the nppPluginList updated automatically?

sadly not! I will file a PR to the repo.