diff -r cb90f71f11f5 -r b3b3c99dba01 Documentation/Source/eric5.Tasks.TaskViewer.html --- a/Documentation/Source/eric5.Tasks.TaskViewer.html Mon Oct 17 19:38:59 2011 +0200 +++ b/Documentation/Source/eric5.Tasks.TaskViewer.html Wed Oct 19 19:42:58 2011 +0200 @@ -696,13 +696,17 @@ </dd> </dl><a NAME="TaskViewer.clearFileTasks" ID="TaskViewer.clearFileTasks"></a> <h4>TaskViewer.clearFileTasks</h4> -<b>clearFileTasks</b>(<i>filename</i>) +<b>clearFileTasks</b>(<i>filename, conditionally=False</i>) <p> Public slot to clear all tasks related to a file. </p><dl> <dt><i>filename</i></dt> <dd> name of the file (string) +</dd><dt><i>conditionally</i></dt> +<dd> +flag indicating to clear the tasks of the file + checking some conditions (boolean) </dd> </dl><a NAME="TaskViewer.clearProjectTasks" ID="TaskViewer.clearProjectTasks"></a> <h4>TaskViewer.clearProjectTasks</h4>