| 538 | |
| 539 | # Notebook |
| 540 | class XtoolsNoteBookCommand(sublime_plugin.TextCommand): |
| 541 | def run(self, edit): |
| 542 | notebook = os.path.join(XTOOLS_ROOT,"Notebook.md") |
| 543 | self.view.window().open_file(notebook) |
| 544 | |
| 545 | |
| 546 | # About Xtools |
nothing calls this directly
no outgoing calls
no test coverage detected