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

Class SelectUrlsExcludePathCommand

xtools.py:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177# URL And Router
178class SelectUrlsExcludePathCommand(sublime_plugin.TextCommand):
179 def run(self, edit):
180 text = select_urls(self.view, False)
181 new_view(self.view, edit, text)
182
183
184class SelectUrlsIncludePathCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected