示例#1
0
 def request_plugin_list(self):
     progress = ProgressNotifier("Gulp: Working")
     thread = PluginRegistryCall()
     thread.start()
     self.handle_thread(thread, progress)
示例#2
0
 def request_plugin_list(self):
     progress = ProgressNotifier("%s: Working" % Settings.PACKAGE_NAME)
     thread = PluginRegistryCall()
     thread.start()
     self.handle_thread(thread, progress)
示例#3
0
文件: gulp.py 项目: wufeishow/sublime
 def request_plugin_list(self):
     progress = ProgressNotifier("%s: Working" % Settings.PACKAGE_NAME)
     thread = PluginRegistryCall()
     thread.start()
     self.handle_thread(thread, progress)