Sun, 01 Apr 2012 14:33:42 +0200
Regenerated source docu.
--- a/APIs/Python3/eric5.api Sun Apr 01 14:31:29 2012 +0200 +++ b/APIs/Python3/eric5.api Sun Apr 01 14:33:42 2012 +0200 @@ -5571,7 +5571,9 @@ eric5.QScintilla.Editor.Editor.previousUncovered?4() eric5.QScintilla.Editor.Editor.printFile?4() eric5.QScintilla.Editor.Editor.printPreviewFile?4() +eric5.QScintilla.Editor.Editor.projectClosed?4() eric5.QScintilla.Editor.Editor.projectLexerAssociationsChanged?4() +eric5.QScintilla.Editor.Editor.projectOpened?4() eric5.QScintilla.Editor.Editor.readFile?4(fn, createIt=False) eric5.QScintilla.Editor.Editor.readSettings?4() eric5.QScintilla.Editor.Editor.receive?4(command) @@ -7356,6 +7358,7 @@ eric5.ViewManager.ViewManager.ViewManager.printCurrentEditor?4() eric5.ViewManager.ViewManager.ViewManager.printEditor?4(editor) eric5.ViewManager.ViewManager.ViewManager.printPreviewCurrentEditor?4() +eric5.ViewManager.ViewManager.ViewManager.projectClosed?4() eric5.ViewManager.ViewManager.ViewManager.projectFileRenamed?4(oldfn, newfn) eric5.ViewManager.ViewManager.ViewManager.projectLexerAssociationsChanged?4() eric5.ViewManager.ViewManager.ViewManager.projectOpened?4()
--- a/Documentation/Help/source.qhp Sun Apr 01 14:31:29 2012 +0200 +++ b/Documentation/Help/source.qhp Sun Apr 01 14:33:42 2012 +0200 @@ -3634,7 +3634,9 @@ <keyword name="Editor.previousUncovered" id="Editor.previousUncovered" ref="eric5.QScintilla.Editor.html#Editor.previousUncovered" /> <keyword name="Editor.printFile" id="Editor.printFile" ref="eric5.QScintilla.Editor.html#Editor.printFile" /> <keyword name="Editor.printPreviewFile" id="Editor.printPreviewFile" ref="eric5.QScintilla.Editor.html#Editor.printPreviewFile" /> + <keyword name="Editor.projectClosed" id="Editor.projectClosed" ref="eric5.QScintilla.Editor.html#Editor.projectClosed" /> <keyword name="Editor.projectLexerAssociationsChanged" id="Editor.projectLexerAssociationsChanged" ref="eric5.QScintilla.Editor.html#Editor.projectLexerAssociationsChanged" /> + <keyword name="Editor.projectOpened" id="Editor.projectOpened" ref="eric5.QScintilla.Editor.html#Editor.projectOpened" /> <keyword name="Editor.readFile" id="Editor.readFile" ref="eric5.QScintilla.Editor.html#Editor.readFile" /> <keyword name="Editor.readSettings" id="Editor.readSettings" ref="eric5.QScintilla.Editor.html#Editor.readSettings" /> <keyword name="Editor.receive" id="Editor.receive" ref="eric5.QScintilla.Editor.html#Editor.receive" /> @@ -10360,6 +10362,7 @@ <keyword name="ViewManager.printCurrentEditor" id="ViewManager.printCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printCurrentEditor" /> <keyword name="ViewManager.printEditor" id="ViewManager.printEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printEditor" /> <keyword name="ViewManager.printPreviewCurrentEditor" id="ViewManager.printPreviewCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printPreviewCurrentEditor" /> + <keyword name="ViewManager.projectClosed" id="ViewManager.projectClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectClosed" /> <keyword name="ViewManager.projectFileRenamed" id="ViewManager.projectFileRenamed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectFileRenamed" /> <keyword name="ViewManager.projectLexerAssociationsChanged" id="ViewManager.projectLexerAssociationsChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectLexerAssociationsChanged" /> <keyword name="ViewManager.projectOpened" id="ViewManager.projectOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectOpened" />
--- a/Documentation/Source/eric5.QScintilla.Editor.html Sun Apr 01 14:31:29 2012 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sun Apr 01 14:33:42 2012 +0200 @@ -869,9 +869,15 @@ <td><a href="#Editor.printPreviewFile">printPreviewFile</a></td> <td>Public slot to show a print preview of the text.</td> </tr><tr> +<td><a href="#Editor.projectClosed">projectClosed</a></td> +<td>Public slot to handle the closing of a project.</td> +</tr><tr> <td><a href="#Editor.projectLexerAssociationsChanged">projectLexerAssociationsChanged</a></td> <td>Public slot to handle changes of the project lexer associations.</td> </tr><tr> +<td><a href="#Editor.projectOpened">projectOpened</a></td> +<td>Public slot to handle the opening of a project.</td> +</tr><tr> <td><a href="#Editor.readFile">readFile</a></td> <td>Public slot to read the text from a file.</td> </tr><tr> @@ -3063,11 +3069,21 @@ <b>printPreviewFile</b>(<i></i>) <p> Public slot to show a print preview of the text. +</p><a NAME="Editor.projectClosed" ID="Editor.projectClosed"></a> +<h4>Editor.projectClosed</h4> +<b>projectClosed</b>(<i></i>) +<p> + Public slot to handle the closing of a project. </p><a NAME="Editor.projectLexerAssociationsChanged" ID="Editor.projectLexerAssociationsChanged"></a> <h4>Editor.projectLexerAssociationsChanged</h4> <b>projectLexerAssociationsChanged</b>(<i></i>) <p> Public slot to handle changes of the project lexer associations. +</p><a NAME="Editor.projectOpened" ID="Editor.projectOpened"></a> +<h4>Editor.projectOpened</h4> +<b>projectOpened</b>(<i></i>) +<p> + Public slot to handle the opening of a project. </p><a NAME="Editor.readFile" ID="Editor.readFile"></a> <h4>Editor.readFile</h4> <b>readFile</b>(<i>fn, createIt=False</i>)
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Apr 01 14:31:29 2012 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Apr 01 14:33:42 2012 +0200 @@ -743,6 +743,9 @@ <td><a href="#ViewManager.printPreviewCurrentEditor">printPreviewCurrentEditor</a></td> <td>Public slot to show a print preview of the current editor.</td> </tr><tr> +<td><a href="#ViewManager.projectClosed">projectClosed</a></td> +<td>Public slot to handle the projectClosed signal.</td> +</tr><tr> <td><a href="#ViewManager.projectFileRenamed">projectFileRenamed</a></td> <td>Public slot to handle the projectFileRenamed signal.</td> </tr><tr> @@ -2379,6 +2382,11 @@ <b>printPreviewCurrentEditor</b>(<i></i>) <p> Public slot to show a print preview of the current editor. +</p><a NAME="ViewManager.projectClosed" ID="ViewManager.projectClosed"></a> +<h4>ViewManager.projectClosed</h4> +<b>projectClosed</b>(<i></i>) +<p> + Public slot to handle the projectClosed signal. </p><a NAME="ViewManager.projectFileRenamed" ID="ViewManager.projectFileRenamed"></a> <h4>ViewManager.projectFileRenamed</h4> <b>projectFileRenamed</b>(<i>oldfn, newfn</i>)