MCPcopy Create free account
hub / github.com/chasingboy/Xtools / run

Method run

xtools.py:510–512  ·  view source on GitHub ↗
(self, edit)

Source from the content-addressed store, hash-verified

508# Setting config
509class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected