Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html

changeset 6038
b9d2063e610e
parent 4697
c2e9bf425554
equal deleted inserted replaced
6037:9aec96a3a82a 6038:b9d2063e610e
94 <td>Public method returning the language of the lexer.</td> 94 <td>Public method returning the language of the lexer.</td>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#LexerPygments.name">name</a></td> 96 <td><a href="#LexerPygments.name">name</a></td>
97 <td>Public method to get the name of the pygments lexer.</td> 97 <td>Public method to get the name of the pygments lexer.</td>
98 </tr><tr> 98 </tr><tr>
99 <td><a href="#LexerPygments.styleBitsNeeded">styleBitsNeeded</a></td>
100 <td>Public method to get the number of style bits needed by the lexer.</td>
101 </tr><tr>
102 <td><a href="#LexerPygments.styleText">styleText</a></td> 99 <td><a href="#LexerPygments.styleText">styleText</a></td>
103 <td>Public method to perform the styling.</td> 100 <td>Public method to perform the styling.</td>
104 </tr> 101 </tr>
105 </table> 102 </table>
106 <h3>Static Methods</h3> 103 <h3>Static Methods</h3>
283 Public method to get the name of the pygments lexer. 280 Public method to get the name of the pygments lexer.
284 </p><dl> 281 </p><dl>
285 <dt>Returns:</dt> 282 <dt>Returns:</dt>
286 <dd> 283 <dd>
287 name of the pygments lexer (string) 284 name of the pygments lexer (string)
288 </dd>
289 </dl><a NAME="LexerPygments.styleBitsNeeded" ID="LexerPygments.styleBitsNeeded"></a>
290 <h4>LexerPygments.styleBitsNeeded</h4>
291 <b>styleBitsNeeded</b>(<i></i>)
292 <p>
293 Public method to get the number of style bits needed by the lexer.
294 </p><dl>
295 <dt>Returns:</dt>
296 <dd>
297 number of style bits needed (integer)
298 </dd> 285 </dd>
299 </dl><a NAME="LexerPygments.styleText" ID="LexerPygments.styleText"></a> 286 </dl><a NAME="LexerPygments.styleText" ID="LexerPygments.styleText"></a>
300 <h4>LexerPygments.styleText</h4> 287 <h4>LexerPygments.styleText</h4>
301 <b>styleText</b>(<i>start, end</i>) 288 <b>styleText</b>(<i>start, end</i>)
302 <p> 289 <p>

eric ide

mercurial