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

Class InputTextCommand

xtools.py:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502# Input text
503class InputTextCommand(sublime_plugin.TextCommand):
504 def run(self, edit):
505 panel_print(self.view, edit, 'Input Text:\n')
506
507
508# Setting config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected