60 <td>Constructor</td> |
60 <td>Constructor</td> |
61 </tr><tr> |
61 </tr><tr> |
62 <td><a href="#LexerPython.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
62 <td><a href="#LexerPython.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
64 </tr><tr> |
64 </tr><tr> |
|
65 <td><a href="#LexerPython.defaultKeywords">defaultKeywords</a></td> |
|
66 <td>Public method to get the default keywords.</td> |
|
67 </tr><tr> |
65 <td><a href="#LexerPython.getIndentationDifference">getIndentationDifference</a></td> |
68 <td><a href="#LexerPython.getIndentationDifference">getIndentationDifference</a></td> |
66 <td>Private method to determine the difference for the new indentation.</td> |
69 <td>Private method to determine the difference for the new indentation.</td> |
67 </tr><tr> |
70 </tr><tr> |
68 <td><a href="#LexerPython.initProperties">initProperties</a></td> |
71 <td><a href="#LexerPython.initProperties">initProperties</a></td> |
69 <td>Public slot to initialize the properties.</td> |
72 <td>Public slot to initialize the properties.</td> |
92 Public method to return the list of separators for autocompletion. |
95 Public method to return the list of separators for autocompletion. |
93 </p><dl> |
96 </p><dl> |
94 <dt>Returns:</dt> |
97 <dt>Returns:</dt> |
95 <dd> |
98 <dd> |
96 list of separators (list of strings) |
99 list of separators (list of strings) |
|
100 </dd> |
|
101 </dl><a NAME="LexerPython.defaultKeywords" ID="LexerPython.defaultKeywords"></a> |
|
102 <h4>LexerPython.defaultKeywords</h4> |
|
103 <b>defaultKeywords</b>(<i>kwSet</i>) |
|
104 <p> |
|
105 Public method to get the default keywords. |
|
106 </p><dl> |
|
107 <dt><i>kwSet</i></dt> |
|
108 <dd> |
|
109 number of the keyword set (integer) |
97 </dd> |
110 </dd> |
98 </dl><a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> |
111 </dl><a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> |
99 <h4>LexerPython.getIndentationDifference</h4> |
112 <h4>LexerPython.getIndentationDifference</h4> |
100 <b>getIndentationDifference</b>(<i>line, editor</i>) |
113 <b>getIndentationDifference</b>(<i>line, editor</i>) |
101 <p> |
114 <p> |