Plugins/PluginCodeStyleChecker.py

changeset 4235
81278aff6af9
parent 4221
c9fdc07753a7
child 4503
d68dcbe1deb3
equal deleted inserted replaced
4234:40741c858639 4235:81278aff6af9
206 def cancelStyleBatchCheck(self): 206 def cancelStyleBatchCheck(self):
207 """ 207 """
208 Public method to cancel all batch jobs. 208 Public method to cancel all batch jobs.
209 """ 209 """
210 for lang in ['Python2', 'Python3']: 210 for lang in ['Python2', 'Python3']:
211 self.backgroundService.requestCancel(lang) 211 self.backgroundService.requestCancel('batch_style', lang)
212 212
213 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): 213 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results):
214 """ 214 """
215 Private slot called after perfoming a style check on one file. 215 Private slot called after perfoming a style check on one file.
216 216

eric ide

mercurial