bigfive / atom-sublime-select

Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io
MIT License
233 stars 49 forks source link

Last line has different selection threshold than Atom #162

Open jchook opened 5 years ago

jchook commented 5 years ago

The last line in a column-select often misses the last character on the selection range.

2019-01-25-175047_235x438

It seems Atom counts a character selected when it reaches halfway through the character. See this video.

However, the final line of column selection does not honor this same threshold. See the bug in this video.