bigfive / atom-sublime-select

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

No longer working with middle mouse #88

Closed looterz closed 8 years ago

looterz commented 8 years ago

After the latest update, I can no longer use this with my middle mouse button. Still works with alt, though.

LRomandine commented 8 years ago

I had to roll back to 1.3.0 to get it working. I tried 1.5.1, 1.5.0, and 1.4.0; all of them did not work with middle click or alt/option on mac (I checked settings every time). I am using Atom 1.5.0-beta0.

bigfive commented 8 years ago

To get middle mouse selection working in the same way as versions prior to 1.4.0, please use the following settings:

screen shot 2016-01-21 at 10 15 02 am
karai17 commented 8 years ago

Disabling Key Trigger is an unsatisfying resolution. I use both middle mouse and ctrl click all the time. Choosing between one or the other is not an option.

Being able to middle click and drag to select lines that are all in a row and being able to selectively click several lines not in a row are both very important use cases for this add-on. Please find a way to actually fix this.

bigfive commented 8 years ago

If I understand your meaning, the plugin has never been able to "selectively click several lines not in a row". Though I think atom perhaps has/had support for that.

I'm happy to receive PRs on this though, or to work on it as a feature if it proves to be a popular request.

karai17 commented 8 years ago

Hm. Looks like I was wrong, then. I assumed your add-on provided that functionality, not Atom proper. All right then, this actually fixes the issue. Sorry, and thanks!