--- a/Documentation/Source/eric5.QScintilla.Lexers.LexerFortran77.html Sun Feb 28 14:33:07 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerFortran77.html Sun Feb 28 17:27:35 2010 +0000 @@ -62,6 +62,9 @@ <td><a href="#LexerFortran77.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> <td>Public method to return the list of separators for autocompletion.</td> </tr><tr> +<td><a href="#LexerFortran77.defaultKeywords">defaultKeywords</a></td> +<td>Public method to get the default keywords.</td> +</tr><tr> <td><a href="#LexerFortran77.initProperties">initProperties</a></td> <td>Public slot to initialize the properties.</td> </tr><tr> @@ -92,6 +95,16 @@ <dd> list of separators (list of strings) </dd> +</dl><a NAME="LexerFortran77.defaultKeywords" ID="LexerFortran77.defaultKeywords"></a> +<h4>LexerFortran77.defaultKeywords</h4> +<b>defaultKeywords</b>(<i>kwSet</i>) +<p> + Public method to get the default keywords. +</p><dl> +<dt><i>kwSet</i></dt> +<dd> +number of the keyword set (integer) +</dd> </dl><a NAME="LexerFortran77.initProperties" ID="LexerFortran77.initProperties"></a> <h4>LexerFortran77.initProperties</h4> <b>initProperties</b>(<i></i>)