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

Account for 'Show virtual space at bottom of page' intellij setting #253

Open supex0fan opened 3 years ago

supex0fan commented 3 years ago

If the 'Show virtual space at bottom of page' setting is enabled, one page worth of lines are added to the highlighted (visible) section of the glance panel.

Note: If a user is on in a file with the setting disabled, then enables the setting, the plugin won't update until the file is reopened.

Before the Commit: before

After the Commit: after