コード例 #1
0
ファイル: gulp.py プロジェクト: yuanxiaowa/sublime-config
 def request_plugin_list(self):
     progress = ProgressNotifier("Gulp: Working")
     thread = PluginRegistryCall()
     thread.start()
     self.handle_thread(thread, progress)
コード例 #2
0
ファイル: gulp.py プロジェクト: charlenezell/sl3settings
 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)