clemos / haxe-sublime-bundle

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

Plugin has potential to block parenthesis and comma from being typed #145

Closed jgranick closed 10 years ago

jgranick commented 10 years ago

Hey!

I don't get errors when hitting these keys, but do get this at startup:

http://pastebin.com/iN9Fg023

I have a feeling that some modules aren't being loaded, perhaps because of the Python version installed on the system? Regardless, it might be possible within the bundle to handle the case where these are not available, and allow the keys to pass through.

Of course, the best is to be fixed, perhaps by installing another Python package? But nevertheless being able to type in this above case (without a system-level fix) would be swell ;)

jgranick commented 10 years ago

Re-installing Sublime Text did not help, but removing my ~/.config/sublime-text-3 directory did. Who knows what was going on?

(This occurred after updating my distribution, so perhaps Sublime hard-coded something)

clemos commented 10 years ago

It seems your Default plugin zip file was corrupted, which in turn basically broke everything ;)

It honestly never happened to me, but if it does it again for you, you may want to report it to the ST team ...