bigfive / atom-sublime-select

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

Sublime style Column Selection does not work after Atom Update Version 1.9.0 #109

Closed Kungfoowiz closed 7 years ago

Kungfoowiz commented 8 years ago

Hello,

After updating to Atom Version 1.9.0, I do not seem to be able to column select text anymore with the Sublime style column selection plugin.

It was very useful, could you please check what caused it to stop working and perhaps release a fix for it to work in the new Atom Version 1.9.0?

Thank you very much, Edward

cbrnr commented 8 years ago

This problem has already been reported in #103 I think (which itself is a duplicate of #97).

gdlx commented 8 years ago

@cbrnr These issues are supposed to be fixed by 1.7.2 but it still doesn't work for me on any 1.9.x version.

Tried to uninstall/reinstall the package, restart Atom, etc...still doesn't work just as if the package isn't installed...

cbrnr commented 8 years ago

I'm on Atom 1.9.8, and the plugin is working (1.7.2)...

gdlx commented 8 years ago

Well, I've just tried disabling all other plugins and it's not better...I'll have to reset my config...

gdlx commented 8 years ago

Just renamed .atom folder to create a new one and the plugin works fine...just have to make my config again now :o(

gdlx commented 8 years ago

Ok, just understood my problem: When reinstalling the plugin before 1.7.2, my settings have been reset and I havent reset the select key to "None" since I only use the middle button...and I've since tried each of Alt and Middle button, but not both at the same time... Setting the key to "None" works as expected!

cbrnr commented 8 years ago

So I guess this issue can be closed then.

VoltairesPuppet commented 8 years ago

FYI. I am also experiencing this problem. It is as if block select mode is never triggered, will attempt to investigate further if I can reproduce this on another instance of Atom + Package.

Kungfoowiz commented 8 years ago

Setting the modifier key to None and then back to Alt fixed this for me as well.

Using Atom 1.9.8.

Weird how it started working again...

mattcodez commented 8 years ago

Using Atom 1.9.7 and plugin 1.7.2, can't get it to work at all. Tried changing key options but no luck.

VoltairesPuppet commented 8 years ago

Is there an update log or something for Atom? I updated "script" plugin and possibly Atom and block selection has started working again. Without knowing what was updated recently I am not sure if I can attribute it to something be "fixed" or just dumb luck.