Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html
--- a/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.QScintilla.TypingCompleters.CompleterPython</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#116;y&#112;&#105;&#110;&#103; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114; &#102;&#111;&#114; &#80;y&#116;&#104;&#111;&#110;.
+Module implementing a typing completer for Python.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#CompleterPython">CompleterPython</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;y&#112;&#105;&#110;&#103; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114; &#102;&#111;&#114; &#80;y&#116;&#104;&#111;&#110;.</td>
+<td>Class implementing typing completer for Python.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="CompleterPython" ID="CompleterPython"></a>
 <h2>CompleterPython</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;y&#112;&#105;&#110;&#103; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114; &#102;&#111;&#114; &#80;y&#116;&#104;&#111;&#110;.
+    Class implementing typing completer for Python.
 </p>
 <h3>Derived from</h3>
 CompleterBase
@@ -55,197 +55,197 @@
 <table>
 <tr>
 <td><a href="#CompleterPython.__init__">CompleterPython</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#CompleterPython.__dedentDefStatement">__dedentDefStatement</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#102; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#97; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#100;&#101;&#102; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#111;&#114; &#99;&#108;&#97;&#115;&#115; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116;.</td>
+<td>Private method to dedent the line of the def statement to a previous def statement or class statement.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__dedentElseToIfWhileForTry">__dedentElseToIfWhileForTry</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;&#108;&#115;&#101; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#105;&#102;, w&#104;&#105;&#108;&#101;, &#102;&#111;&#114; &#111;&#114; &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to dedent the line of the else statement to the last if, while, for or try statement with less (or equal) indentation.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__dedentExceptToTry">__dedentExceptToTry</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to dedent the line of the except statement to the last try statement with less (or equal) indentation.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__dedentFinallyToTry">__dedentFinallyToTry</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to dedent the line of the except statement to the last try statement with less (or equal) indentation.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__dedentToIf">__dedentToIf</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#108;&#105;&#110;&#101; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#105;&#102; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to dedent the last line to the last if statement with less (or equal) indentation.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__inComment">__inComment</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#99;&#111;&#109;&#109;&#101;&#110;&#116;</td>
+<td>Private method to check, if the cursor is inside a comment</td>
 </tr><tr>
 <td><a href="#CompleterPython.__inDoubleQuotedString">__inDoubleQuotedString</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#100;&#111;&#117;&#98;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Private method to check, if the cursor is within a double quoted string.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__inSingleQuotedString">__inSingleQuotedString</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#115;&#105;&#110;&#103;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Private method to check, if the cursor is within a single quoted string.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__inTripleDoubleQuotedString">__inTripleDoubleQuotedString</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Private method to check, if the cursor is within a triple double quoted string.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__inTripleSingleQuotedString">__inTripleSingleQuotedString</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#115;&#105;&#110;&#103;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Private method to check, if the cursor is within a triple single quoted string.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#115; &#100;&#101;&#102;&#105;&#110;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115; &#109;&#101;&#116;&#104;&#111;&#100;.</td>
+<td>Private method to check, if the user is defining a class method.</td>
 </tr><tr>
 <td><a href="#CompleterPython.__isClassmethodDef">__isClassmethodDef</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#115; &#100;&#101;&#102;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; (&#64;&#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100;) &#109;&#101;&#116;&#104;&#111;&#100;.</td>
+<td>Private method to check, if the user is defing a classmethod (@classmethod) method.</td>
 </tr><tr>
 <td><a href="#CompleterPython.charAdded">charAdded</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#101;&#110;&#116;&#101;&#114;&#105;&#110;&#103; &#97; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;.</td>
+<td>Public slot called to handle the user entering a character.</td>
 </tr><tr>
 <td><a href="#CompleterPython.readSettings">readSettings</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#114;&#101;&#114;&#101;&#97;&#100; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115;.</td>
