[New plugin] Linter++ - Linter plugin with message navigation.
-
Hi - I hope this is the right place for announcing new plugins.
Anyway, I used to use the now defunct JsLintNpp plugin for checking my javascript. But it stopped working, so I moved onto the Linter plugin. But I really missed the docking window with a list of errors.
So I’ve done my best to put them together, in the Linter++ plugin - which is available here if it’s not got into the plugin list yet: https://github.com/ThosRTanner/notepad-pp-linter/releases
It uses an XML file for configuration (which it still sets up as completely empty, which isn’t great and I will address that). However, the actual configuration is somewhat different to the linter plugin, as it allows you to:
- Set up previous/next error shortcut keys
- Select an indicator style and colour
- Use windows %…% variables when setting up your command to execute
It also will display any errors it got when running the selected lint command(s) in a separate tab in the plugin dialogue window so hopefully it will be easier to determine what is going on when things don’t behave as expected / desired.
Read the readme for more details.
Any issues, open an issue on github or you can post in this topic