atom-jshint icon indicating copy to clipboard operation
atom-jshint copied to clipboard

Cursor doesn't update error in status bar from split pane (right side)

Open JasonCust opened this issue 11 years ago • 2 comments

If you split the panes, only files open in the left pane will show the errors in the status bar when you move the cursor to an indicated line.

JasonCust avatar Apr 06 '14 03:04 JasonCust

I'm going to guess at a quick glance this is to do with always using the first cursor. See https://github.com/Joezo/atom-jshint/blob/master/lib/atom-jshint.js#L65

Will try to fix this when I get a moment :) PRs are welcome!

Joezo avatar Apr 06 '14 20:04 Joezo

Think this is resolved now.

sjurba avatar Jun 26 '14 17:06 sjurba