Sun, 12 Aug 2012 13:50:18 +0200
Updated source docu.
--- a/APIs/Python3/eric5.api Sun Aug 12 13:49:43 2012 +0200 +++ b/APIs/Python3/eric5.api Sun Aug 12 13:50:18 2012 +0200 @@ -6174,6 +6174,7 @@ eric5.Tasks.TaskViewer.Task.getFilename?4() eric5.Tasks.TaskViewer.Task.getLineno?4() eric5.Tasks.TaskViewer.Task.isCompleted?4() +eric5.Tasks.TaskViewer.Task.isProjectFileTask?4() eric5.Tasks.TaskViewer.Task.isProjectTask?4() eric5.Tasks.TaskViewer.Task.setCompleted?4(completed) eric5.Tasks.TaskViewer.Task.setDescription?4(description) @@ -6194,7 +6195,7 @@ eric5.Tasks.TaskViewer.TaskViewer.addFileTask?4(description, filename, lineno, isBugfixTask=False, longtext="") eric5.Tasks.TaskViewer.TaskViewer.addTask?4(description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, isBugfixTask=False, longtext="") eric5.Tasks.TaskViewer.TaskViewer.clearFileTasks?4(filename, conditionally=False) -eric5.Tasks.TaskViewer.TaskViewer.clearProjectTasks?4() +eric5.Tasks.TaskViewer.TaskViewer.clearProjectTasks?4(fileOnly=False) eric5.Tasks.TaskViewer.TaskViewer.clearTasks?4() eric5.Tasks.TaskViewer.TaskViewer.displayFile?7 eric5.Tasks.TaskViewer.TaskViewer.getGlobalTasks?4()
--- a/Documentation/Help/source.qhp Sun Aug 12 13:49:43 2012 +0200 +++ b/Documentation/Help/source.qhp Sun Aug 12 13:50:18 2012 +0200 @@ -9249,6 +9249,7 @@ <keyword name="Task.getFilename" id="Task.getFilename" ref="eric5.Tasks.TaskViewer.html#Task.getFilename" /> <keyword name="Task.getLineno" id="Task.getLineno" ref="eric5.Tasks.TaskViewer.html#Task.getLineno" /> <keyword name="Task.isCompleted" id="Task.isCompleted" ref="eric5.Tasks.TaskViewer.html#Task.isCompleted" /> + <keyword name="Task.isProjectFileTask" id="Task.isProjectFileTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectFileTask" /> <keyword name="Task.isProjectTask" id="Task.isProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectTask" /> <keyword name="Task.setCompleted" id="Task.setCompleted" ref="eric5.Tasks.TaskViewer.html#Task.setCompleted" /> <keyword name="Task.setDescription" id="Task.setDescription" ref="eric5.Tasks.TaskViewer.html#Task.setDescription" />
--- a/Documentation/Source/eric5.Tasks.TaskViewer.html Sun Aug 12 13:49:43 2012 +0200 +++ b/Documentation/Source/eric5.Tasks.TaskViewer.html Sun Aug 12 13:50:18 2012 +0200 @@ -83,6 +83,9 @@ <td><a href="#Task.isCompleted">isCompleted</a></td> <td>Public slot to return the completion status.</td> </tr><tr> +<td><a href="#Task.isProjectFileTask">isProjectFileTask</a></td> +<td>Public slot to get an indication, if this task is related to a project file.</td> +</tr><tr> <td><a href="#Task.isProjectTask">isProjectTask</a></td> <td>Public slot to return the project relation status.</td> </tr><tr> @@ -182,6 +185,16 @@ <dd> flag indicating the completion status (boolean) </dd> +</dl><a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> +<h4>Task.isProjectFileTask</h4> +<b>isProjectFileTask</b>(<i></i>) +<p> + Public slot to get an indication, if this task is related to a project file. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a project file task (boolean) +</dd> </dl><a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a> <h4>Task.isProjectTask</h4> <b>isProjectTask</b>(<i></i>) @@ -710,10 +723,16 @@ </dd> </dl><a NAME="TaskViewer.clearProjectTasks" ID="TaskViewer.clearProjectTasks"></a> <h4>TaskViewer.clearProjectTasks</h4> -<b>clearProjectTasks</b>(<i></i>) +<b>clearProjectTasks</b>(<i>fileOnly=False</i>) <p> Public slot to clear project related tasks. -</p><a NAME="TaskViewer.clearTasks" ID="TaskViewer.clearTasks"></a> +</p><dl> +<dt><i>fileOnly=</i></dt> +<dd> +flag indicating to clear only file related + project tasks (boolean) +</dd> +</dl><a NAME="TaskViewer.clearTasks" ID="TaskViewer.clearTasks"></a> <h4>TaskViewer.clearTasks</h4> <b>clearTasks</b>(<i></i>) <p>