--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.__init__.html Sat Dec 10 16:59:48 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.__init__.html Sat Dec 10 17:56:44 2022 +0100 @@ -289,40 +289,40 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -lexer language name (string) +lexer language name </dd> -<dt><i>displayString</i></dt> +<dt><i>displayString</i> (str)</dt> <dd> -display string (string) +display string </dd> -<dt><i>filenameSample</i></dt> +<dt><i>filenameSample</i> (str)</dt> <dd> -dummy filename to derive lexer name (string) +dummy filename to derive lexer name </dd> -<dt><i>getLexerFunc</i></dt> +<dt><i>getLexerFunc</i> (function)</dt> <dd> reference to a function instantiating the specific lexer. This function must take a reference to the parent as its only argument. </dd> -<dt><i>openFilters</i></dt> +<dt><i>openFilters</i> (list of str)</dt> <dd> -list of open file filters (list of strings) +list of open file filters </dd> -<dt><i>saveFilters</i></dt> +<dt><i>saveFilters</i> (list of str)</dt> <dd> -list of save file filters (list of strings) +list of save file filters </dd> -<dt><i>defaultAssocs</i></dt> +<dt><i>defaultAssocs</i> (list of str)</dt> <dd> -default lexer associations (list of strings of - filename wildcard patterns to be associated with the lexer) +default lexer associations (list of filename wildcard + patterns to be associated with the lexer) </dd> -<dt><i>iconFileName</i></dt> +<dt><i>iconFileName</i> (str)</dt> <dd> -name of an icon file (string) +name of an icon file </dd> </dl> <dl> @@ -344,9 +344,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -lexer language name (string) +lexer language name </dd> </dl> <div align="right"><a href="#top">Up</a></div>