EarMaster wrote:Okay. The key bindings seem to be binded correctly:
Unfortunately there seems to be an error in the script during startup:
- Code: Select all
Reloading plugin C:\Users\visionsbox\AppData\Roaming\Sublime Text 2\Packages\User\highlight_code_remarks.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 62, in reload_plugin
File ".\highlight_code_remarks.py", line 143, in <module>
from support.view import DeferedViewListener
ImportError: No module named support.view
May I have missed any dependencies apart from the obvious ones (I'm currently using Sublime Text 2 Build 2210)?
This is not an error, you have to copy the "support" directory from author's repository into your plugins directory. It worked for me.
This question answered at the author's bitbucket repo.