deadem / notepad-pp-linter

Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
MIT License
37 stars 7 forks source link

Add list of errors to a dialog window #8

Closed ghost closed 1 year ago

ghost commented 6 years ago

There used to be an old plugin which is no longer maintained, called https://sourceforge.net/projects/jslintnpp/

A nice feature was that it provided a window at the bottom of the Notepad++ editing screen to list all the errors found. You could then just click a line and it would jump straight to the error in the code.

Would you consider implementing this feature in your plugin? Thank you!

chcg commented 5 years ago

Source therefore is available as svn repo here https://sourceforge.net/p/jslintnpp/code/HEAD/tree/trunk/src/ also last release 0.8.3 seems missing.

Owyn commented 4 years ago

or at least a hotkey to navigate to next+prev error, cuz now it's really really hard to even notice errors

deadem commented 4 years ago

@Owyn you can make the colors more contrast for now: https://github.com/deadem/notepad-pp-linter/issues/6#issuecomment-415482687