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

Class AboutXtoolsCommand

xtools.py:547–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545
546# About Xtools
547class AboutXtoolsCommand(sublime_plugin.TextCommand):
548 def run(self, edit):
549 tip = check_version(VERSION)
550 sublime.message_dialog(ABOUT_XTOOLS.format(version=VERSION,tip=tip))
551
552
553# Function lib

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected