Fixed some documentation issues.

Sun, 06 Jul 2014 14:44:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 06 Jul 2014 14:44:46 +0200
changeset 3693
983904b9568f
parent 3692
a934139966a0
child 3697
c947a7eaace4

Fixed some documentation issues.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric6.E5Gui.E5ErrorMessage.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.QScintilla.Shell.html file | annotate | diff | comparison | revisions
QScintilla/Shell.py file | annotate | diff | comparison | revisions
install.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric6.E5Gui.E5ErrorMessage.html	Sat Jul 05 19:29:23 2014 +0200
+++ b/Documentation/Source/eric6.E5Gui.E5ErrorMessage.html	Sun Jul 06 14:44:46 2014 +0200
@@ -150,6 +150,9 @@
 <dt><i>msgType</i></dt>
 <dd>
 type of the message (integer, QtMsgType)
+</dd><dt><i>context</i></dt>
+<dd>
+context information (QMessageLogContext)
 </dd><dt><i>message</i></dt>
 <dd>
 message to be shown (bytes)
--- a/Documentation/Source/eric6.QScintilla.Shell.html	Sat Jul 05 19:29:23 2014 +0200
+++ b/Documentation/Source/eric6.QScintilla.Shell.html	Sun Jul 06 14:44:46 2014 +0200
@@ -248,7 +248,7 @@
 <td>Private slot to show the shell history dialog.</td>
 </tr><tr>
 <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td>
-<td>Private slot to start a debug client according to the action triggered[()].</td>
+<td>Private slot to start a debug client according to the action triggered.</td>
 </tr><tr>
 <td><a href="#Shell.__useHistory">__useHistory</a></td>
 <td>Private method to display a command from the history.</td>
@@ -845,7 +845,7 @@
 <b>__startDebugClient</b>(<i>action</i>)
 <p>
         Private slot to start a debug client according to the action
-        triggered[()].
+        triggered.
 </p><dl>
 <dt><i>action</i></dt>
 <dd>
--- a/QScintilla/Shell.py	Sat Jul 05 19:29:23 2014 +0200
+++ b/QScintilla/Shell.py	Sun Jul 06 14:44:46 2014 +0200
@@ -1448,7 +1448,7 @@
     def __startDebugClient(self, action):
         """
         Private slot to start a debug client according to the action
-        triggered[()].
+        triggered.
         
         @param action context menu action that was triggered (QAction)
         """
--- a/install.py	Sat Jul 05 19:29:23 2014 +0200
+++ b/install.py	Sun Jul 06 14:44:46 2014 +0200
@@ -948,7 +948,6 @@
         "PyQt5.QtGui", "PyQt5.QtNetwork", "PyQt5.QtPrintSupport",
         "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWebKit",
         "PyQt5.QtWebKitWidgets", "PyQt5.QtWidgets",
-        
     ]:
         name = impModule.split(".")[1]
         try:

eric ide

mercurial