65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#LexerPython.defaultKeywords">defaultKeywords</a></td> |
66 <td><a href="#LexerPython.defaultKeywords">defaultKeywords</a></td> |
67 <td>Public method to get the default keywords.</td> |
67 <td>Public method to get the default keywords.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#LexerPython.getIndentationDifference">getIndentationDifference</a></td> |
69 <td><a href="#LexerPython.getIndentationDifference">getIndentationDifference</a></td> |
70 <td>Private method to determine the difference for the new indentation.</td> |
70 <td>Public method to determine the difference for the new indentation.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#LexerPython.initProperties">initProperties</a></td> |
72 <td><a href="#LexerPython.initProperties">initProperties</a></td> |
73 <td>Public slot to initialize the properties.</td> |
73 <td>Public slot to initialize the properties.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#LexerPython.isCommentStyle">isCommentStyle</a></td> |
75 <td><a href="#LexerPython.isCommentStyle">isCommentStyle</a></td> |
126 </dd> |
126 </dd> |
127 </dl><a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> |
127 </dl><a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a> |
128 <h4>LexerPython.getIndentationDifference</h4> |
128 <h4>LexerPython.getIndentationDifference</h4> |
129 <b>getIndentationDifference</b>(<i>line, editor</i>) |
129 <b>getIndentationDifference</b>(<i>line, editor</i>) |
130 <p> |
130 <p> |
131 Private method to determine the difference for the new indentation. |
131 Public method to determine the difference for the new indentation. |
132 </p><dl> |
132 </p><dl> |
133 <dt><i>line</i></dt> |
133 <dt><i>line</i></dt> |
134 <dd> |
134 <dd> |
135 line to perform the calculation for (integer) |
135 line to perform the calculation for (integer) |
136 </dd><dt><i>editor</i></dt> |
136 </dd><dt><i>editor</i></dt> |