Fri, 20 Feb 2015 17:52:43 +0100
Regenerated source docu.
--- a/APIs/Python3/eric6.bas Fri Feb 20 17:49:43 2015 +0100 +++ b/APIs/Python3/eric6.bas Fri Feb 20 17:52:43 2015 +0100 @@ -60,7 +60,7 @@ ChangeBookmarkCommand QUndoCommand ChatWidget QWidget Ui_ChatWidget ChromeImporter BookmarksImporter -Class ClbrBase +Class ClbrBaseClasses.Class VisibilityMixin ClassItem UMLItem ClassModel UMLModel ClbrBase _ClbrBase
--- a/Documentation/Help/source.qhp Fri Feb 20 17:49:43 2015 +0100 +++ b/Documentation/Help/source.qhp Fri Feb 20 17:52:43 2015 +0100 @@ -2722,8 +2722,8 @@ <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" /> <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> - <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> - <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> + <keyword name="DebugClientBase.__formatQtVariable" id="DebugClientBase.__formatQtVariable" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQtVariable" /> + <keyword name="DebugClientBase.__formatQtVariable" id="DebugClientBase.__formatQtVariable" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQtVariable" /> <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric6.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric6.DebugClients.Python.DebugClientBase.html#DebugClientBase.__generateFilterObjects" />
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Fri Feb 20 17:49:43 2015 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Fri Feb 20 17:52:43 2015 +0100 @@ -123,7 +123,7 @@ <td><a href="#DebugClientBase.__exceptionRaised">__exceptionRaised</a></td> <td>Private method called in the case of an exception.</td> </tr><tr> -<td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> +<td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> <td>Private method to produce a formated output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> @@ -289,9 +289,9 @@ Private method called in the case of an exception. </p><p> It ensures that the debug server is informed of the raised exception. -</p><a NAME="DebugClientBase.__formatQt4Variable" ID="DebugClientBase.__formatQt4Variable"></a> -<h4>DebugClientBase.__formatQt4Variable</h4> -<b>__formatQt4Variable</b>(<i>value, vtype</i>) +</p><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> +<h4>DebugClientBase.__formatQtVariable</h4> +<b>__formatQtVariable</b>(<i>value, vtype</i>) <p> Private method to produce a formated output of a simple Qt4/Qt5 type. </p><dl>
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html Fri Feb 20 17:49:43 2015 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html Fri Feb 20 17:52:43 2015 +0100 @@ -123,7 +123,7 @@ <td><a href="#DebugClientBase.__exceptionRaised">__exceptionRaised</a></td> <td>Private method called in the case of an exception.</td> </tr><tr> -<td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> +<td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> @@ -304,9 +304,9 @@ Private method called in the case of an exception. </p><p> It ensures that the debug server is informed of the raised exception. -</p><a NAME="DebugClientBase.__formatQt4Variable" ID="DebugClientBase.__formatQt4Variable"></a> -<h4>DebugClientBase.__formatQt4Variable</h4> -<b>__formatQt4Variable</b>(<i>value, vtype</i>) +</p><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> +<h4>DebugClientBase.__formatQtVariable</h4> +<b>__formatQtVariable</b>(<i>value, vtype</i>) <p> Private method to produce a formatted output of a simple Qt4/Qt5 type. </p><dl>