+<td>Public slot called to reread the configuration parameters.</td>
 </tr>
 </table>
 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a>
 <h4>CompleterPython (Constructor)</h4>
 <b>CompleterPython</b>(<i>editor, parent = None</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>editor</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#83;&#99;&#105;&#110;&#116;&#105;&#108;&#108;&#97;.&#69;&#100;&#105;&#116;&#111;&#114;)
+reference to the editor object (QScintilla.Editor)
 </dd><dt><i>parent</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#79;&#98;&#106;&#101;&#99;&#116;)
+reference to the parent object (QObject)
 </dd>
 </dl><a NAME="CompleterPython.__dedentDefStatement" ID="CompleterPython.__dedentDefStatement"></a>
 <h4>CompleterPython.__dedentDefStatement</h4>
 <b>__dedentDefStatement</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#101;&#102; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#97; &#112;&#114;&#101;v&#105;&#111;&#117;&#115; &#100;&#101;&#102;
-        &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#111;&#114; &#99;&#108;&#97;&#115;&#115; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116;.
+        Private method to dedent the line of the def statement to a previous def
+        statement or class statement.
 </p><a NAME="CompleterPython.__dedentElseToIfWhileForTry" ID="CompleterPython.__dedentElseToIfWhileForTry"></a>
 <h4>CompleterPython.__dedentElseToIfWhileForTry</h4>
 <b>__dedentElseToIfWhileForTry</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;&#108;&#115;&#101; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116;
-        &#105;&#102;, w&#104;&#105;&#108;&#101;, &#102;&#111;&#114; &#111;&#114; &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private method to dedent the line of the else statement to the last
+        if, while, for or try statement with less (or equal) indentation.
 </p><a NAME="CompleterPython.__dedentExceptToTry" ID="CompleterPython.__dedentExceptToTry"></a>
 <h4>CompleterPython.__dedentExceptToTry</h4>
 <b>__dedentExceptToTry</b>(<i>hasColon</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; 
-        &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private method to dedent the line of the except statement to the last 
+        try statement with less (or equal) indentation.
 </p><dl>
 <dt><i>hasColon</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116; &#116;y&#112;&#101; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating the except type (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__dedentFinallyToTry" ID="CompleterPython.__dedentFinallyToTry"></a>
 <h4>CompleterPython.__dedentFinallyToTry</h4>
 <b>__dedentFinallyToTry</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#105;&#110;&#101; &#111;&#102; &#116;&#104;&#101; &#101;x&#99;&#101;&#112;&#116; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; 
-        &#116;&#114;y &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104; &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private method to dedent the line of the except statement to the last 
+        try statement with less (or equal) indentation.
 </p><a NAME="CompleterPython.__dedentToIf" ID="CompleterPython.__dedentToIf"></a>
 <h4>CompleterPython.__dedentToIf</h4>
 <b>__dedentToIf</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#100;&#101;&#110;&#116; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#108;&#105;&#110;&#101; &#116;&#111; &#116;&#104;&#101; &#108;&#97;&#115;&#116; &#105;&#102; &#115;&#116;&#97;&#116;&#101;&#109;&#101;&#110;&#116; w&#105;&#116;&#104;
-        &#108;&#101;&#115;&#115; (&#111;&#114; &#101;&#113;&#117;&#97;&#108;) &#105;&#110;&#100;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;.
+        Private method to dedent the last line to the last if statement with
+        less (or equal) indentation.
 </p><a NAME="CompleterPython.__inComment" ID="CompleterPython.__inComment"></a>
 <h4>CompleterPython.__inComment</h4>
 <b>__inComment</b>(<i>line, col</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#99;&#111;&#109;&#109;&#101;&#110;&#116;
+        Private method to check, if the cursor is inside a comment
 </p><dl>
 <dt><i>line</i></dt>
 <dd>
-&#99;&#117;&#114;&#114;&#101;&#110;&#116; &#108;&#105;&#110;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+current line (integer)
 </dd><dt><i>col</i></dt>
 <dd>
-&#99;&#117;&#114;&#114;&#101;&#110;&#116; &#112;&#111;&#115;&#105;&#116;&#105;&#111;&#110; w&#105;&#116;&#104;&#105;&#110; &#108;&#105;&#110;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+current position within line (integer)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#99;&#111;&#109;&#109;&#101;&#110;&#116; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the cursor is inside a comment (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a>
 <h4>CompleterPython.__inDoubleQuotedString</h4>
 <b>__inDoubleQuotedString</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#100;&#111;&#117;&#98;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.
+        Private method to check, if the cursor is within a double quoted string.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#100;&#111;&#117;&#98;&#108;&#101;
-            &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the cursor is inside a double
+            quoted string (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__inSingleQuotedString" ID="CompleterPython.__inSingleQuotedString"></a>
 <h4>CompleterPython.__inSingleQuotedString</h4>
 <b>__inSingleQuotedString</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#115;&#105;&#110;&#103;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.
+        Private method to check, if the cursor is within a single quoted string.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#115;&#105;&#110;&#103;&#108;&#101;
-            &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the cursor is inside a single
+            quoted string (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__inTripleDoubleQuotedString" ID="CompleterPython.__inTripleDoubleQuotedString"></a>
 <h4>CompleterPython.__inTripleDoubleQuotedString</h4>
 <b>__inTripleDoubleQuotedString</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#100;&#111;&#117;&#98;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.
+        Private method to check, if the cursor is within a triple double quoted string.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#100;&#111;&#117;&#98;&#108;&#101;
-            &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the cursor is inside a triple double
+            quoted string (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__inTripleSingleQuotedString" ID="CompleterPython.__inTripleSingleQuotedString"></a>
 <h4>CompleterPython.__inTripleSingleQuotedString</h4>
 <b>__inTripleSingleQuotedString</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; w&#105;&#116;&#104;&#105;&#110; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#115;&#105;&#110;&#103;&#108;&#101; &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103;.
+        Private method to check, if the cursor is within a triple single quoted string.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103;, &#105;&#102; &#116;&#104;&#101; &#99;&#117;&#114;&#115;&#111;&#114; &#105;&#115; &#105;&#110;&#115;&#105;&#100;&#101; &#97; &#116;&#114;&#105;&#112;&#108;&#101; &#115;&#105;&#110;&#103;&#108;&#101;
-            &#113;&#117;&#111;&#116;&#101;&#100; &#115;&#116;&#114;&#105;&#110;&#103; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating, if the cursor is inside a triple single
+            quoted string (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__isClassMethod" ID="CompleterPython.__isClassMethod"></a>
 <h4>CompleterPython.__isClassMethod</h4>
 <b>__isClassMethod</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#115; &#100;&#101;&#102;&#105;&#110;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115; &#109;&#101;&#116;&#104;&#111;&#100;.
+        Private method to check, if the user is defining a class method.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#100;&#101;&#102;&#105;&#110;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#97; &#99;&#108;&#97;&#115;&#115; &#109;&#101;&#116;&#104;&#111;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating the definition of a class method (boolean)
 </dd>
 </dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a>
 <h4>CompleterPython.__isClassmethodDef</h4>
 <b>__isClassmethodDef</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#115; &#100;&#101;&#102;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; 
-        (&#64;&#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100;) &#109;&#101;&#116;&#104;&#111;&#100;.
+        Private method to check, if the user is defing a classmethod 
+        (@classmethod) method.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#100;&#101;&#102;&#105;&#110;&#105;&#116;&#105;&#111;&#110; &#111;&#102; &#97; &#99;&#108;&#97;&#115;&#115;&#109;&#101;&#116;&#104;&#111;&#100; &#109;&#101;&#116;&#104;&#111;&#100; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating the definition of a classmethod method (boolean)
 </dd>
 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a>
 <h4>CompleterPython.charAdded</h4>
 <b>charAdded</b>(<i>charNumber</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#101;&#110;&#116;&#101;&#114;&#105;&#110;&#103; &#97; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114;.
+        Public slot called to handle the user entering a character.
 </p><dl>
 <dt><i>charNumber</i></dt>
 <dd>
-v&#97;&#108;&#117;&#101; &#111;&#102; &#116;&#104;&#101; &#99;&#104;&#97;&#114;&#97;&#99;&#116;&#101;&#114; &#101;&#110;&#116;&#101;&#114;&#101;&#100; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+value of the character entered (integer)
 </dd>
 </dl><a NAME="CompleterPython.readSettings" ID="CompleterPython.readSettings"></a>
 <h4>CompleterPython.readSettings</h4>
 <b>readSettings</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#114;&#101;&#114;&#101;&#97;&#100; &#116;&#104;&#101; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115;.
+        Public slot called to reread the configuration parameters.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial