Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chasingboy/Xtools
/ run
Method
run
xtools.py:504–505 ·
view source on GitHub ↗
(self, edit)
Source
from the content-addressed store, hash-verified
502
# Input text
503
class
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
1
panel_print
Function · 0.85
Tested by
no test coverage detected