def show_quick_panel(self, items, on_done=None, font=sublime.MONOSPACE_FONT): self.defer_sync(lambda: self.window.show_quick_panel(items, on_done, font))