Documentation/Source/eric5.QScintilla.Shell.html

changeset 945
8cd4d08fa9f6
parent 802
e8882d16384c
child 1228
7afaf2fca55b
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.QScintilla.Shell.html
--- a/Documentation/Source/eric5.QScintilla.Shell.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.Shell.html	Fri Mar 11 16:51:57 2011 +0100
@@ -45,8 +45,8 @@
 <p>
     Class implementing a graphical Python shell.
 </p><p>
-    A user can enter commands that are executed in the remote 
-    Python interpreter.  
+    A user can enter commands that are executed in the remote
+    Python interpreter.
 </p>
 <h3>Derived from</h3>
 QsciScintillaCompat
@@ -315,7 +315,7 @@
 </table>
 <a NAME="Shell.__init__" ID="Shell.__init__"></a>
 <h4>Shell (Constructor)</h4>
-<b>Shell</b>(<i>dbs, vm, parent = None</i>)
+<b>Shell</b>(<i>dbs, vm, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -386,7 +386,7 @@
         Private method to handle the Delete Word Right command.
 </p><a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a>
 <h4>Shell.__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>
@@ -500,7 +500,7 @@
         Private method to handle the Cursor Word Right command.
 </p><a NAME="Shell.__bindLexer" ID="Shell.__bindLexer"></a>
 <h4>Shell.__bindLexer</h4>
-<b>__bindLexer</b>(<i>language = 'Python3'</i>)
+<b>__bindLexer</b>(<i>language='Python3'</i>)
 <p>
         Private slot to set the lexer.
 </p><dl>
@@ -672,7 +672,7 @@
         Private slot to handle the 'reset and clear' context menu entry.
 </p><a NAME="Shell.__rsearchHistory" ID="Shell.__rsearchHistory"></a>
 <h4>Shell.__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>
@@ -690,7 +690,7 @@
 </dd>
 </dl><a NAME="Shell.__searchHistory" ID="Shell.__searchHistory"></a>
 <h4>Shell.__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>
@@ -713,7 +713,7 @@
         Private slot to select a history entry to execute.
 </p><a NAME="Shell.__setAutoCompletion" ID="Shell.__setAutoCompletion"></a>
 <h4>Shell.__setAutoCompletion</h4>
-<b>__setAutoCompletion</b>(<i>language = 'Python'</i>)
+<b>__setAutoCompletion</b>(<i>language='Python'</i>)
 <p>
         Private method to configure the autocompletion function.
 </p><dl>
@@ -723,7 +723,7 @@
 </dd>
 </dl><a NAME="Shell.__setCallTips" ID="Shell.__setCallTips"></a>
 <h4>Shell.__setCallTips</h4>
-<b>__setCallTips</b>(<i>language = 'Python'</i>)
+<b>__setCallTips</b>(<i>language='Python'</i>)
 <p>
         Private method to configure the calltips function.
 </p><dl>
@@ -844,7 +844,7 @@
 <h4>Shell.closeShell</h4>
 <b>closeShell</b>(<i></i>)
 <p>
-        Public method to shutdown the shell. 
+        Public method to shutdown the shell.
 </p><a NAME="Shell.contextMenuEvent" ID="Shell.contextMenuEvent"></a>
 <h4>Shell.contextMenuEvent</h4>
 <b>contextMenuEvent</b>(<i>ev</i>)

eric ide

mercurial