diff -r ed2f37c1f6b6 -r 1faa0780ae1d APIs/Python3/eric6.api --- a/APIs/Python3/eric6.api Tue Aug 30 20:13:21 2016 +0200 +++ b/APIs/Python3/eric6.api Wed Aug 31 18:20:40 2016 +0200 @@ -8351,6 +8351,11 @@ eric6.Tasks.TaskPropertiesDialog.TaskPropertiesDialog.setReadOnly?4() eric6.Tasks.TaskPropertiesDialog.TaskPropertiesDialog.setSubTaskMode?4(projectTask) eric6.Tasks.TaskPropertiesDialog.TaskPropertiesDialog?1(task=None, parent=None, projectOpen=False) +eric6.Tasks.TaskViewer.ProjectTaskExtractionThread.requestInterrupt?4() +eric6.Tasks.TaskViewer.ProjectTaskExtractionThread.run?4() +eric6.Tasks.TaskViewer.ProjectTaskExtractionThread.scan?4(markers, files) +eric6.Tasks.TaskViewer.ProjectTaskExtractionThread.taskFound?7 +eric6.Tasks.TaskViewer.ProjectTaskExtractionThread?1(parent=None) eric6.Tasks.TaskViewer.TaskViewer.addFileTask?4(summary, filename, lineno, taskType=Task.TypeTodo, description="") eric6.Tasks.TaskViewer.TaskViewer.addTask?4(summary, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=Task.TypeTodo, description="", uid="", parentTask=None) eric6.Tasks.TaskViewer.TaskViewer.clearFileTasks?4(filename, conditionally=False) @@ -8364,6 +8369,7 @@ eric6.Tasks.TaskViewer.TaskViewer.regenerateProjectTasks?4(quiet=False) eric6.Tasks.TaskViewer.TaskViewer.saveProjectTasks?4() eric6.Tasks.TaskViewer.TaskViewer.setProjectOpen?4(o=False) +eric6.Tasks.TaskViewer.TaskViewer.stopProjectTaskExtraction?4() eric6.Tasks.TaskViewer.TaskViewer?1(parent, project) eric6.Templates.TemplateHelpDialog.TemplateHelpDialog?1(parent=None) eric6.Templates.TemplateMultipleVariablesDialog.TemplateMultipleVariablesDialog.getVariables?4()