Dominique Wahli
Dominique Wahli
This exception probably happen because of new unsaved view, which view.file_name() return None: ``` python Traceback (most recent call last): File ".\sublime_plugin.py", line 175, in on_load File ".\sublime_plugin.py", line 154,...
This is one of my overlap conflict: ``` [ctrl+shift+r] delphi_switch_head_body Delphi [{"operator": "equal", "operand": "source.pascal", "key": "selector"}] (ctrl+shift+r,ctrl+shift+c) python_regenerate_cache User [{"operator": "equal", "operand": "source.python", "key": "selector"}] (ctrl+shift+r,ctrl+shift+d) goto_python_definition User [{"operator":...
In Main.sublime-menu this section still open "Base File.sublime-settings", which was replaced by "Preferences.sublime-settings" in Build 2174: { "command": "open_file", "args": {"file": "${packages}/Alignment/Base File.sublime-settings"}, "caption": "Settings – Default" }, { "command":...
On highlight_sync I have: originalText = u'# coding=UTF8\r\nimport sys\r\nimport re' currentText = u'# coding=UTF8\nimport sys\nimport re Note the \n and \r\n I already write about it in my post in...
Didn't have time to debug now but this is the message: Traceback (most recent call last): File ".\sublime_plugin.py", line 282, in run_ File ".\changetracker.py", line 90, in run File ".\changetracker.py",...