Sat, 21 Jan 2012 17:27:30 +0100
Updated source docu.
--- a/Documentation/Help/source.qhp Sat Jan 21 17:20:33 2012 +0100 +++ b/Documentation/Help/source.qhp Sat Jan 21 17:27:30 2012 +0100 @@ -6909,6 +6909,7 @@ <keyword name="Project.__addSingleDirectory" id="Project.__addSingleDirectory" ref="eric5.Project.Project.html#Project.__addSingleDirectory" /> <keyword name="Project.__binaryTranslationFile" id="Project.__binaryTranslationFile" ref="eric5.Project.Project.html#Project.__binaryTranslationFile" /> <keyword name="Project.__checkFilesExist" id="Project.__checkFilesExist" ref="eric5.Project.Project.html#Project.__checkFilesExist" /> + <keyword name="Project.__checkProjectFileGroup" id="Project.__checkProjectFileGroup" ref="eric5.Project.Project.html#Project.__checkProjectFileGroup" /> <keyword name="Project.__clearRecent" id="Project.__clearRecent" ref="eric5.Project.Project.html#Project.__clearRecent" /> <keyword name="Project.__closeAllWindows" id="Project.__closeAllWindows" ref="eric5.Project.Project.html#Project.__closeAllWindows" /> <keyword name="Project.__createSnapshotSource" id="Project.__createSnapshotSource" ref="eric5.Project.Project.html#Project.__createSnapshotSource" />
--- a/Documentation/Source/eric5.Project.Project.html Sat Jan 21 17:20:33 2012 +0100 +++ b/Documentation/Source/eric5.Project.Project.html Sat Jan 21 17:27:30 2012 +0100 @@ -183,6 +183,9 @@ <td><a href="#Project.__checkFilesExist">__checkFilesExist</a></td> <td>Private method to check, if the files in a list exist.</td> </tr><tr> +<td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td> +<td>Private method to check, if a file is in a specific file group of the project.</td> +</tr><tr> <td><a href="#Project.__clearRecent">__clearRecent</a></td> <td>Private method to clear the recent projects menu.</td> </tr><tr> @@ -716,6 +719,24 @@ <dd> key of the list to be checked (string) </dd> +</dl><a NAME="Project.__checkProjectFileGroup" ID="Project.__checkProjectFileGroup"></a> +<h4>Project.__checkProjectFileGroup</h4> +<b>__checkProjectFileGroup</b>(<i>fn, group</i>) +<p> + Private method to check, if a file is in a specific file group of the project. +</p><dl> +<dt><i>fn</i></dt> +<dd> +filename to be checked (string) +</dd><dt><i>group</i></dt> +<dd> +group to check (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating membership (boolean) +</dd> </dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a> <h4>Project.__clearRecent</h4> <b>__clearRecent</b>(<i></i>)
--- a/Documentation/Source/eric5.QScintilla.EditorAssembly.html Sat Jan 21 17:20:33 2012 +0100 +++ b/Documentation/Source/eric5.QScintilla.EditorAssembly.html Sat Jan 21 17:27:30 2012 +0100 @@ -114,7 +114,7 @@ </dd> </dl><a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> <h4>EditorAssembly.__globalsActivated</h4> -<b>__globalsActivated</b>(<i>index</i>) +<b>__globalsActivated</b>(<i>index, moveCursor=True</i>) <p> Private method to jump to the line of the selected global entry and to populate the members combo box. @@ -122,16 +122,22 @@ <dt><i>index</i></dt> <dd> index of the selected entry (integer) +</dd><dt><i>moveCursor=</i></dt> +<dd> +flag indicating to move the editor cursor (boolean) </dd> </dl><a NAME="EditorAssembly.__membersActivated" ID="EditorAssembly.__membersActivated"></a> <h4>EditorAssembly.__membersActivated</h4> -<b>__membersActivated</b>(<i>index</i>) +<b>__membersActivated</b>(<i>index, moveCursor=True</i>) <p> Private method to jump to the line of the selected members entry. </p><dl> <dt><i>index</i></dt> <dd> index of the selected entry (integer) +</dd><dt><i>moveCursor=</i></dt> +<dd> +flag indicating to move the editor cursor (boolean) </dd> </dl><a NAME="EditorAssembly.__parseEditor" ID="EditorAssembly.__parseEditor"></a> <h4>EditorAssembly.__parseEditor</h4>