Documentation/Source/eric5.QScintilla.Terminal.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.QScintilla.Terminal.html
--- a/Documentation/Source/eric5.QScintilla.Terminal.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.Terminal.html	Fri Mar 11 16:51:57 2011 +0100
@@ -45,7 +45,7 @@
 <p>
     Class implementing a simple terminal based on QScintilla.
 </p><p>
-    A user can enter commands that are executed by a shell process.  
+    A user can enter commands that are executed by a shell process.
 </p>
 <h3>Derived from</h3>
 QsciScintillaCompat
@@ -248,7 +248,7 @@
 </table>
 <a NAME="Terminal.__init__" ID="Terminal.__init__"></a>
 <h4>Terminal (Constructor)</h4>
-<b>Terminal</b>(<i>vm, parent = None</i>)
+<b>Terminal</b>(<i>vm, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -306,7 +306,7 @@
         Private method to handle the Delete Word Right command.
 </p><a NAME="Terminal.__QScintillaLeftCommand" ID="Terminal.__QScintillaLeftCommand"></a>
 <h4>Terminal.__QScintillaLeftCommand</h4>
-<b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed = False</i>)
+<b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>)
 <p>
         Private method to handle a QScintilla command working to the left.
 </p><dl>
@@ -496,7 +496,7 @@
         Private slot to handle the 'reset' context menu entry.
 </p><a NAME="Terminal.__rsearchHistory" ID="Terminal.__rsearchHistory"></a>
 <h4>Terminal.__rsearchHistory</h4>
-<b>__rsearchHistory</b>(<i>txt, startIdx = -1</i>)
+<b>__rsearchHistory</b>(<i>txt, startIdx=-1</i>)
 <p>
         Private method used to reverse search the history.
 </p><dl>
@@ -514,7 +514,7 @@
 </dd>
 </dl><a NAME="Terminal.__searchHistory" ID="Terminal.__searchHistory"></a>
 <h4>Terminal.__searchHistory</h4>
-<b>__searchHistory</b>(<i>txt, startIdx = -1</i>)
+<b>__searchHistory</b>(<i>txt, startIdx=-1</i>)
 <p>
         Private method used to search the history.
 </p><dl>
@@ -619,7 +619,7 @@
 <h4>Terminal.closeTerminal</h4>
 <b>closeTerminal</b>(<i></i>)
 <p>
-        Public method to shutdown the terminal. 
+        Public method to shutdown the terminal.
 </p><a NAME="Terminal.contextMenuEvent" ID="Terminal.contextMenuEvent"></a>
 <h4>Terminal.contextMenuEvent</h4>
 <b>contextMenuEvent</b>(<i>ev</i>)

eric ide

mercurial