--- a/Documentation/Source/eric6.QScintilla.Lexers.LexerContainer.html Sat Dec 02 12:40:52 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.Lexers.LexerContainer.html Sun Dec 31 18:27:40 2017 +0100 @@ -72,9 +72,6 @@ <td><a href="#LexerContainer.lexer">lexer</a></td> <td>Public method returning the type of the lexer.</td> </tr><tr> -<td><a href="#LexerContainer.styleBitsNeeded">styleBitsNeeded</a></td> -<td>Public method to get the number of style bits needed by the lexer.</td> -</tr><tr> <td><a href="#LexerContainer.styleText">styleText</a></td> <td>Public method to perform the styling.</td> </tr> @@ -146,16 +143,6 @@ <dd> type of the lexer (string) </dd> -</dl><a NAME="LexerContainer.styleBitsNeeded" ID="LexerContainer.styleBitsNeeded"></a> -<h4>LexerContainer.styleBitsNeeded</h4> -<b>styleBitsNeeded</b>(<i></i>) -<p> - Public method to get the number of style bits needed by the lexer. -</p><dl> -<dt>Returns:</dt> -<dd> -number of style bits needed (integer) -</dd> </dl><a NAME="LexerContainer.styleText" ID="LexerContainer.styleText"></a> <h4>LexerContainer.styleText</h4> <b>styleText</b>(<i>start, end</i>)