atombender / sublime_text_alternative_autocompletion

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

Autocompletion fails with ST2 Build 2126 #5

Closed atietje closed 13 years ago

atietje commented 13 years ago

I did a clean install of ST2 and installed Sublime Package Control via console and restarted ST2

Next I installed sublime_text_alternative_autocompletion via Package Control. I mapped autocompletion to the escape key as described in README.md

I opened a new file and typed some words and tried to autocomplete by pressing the escape key. Nothing happened.

Before I upgraded ST2 to Build 2126 autocompletion worked. How come?

mavuio commented 13 years ago

same for me, did not work since Build 2125

karl commented 13 years ago

Also noticed this.

Would love for the plugin to be updated, it's been a life saver while transitioning from TextMate to Sublime Text!

nigelramsay commented 13 years ago

Same for me on build 2126

litchfield commented 13 years ago

Yep same again on 2126

atombender commented 13 years ago

The fix is simply not to check for num_selections in the key bindings; apparently it does not work the same way anymore. I have updated the readme file to reflect the changes required.

atombender commented 13 years ago

Found a problem with the current key bindings, updated the readme.