diff -r c9f094c33a1d -r 1151d1ea562a Documentation/Source/eric5.QScintilla.Editor.html --- a/Documentation/Source/eric5.QScintilla.Editor.html Tue Apr 26 17:08:08 2011 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Wed Apr 27 12:24:50 2011 +0200 @@ -1061,13 +1061,17 @@ </dd> </dl><a NAME="Editor.__applyTemplate" ID="Editor.__applyTemplate"></a> <h4>Editor.__applyTemplate</h4> -<b>__applyTemplate</b>(<i>templateName</i>) +<b>__applyTemplate</b>(<i>templateName, language</i>) <p> Private method to apply a template by name. </p><dl> <dt><i>templateName</i></dt> <dd> name of the template to apply (string) +</dd><dt><i>language</i></dt> +<dd> +name of the language (group) to get the template + from (string) </dd> </dl><a NAME="Editor.__autoSyntaxCheck" ID="Editor.__autoSyntaxCheck"></a> <h4>Editor.__autoSyntaxCheck</h4>