eric7/Tasks/TaskViewer.py

branch
eric7
changeset 9149
1810eaf18d3f
parent 8943
23f9c7b9e18e
equal deleted inserted replaced
9148:b31f0d894b55 9149:1810eaf18d3f
768 self.__projectTaskExtractionThread.scan( 768 self.__projectTaskExtractionThread.scan(
769 markers, [os.path.join(ppath, f) for f in files]) 769 markers, [os.path.join(ppath, f) for f in files])
770 else: 770 else:
771 progress = EricProgressDialog( 771 progress = EricProgressDialog(
772 self.tr("Extracting project tasks..."), 772 self.tr("Extracting project tasks..."),
773 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files")) 773 self.tr("Abort"), 0, len(files), self.tr("%v/%m Files"), self)
774 progress.setMinimumDuration(0) 774 progress.setMinimumDuration(0)
775 progress.setWindowTitle(self.tr("Tasks")) 775 progress.setWindowTitle(self.tr("Tasks"))
776 776
777 ppath = self.project.getProjectPath() 777 ppath = self.project.getProjectPath()
778 778

eric ide

mercurial