(self, edit)
| 508 | # Setting config |
| 509 | class SettingXtoolsConfigCommand(sublime_plugin.TextCommand): |
| 510 | def run(self, edit): |
| 511 | config_file = os.path.join(XTOOLS_ROOT,"Context.sublime-menu") |
| 512 | self.view.window().open_file(config_file) |
| 513 | |
| 514 | |
| 515 | # Xtools Theme |
nothing calls this directly
no outgoing calls
no test coverage detected