diff -r 1406a3e1180b -r 869d0b6e1e16 Documentation/Source/eric5.QScintilla.Lexers.Lexer.html --- a/Documentation/Source/eric5.QScintilla.Lexers.Lexer.html Tue Apr 01 19:43:36 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Lexers.Lexer.html Wed Apr 02 18:58:09 2014 +0200 @@ -96,6 +96,9 @@ <td><a href="#Lexer.keywords">keywords</a></td> <td>Public method to get the keywords.</td> </tr><tr> +<td><a href="#Lexer.lexerName">lexerName</a></td> +<td>Public method to return the lexer name.</td> +</tr><tr> <td><a href="#Lexer.smartIndentLine">smartIndentLine</a></td> <td>Public method to handle smart indentation for a line.</td> </tr><tr> @@ -249,6 +252,16 @@ <dd> string giving the keywords (string) or None </dd> +</dl><a NAME="Lexer.lexerName" ID="Lexer.lexerName"></a> +<h4>Lexer.lexerName</h4> +<b>lexerName</b>(<i></i>) +<p> + Public method to return the lexer name. +</p><dl> +<dt>Returns:</dt> +<dd> +lexer name (string) +</dd> </dl><a NAME="Lexer.smartIndentLine" ID="Lexer.smartIndentLine"></a> <h4>Lexer.smartIndentLine</h4> <b>smartIndentLine</b>(<i>editor</i>)