Regenerated the source docu. 5_2_x

Sat, 06 Oct 2012 19:11:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Oct 2012 19:11:35 +0200
branch
5_2_x
changeset 2117
997d21f331c6
parent 2116
5edbd90cf9e6
child 2119
5f2f6d0ad1e6

Regenerated the source docu.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Gui.E5SideBar.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Utilities.py3flakes.checker.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sat Oct 06 19:07:04 2012 +0200
+++ b/APIs/Python3/eric5.api	Sat Oct 06 19:11:35 2012 +0200
@@ -1364,6 +1364,7 @@
 eric5.E5Gui.E5SideBar.E5SideBar.setTabToolTip?4(index, tip)
 eric5.E5Gui.E5SideBar.E5SideBar.setTabWhatsThis?4(index, text)
 eric5.E5Gui.E5SideBar.E5SideBar.shrink?4()
+eric5.E5Gui.E5SideBar.E5SideBar.shutdown?4()
 eric5.E5Gui.E5SideBar.E5SideBar.tabIcon?4(index)
 eric5.E5Gui.E5SideBar.E5SideBar.tabText?4(index)
 eric5.E5Gui.E5SideBar.E5SideBar.tabToolTip?4(index)
@@ -6905,6 +6906,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._runDeferred?5(deferred)
 eric5.Utilities.py3flakes.checker.Checker.addArgs?4()
 eric5.Utilities.py3flakes.checker.Checker.addBinding?4(lineno, value, reportRedef=True)
@@ -6930,6 +6932,7 @@
 eric5.Utilities.py3flakes.checker.Checker.traceTree?7
 eric5.Utilities.py3flakes.checker.Checker?1(module, filename='(none)')
 eric5.Utilities.py3flakes.checker.ExportBinding.names?4()
+eric5.Utilities.py3flakes.checker.FunctionDefinition.is_property?7
 eric5.Utilities.py3flakes.checker.FunctionScope?1()
 eric5.Utilities.py3flakes.checker.Importation?1(name, source)
 eric5.Utilities.py3flakes.checker.Scope.importStarred?7
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Oct 06 19:07:04 2012 +0200
+++ b/Documentation/Help/source.qhp	Sat Oct 06 19:11:35 2012 +0200
@@ -3246,6 +3246,7 @@
       <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" />
       <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" />
       <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" />
+      <keyword name="E5SideBar.shutdown" id="E5SideBar.shutdown" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shutdown" />
       <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" />
       <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" />
       <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" />
@@ -11342,6 +11343,7 @@
       <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.E5Gui.E5SideBar.html	Sat Oct 06 19:07:04 2012 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5SideBar.html	Sat Oct 06 19:11:35 2012 +0200
@@ -161,6 +161,9 @@
 <td><a href="#E5SideBar.shrink">shrink</a></td>
 <td>Public method to shrink the sidebar.</td>
 </tr><tr>
+<td><a href="#E5SideBar.shutdown">shutdown</a></td>
+<td>Public method to shut down the object.</td>
+</tr><tr>
 <td><a href="#E5SideBar.tabIcon">tabIcon</a></td>
 <td>Public method to get the icon of a tab.</td>
 </tr><tr>
@@ -562,6 +565,15 @@
 <b>shrink</b>(<i></i>)
 <p>
         Public method to shrink the sidebar.
+</p><a NAME="E5SideBar.shutdown" ID="E5SideBar.shutdown"></a>
+<h4>E5SideBar.shutdown</h4>
+<b>shutdown</b>(<i></i>)
+<p>
+        Public method to shut down the object.
+</p><p>
+        This method does some preparations so the object can be deleted properly.
+        It disconnects from the focusChanged signal in order to avoid trouble later
+        on.
 </p><a NAME="E5SideBar.tabIcon" ID="E5SideBar.tabIcon"></a>
 <h4>E5SideBar.tabIcon</h4>
 <b>tabIcon</b>(<i>index</i>)
--- a/Documentation/Source/eric5.Utilities.py3flakes.checker.html	Sat Oct 06 19:07:04 2012 +0200
+++ b/Documentation/Source/eric5.Utilities.py3flakes.checker.html	Sat Oct 06 19:11:35 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>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>TRYEXCEPT</td></tr><tr><td>nodeDepth</td></tr><tr><td>scope</td></tr><tr><td>traceTree</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -545,7 +545,7 @@
 Binding
 <h3>Class Attributes</h3>
 <table>
-<tr><td>None</td></tr>
+<tr><td>is_property</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>

eric ide

mercurial