vektah / CodeGlance

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime
BSD 2-Clause "Simplified" License
1.06k stars 104 forks source link

Understanding virtual space #217

Open Andret2344 opened 6 years ago

Andret2344 commented 6 years ago

When using Virtual space at the end of file (Settings -> Editor -> General), CodeGlance don't understand it and it brings the plugin to unreliable behavior:

image image

I'm pretty sure it shouldn't work in this way.

becmer commented 5 years ago

Yep, I just came to report that issue too. To reproduce issue you have to turn on Settings / Editor / General / Virtual Space / Show virtual space at file bottom. This option allows you to scroll down the screen so far that you only see the last two lines of code. However CodeGlance draws a minimap as if you were to see the entire last page.

bamapookie commented 5 years ago

Duplicate of #185