49 CompleterBase |
49 CompleterBase |
50 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
51 <table> |
51 <table> |
52 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
53 </table> |
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
54 <h3>Methods</h3> |
58 <h3>Methods</h3> |
55 <table> |
59 <table> |
56 <tr> |
60 <tr> |
57 <td><a href="#CompleterPython.__init__">CompleterPython</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#CompleterPython.__dedentDefStatement">__dedentDefStatement</a></td> |
61 <td><a href="#CompleterPython.__dedentDefStatement">__dedentDefStatement</a></td> |
61 <td>Private method to dedent the line of the def statement to a previous def statement or class statement.</td> |
62 <td>Private method to dedent the line of the def statement to a previous def statement or class statement.</td> |
62 </tr><tr> |
63 </tr><tr> |
63 <td><a href="#CompleterPython.__dedentElseToIfWhileForTry">__dedentElseToIfWhileForTry</a></td> |
64 <td><a href="#CompleterPython.__dedentElseToIfWhileForTry">__dedentElseToIfWhileForTry</a></td> |
64 <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> |
65 <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> |
100 <td>Public slot called to handle the user entering a character.</td> |
101 <td>Public slot called to handle the user entering a character.</td> |
101 </tr><tr> |
102 </tr><tr> |
102 <td><a href="#CompleterPython.readSettings">readSettings</a></td> |
103 <td><a href="#CompleterPython.readSettings">readSettings</a></td> |
103 <td>Public slot called to reread the configuration parameters.</td> |
104 <td>Public slot called to reread the configuration parameters.</td> |
104 </tr> |
105 </tr> |
|
106 </table> |
|
107 <h3>Static Methods</h3> |
|
108 <table> |
|
109 <tr><td>None</td></tr> |
105 </table> |
110 </table> |
106 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a> |
111 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a> |
107 <h4>CompleterPython (Constructor)</h4> |
112 <h4>CompleterPython (Constructor)</h4> |
108 <b>CompleterPython</b>(<i>editor, parent=None</i>) |
113 <b>CompleterPython</b>(<i>editor, parent=None</i>) |
109 <p> |
114 <p> |