Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

when use cmd-L to select line, selection border will select one more line #76

Closed jesseminn closed 8 years ago

jesseminn commented 8 years ago

I enabled selection border, if I select multiple lines by cursor, the border works fine; if I select line by using cmd-L, it will select one more line on the bottom. maybe you can check the video: https://dl.dropboxusercontent.com/u/12302850/highlight-line-issue.mov

cliffordfajardo commented 8 years ago

Here's of what visual of what @jesseminn is reffering to:

ezgif com-optimize

Details: Selecting text with cursor properly displays the selection border as it should. However, using the keyboard shortcut [cmd + l] to select lines adds the bottom selection line one line below of where it should be.