atombender / sublime_text_alternative_autocompletion

Adds TextMate-like autocompletion to Sublime Text 2 and 3.
MIT License
147 stars 23 forks source link

not working anymore in 2121 #4

Closed mouton-rebelle closed 13 years ago

mouton-rebelle commented 13 years ago

I guess it's the cons of working with work in progress / beta software... I love your plugin, any chance you can fix it ?

atombender commented 13 years ago

The current build is 2111. Where did you get 2121?

mouton-rebelle commented 13 years ago

auto-upgrade on the purchased version... http://www.sublimetext.com/dev

atombender commented 13 years ago

Ok. I prefer to use the non-dev builds myself. If you can open the Sublime Text console and give me the error (including stack trace) I can look into the problem.

mouton-rebelle commented 13 years ago

I just found the issue ; num_selections is broken, so the keybinding is broken too will stick to the beta version for the next time :)

thx

atombender commented 13 years ago

All right. Thanks.

ehamiter commented 13 years ago

Hi Alex,

I noticed that if I took out these sections in my keybinding:

 { "key": "num_selections", "operator": "equal", "operand": 1 },

then it works properly. (Discovered here: http://www.sublimetext.com/forum/viewtopic.php?f=2&t=3192#p15092)

ehamiter commented 13 years ago

...and fixed in #2122.

atombender commented 13 years ago

Cool!