livecode / atom-language-livecode

LiveCode Language package for Atom
GNU General Public License v3.0
16 stars 15 forks source link

LiveCode Script snippet behaviour is really annoying #17

Closed peter-b closed 8 years ago

peter-b commented 8 years ago

1) Create a new file and put it in LiveCode Script mode

2) Type local tVar

3) Atom fills in some rubbish relating to traversalOn

This makes the Atom mode pretty unusable without perpetual -mashing.

peter-b commented 8 years ago

@montegoulding I'd appreciate some input on this. We can't default to "broken".

montegoulding commented 8 years ago

Hmm... have you changed your autocomplete-plus settings to confirm on enter?

montegoulding commented 8 years ago

I think this is not a bug. If you have the autocomplete setting to confirm on enter then that's what it should do. The fix to #18 makes autocomplete behave itself in a far more reasonable manner.

peter-b commented 8 years ago

@montegoulding Fair enough. It does seem really annoying that autocomplete fires on things that aren't even matches, but never mind!