Nasller / CodeGlancePro

Minimap run on jetbrains platform.
Apache License 2.0
206 stars 21 forks source link

[BUG] Identifier under caret is not showing as full line highlight #74

Closed clearskystudio closed 1 year ago

clearskystudio commented 1 year ago
  1. Which Glance version and IDEA version? 1.6.1 and 2023.1

  2. Could you show Glance config picture and minimap picture? image

  3. What steps will reproduce the issue? Enable "Show full line highlight" from the right-click menu. Set the caret to an identifier, look for a full line highlight in the Minimap.

Nasller commented 1 year ago

Because it needs to be distinguished from error stripes, the identifier under the insertion symbol will not display the entire line

Nasller commented 1 year ago

In fact, this setting is used for error stripes

clearskystudio commented 1 year ago

It's not a bug then, more of an improvement I guess 😅 I use color coding to differentiate errors, warnings, suggestions, etc. But actually the most frequently, at least in my case, I use the minimap to look for under caret identifiers since it's such a time saver. And it would be noticeably easier to look through the map for a line rather than a couple of pixels.

Nasller commented 1 year ago

try this CodeGlance Pro-1.6.2-SNAPSHOT.zip

clearskystudio commented 1 year ago

It's working. Thanks so much for your work! You have actually made it even better. Ability to disable lines for errors and alike separately is very useful.

Nasller commented 1 year ago

thank you for your feedback