clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

Auto completion cannot be disabled entirely #160

Closed Drakim closed 10 years ago

Drakim commented 10 years ago

I've set auto_complete and haxe_smart_snippets to false in the syntax specific settings file, which stops sublime from throwing suggestions and auto completions in my face, however, writing characters like , or ( still seems to trigger something, freezing sublime text for a quarter of a second, and then throwing this message at my lower status bar:

"Error: No completion point was found, Line 52, Column 19, Haxelib : nme project not installed"

I don't even use NME, and I only wanted the haxe sublime bundle for the color highlighting, which I assume should be what I get if I set auto_complete and haxe_smart_snippets to false. I've reinstalled the package and reproduced the issue on a different computer.

clemos commented 10 years ago

I wasn't aware of that. I believe the behaviour may have changed, because I used to test this before and it used to work... In any case, I'll look into it asap, thanks for reporting.

clemos commented 10 years ago

It should be fixed now, please confirm :D

Drakim commented 10 years ago

Perfect. No characters seems to trigger anything behind the scenes, and no error messages.

Thanks!