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

changeset 8161
3591a85e4da7
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html	Sun Mar 14 13:49:41 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html	Sun Mar 14 13:49:55 2021 +0100
@@ -121,6 +121,10 @@
 <td>Public method to get the name of the pygments lexer.</td>
 </tr>
 <tr>
+<td><a href="#LexerPygments.readSettings">readSettings</a></td>
+<td>Public method to read the lexer settings.</td>
+</tr>
+<tr>
 <td><a href="#LexerPygments.styleText">styleText</a></td>
 <td>Public method to perform the styling.</td>
 </tr>
@@ -369,6 +373,27 @@
 name of the pygments lexer (string)
 </dd>
 </dl>
+<a NAME="LexerPygments.readSettings" ID="LexerPygments.readSettings"></a>
+<h4>LexerPygments.readSettings</h4>
+<b>readSettings</b>(<i>qs, prefix="/Scintilla"</i>)
+
+<p>
+        Public method to read the lexer settings.
+</p>
+<p>
+        Note: Overridden to treat the Pygments lexer specially.
+</p>
+<dl>
+
+<dt><i>qs</i> (QSettings)</dt>
+<dd>
+reference to the settings object
+</dd>
+<dt><i>prefix</i> (str (optional))</dt>
+<dd>
+prefix for the settings key (defaults to "/Scintilla")
+</dd>
+</dl>
 <a NAME="LexerPygments.styleText" ID="LexerPygments.styleText"></a>
 <h4>LexerPygments.styleText</h4>
 <b>styleText</b>(<i>start, end</i>)

eric ide

mercurial