Documentation/Source/eric5.QScintilla.Lexers.LexerPython.html

changeset 3591
2f2a4a76dd22
parent 3463
6b0bd9a931ac
child 3654
ffeb85cdc72d
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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>

eric ide

mercurial