Closed morozgrafix closed 9 years ago
I can solve this by tomorrow. It's an issue with some code I commited a few days ago and didn't consider not to be working with ST2 (since that has higher type restrictions on API calls as the sublime_plugin module is not provided as Python code).
Thanks for taking a look at it and confirming that this is a known issue.
Has this been fixed? Because I'm still getting the exact same error. Is there something I should do?
I can confirm that it has been fixed in 1.0.3 (latest at the time of writing this comment). Assuming you have installed it via Package Control. Go to Package Control: List Packages and see what version you have installed, if you aren't on 1.0.3 you can go through Package Control: Package Upgrade and see if you can bring your version of AAAPackageDev to 1.0.3 (maybe worth restarting Sublime Text after upgrade). Hope this helps.
Perfect, just had to restart sublime. Thanks!
Fresh install of AAAPackageDev through Package Control:Install Package on OS X 10.10.1, Sublime 2.0.2 and Python 2.7.9.
Attempting to convert simple test.YAML-tmLanguage syntax definition to test.tmLanguage and getting following error in the when inspecting console:
Have tried to search for the solution but couldn't find anything. Any help on the matter is appreciated.