Sat, 12 Jul 2014 13:18:13 +0200
Fixed a source docu error.
--- a/Documentation/Source/eric5.QScintilla.Shell.html Sat Jul 05 18:55:58 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Shell.html Sat Jul 12 13:18:13 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 18:55:58 2014 +0200 +++ b/QScintilla/Shell.py Sat Jul 12 13:18:13 2014 +0200 @@ -1447,7 +1447,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) """