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

Class SelectUrlsIncludePathCommand

xtools.py:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184class SelectUrlsIncludePathCommand(sublime_plugin.TextCommand):
185 def run(self, edit):
186 text = select_urls(self.view, True)
187 new_view(self.view, edit, text)
188
189
190class SelectRoutersFromTextCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected