MCPcopy
hub / github.com/catppuccin/catppuccin / show_status_list

Method show_status_list

samples/python1.py:774–780  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

772 sublime.status_message("Nothing to show")
773
774 def show_status_list(self):
775 options = copy(self.results)
776 options.insert(0, " - Open All")
777 if self.settings.get('uncommitted_files_use_monospace_font', True):
778 self.get_window().show_quick_panel(options, self.panel_done, sublime.MONOSPACE_FONT)
779 else:
780 self.get_window().show_quick_panel(options, self.panel_done)
781
782 def panel_done(self, picked):
783 if picked == 0:

Callers 1

status_doneMethod · 0.95

Calls 1

get_windowMethod · 0.80

Tested by

no test coverage detected