| 501 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected