Andy

Results 4 comments of Andy

Sorry @atomi the previous error was invalid because it was cf9, here's the error I've been seeing. (I removed the previous comment) ``` reloading plugin ColdFusion.coldfusion-plugin Traceback (most recent call...

@atomi This code change seemed to fix the issue, though I don't know if this makes me miss something? ``` diff --- a/dictionaries/__init__.py +++ b/dictionaries/__init__.py @@ -9,7 +9,7 @@ def...

oh okay, so maybe it's as simple as just combining those two statements for the fix? ``` python if sublime.version() and int(sublime.version()) < 3000: _init() ```

Ah, okay, sounds good to me. Let me know when you make the change and I can test it for you.