bigfive / atom-sublime-select

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

Text buffer decorations causes ALT + LMB selections to start at wrong location #167

Open madrussa opened 4 years ago

madrussa commented 4 years ago

When trying to select multiple lines within Atom with ALT + LMB, whilst there are text buffer decorations, the cursor starts on the wrong line. Depending on how many decorations are present depends on how far down the cursor starts.

image In the example above I started selecting from line 56, but as there are 2 decorations above, it starts adding cursors from line 58. The text buffer decoration is the grey "Implementation" button. You can see that whilst this does take up a line, the line numbers skip this area.

Currently effects https://github.com/Gert-dev/php-ide-serenata, but as these decorators become more popular this issue is likely to become more disruptive.

murrayvb0 commented 4 years ago

I'd like to second this, the plugin breaks down completely whenever there is output displayed from a hydrogen cell.