eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

Hovering Over Gutter Icon Should Only Display Current Line Issue #91

Open christierney402 opened 10 years ago

christierney402 commented 10 years ago

When I hover over the gutter icon, I see all the issues listed for that page. This should only list the current line's issue.

Current Example: "Unnecessary Semicolon Unnecessary Semicolon Missing Semicolon"

ralfstx commented 10 years ago

I'm not sure which icon you're referring to. Anyway, this is very likely an issue with the Eclipse marker framework, not with this plug-in. The plug-in only reports warnings and errors to the marker framework which displays them in the IDE.