-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
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:
Traceback (most recent call last):
File "/Users/sergeym/Library/Application Support/Sublime Text 2/Packages/AAAPackageDev/Lib/sublime_lib/__init__.py", line 62, in run_
self.typ.run_(self, *args)
File "./sublime_plugin.py", line 339, in run_
File "./file_conversion.py", line 128, in run
File "/Users/sergeym/Library/Application Support/Sublime Text 2/Packages/AAAPackageDev/Lib/sublime_lib/view/output_panel.py", line 120, in __init__
self.set_path(path, file_regex, line_regex)
File "/Users/sergeym/Library/Application Support/Sublime Text 2/Packages/AAAPackageDev/Lib/sublime_lib/view/output_panel.py", line 131, in set_path
self.set_regex(file_regex, line_regex)
File "/Users/sergeym/Library/Application Support/Sublime Text 2/Packages/AAAPackageDev/Lib/sublime_lib/view/output_panel.py", line 155, in set_regex
self.view.sel().add_all(sel)
Boost.Python.ArgumentError: Python argument types in
RegionSet.add_all(RegionSet, list)
did not match C++ signature:
add_all(SelectionSet {lvalue}, SelectionSet)
Have tried to search for the solution but couldn't find anything. Any help on the matter is appreciated.