def run(self):
# try:
# self.dirs = setting.get_browser_setting()
# dirs = []
# for dir in self.dirs:
# dirs.append(dir[0])
# self.window.show_quick_panel(dirs, self.panel_done,sublime.MONOSPACE_FONT)
# except Exception as e:
# util.show_in_panel(e)
# return
# def panel_done(self, picked):
# if 0 > picked < len(self.dirs):
# return
# self.browser = self.dirs[picked][0]
# self.broswer_path = self.dirs[picked][1]
thread = threading.Thread(target=self.main_handle)
thread.start()
util.handle_thread(thread)
评论列表
文章目录