Tue, 16 Oct 2012 19:46:54 +0200
Updated the source docu.
--- a/APIs/Python3/eric5.api Tue Oct 16 19:43:27 2012 +0200 +++ b/APIs/Python3/eric5.api Tue Oct 16 19:46:54 2012 +0200 @@ -2191,6 +2191,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.setForwardAvailable?4(b) eric5.Helpviewer.HelpWindow.HelpWindow.setLoadingActions?4(b) eric5.Helpviewer.HelpWindow.HelpWindow.setPrivateMode?4(on) +eric5.Helpviewer.HelpWindow.HelpWindow.shutdown?4() eric5.Helpviewer.HelpWindow.HelpWindow.zoomTextOnlyChanged?7 eric5.Helpviewer.HelpWindow.HelpWindow?1(home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None) eric5.Helpviewer.History.HistoryCompleter.HistoryCompleter.pathFromIndex?4(idx) @@ -6906,7 +6907,7 @@ eric5.Utilities.py3flakes.checker.Checker.SETCOMP?7 eric5.Utilities.py3flakes.checker.Checker.SLICE?7 eric5.Utilities.py3flakes.checker.Checker.STARRED?4(node) -eric5.Utilities.py3flakes.checker.Checker.TRYEXCEPT?7 +eric5.Utilities.py3flakes.checker.Checker.TRY?7 eric5.Utilities.py3flakes.checker.Checker._runDeferred?5(deferred) eric5.Utilities.py3flakes.checker.Checker.addArgs?4() eric5.Utilities.py3flakes.checker.Checker.addBinding?4(lineno, value, reportRedef=True)
--- a/Documentation/Help/source.qhp Tue Oct 16 19:43:27 2012 +0200 +++ b/Documentation/Help/source.qhp Tue Oct 16 19:46:54 2012 +0200 @@ -4603,6 +4603,7 @@ <keyword name="HelpWindow.setForwardAvailable" id="HelpWindow.setForwardAvailable" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setForwardAvailable" /> <keyword name="HelpWindow.setLoadingActions" id="HelpWindow.setLoadingActions" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setLoadingActions" /> <keyword name="HelpWindow.setPrivateMode" id="HelpWindow.setPrivateMode" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setPrivateMode" /> + <keyword name="HelpWindow.shutdown" id="HelpWindow.shutdown" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.shutdown" /> <keyword name="Helpviewer (Package)" id="Helpviewer (Package)" ref="index-eric5.Helpviewer.html" /> <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" /> <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" /> @@ -11342,7 +11343,6 @@ <file>eric5.E5Gui.E5LineEdit.html</file> <file>eric5.E5Gui.E5LineEditButton.html</file> <file>eric5.E5Gui.E5ListView.html</file> - <file>eric5.E5Gui.E5MainWindow.html</file> <file>eric5.E5Gui.E5MessageBox.html</file> <file>eric5.E5Gui.E5ModelMenu.html</file> <file>eric5.E5Gui.E5ModelToolBar.html</file>
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Tue Oct 16 19:43:27 2012 +0200 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Tue Oct 16 19:46:54 2012 +0200 @@ -442,6 +442,9 @@ </tr><tr> <td><a href="#HelpWindow.setPrivateMode">setPrivateMode</a></td> <td>Public method to set the privacy mode.</td> +</tr><tr> +<td><a href="#HelpWindow.shutdown">shutdown</a></td> +<td>Public method to shut down the web browser.</td> </tr> </table> <h3>Static Methods</h3> @@ -1414,6 +1417,16 @@ <dd> flag indicating the privacy state (boolean) </dd> +</dl><a NAME="HelpWindow.shutdown" ID="HelpWindow.shutdown"></a> +<h4>HelpWindow.shutdown</h4> +<b>shutdown</b>(<i></i>) +<p> + Public method to shut down the web browser. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating successful shutdown (boolean) +</dd> </dl><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a> <h4>HelpWindow.__getWebIcon (static)</h4> <b>__getWebIcon</b>(<i></i>)
--- a/Documentation/Source/eric5.Utilities.py3flakes.checker.html Tue Oct 16 19:43:27 2012 +0200 +++ b/Documentation/Source/eric5.Utilities.py3flakes.checker.html Tue Oct 16 19:46:54 2012 +0200 @@ -184,7 +184,7 @@ object <h3>Class Attributes</h3> <table> -<tr><td>ATTRIBUTES</td></tr><tr><td>BOOLOP</td></tr><tr><td>CALL</td></tr><tr><td>COMPREHENSION</td></tr><tr><td>INVERT</td></tr><tr><td>ISNOT</td></tr><tr><td>LOAD</td></tr><tr><td>MOD</td></tr><tr><td>NONLOCAL</td></tr><tr><td>PASS</td></tr><tr><td>RETURN</td></tr><tr><td>SETCOMP</td></tr><tr><td>SLICE</td></tr><tr><td>TRYEXCEPT</td></tr><tr><td>nodeDepth</td></tr><tr><td>scope</td></tr><tr><td>traceTree</td></tr> +<tr><td>ATTRIBUTES</td></tr><tr><td>BOOLOP</td></tr><tr><td>CALL</td></tr><tr><td>COMPREHENSION</td></tr><tr><td>INVERT</td></tr><tr><td>ISNOT</td></tr><tr><td>LOAD</td></tr><tr><td>MOD</td></tr><tr><td>NONLOCAL</td></tr><tr><td>PASS</td></tr><tr><td>RETURN</td></tr><tr><td>SETCOMP</td></tr><tr><td>SLICE</td></tr><tr><td>TRY</td></tr><tr><td>nodeDepth</td></tr><tr><td>scope</td></tr><tr><td>traceTree</td></tr> </table> <h3>Class Methods</h3> <table>