--- a/Documentation/Source/eric5.QScintilla.Editor.html Thu May 15 18:45:07 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Fri May 16 23:36:27 2014 +0200 @@ -176,9 +176,6 @@ <td><a href="#Editor.__applyTemplate">__applyTemplate</a></td> <td>Private method to apply a template by name.</td> </tr><tr> -<td><a href="#Editor.__autoSyntaxCheck">__autoSyntaxCheck</a></td> -<td>Private method to perform an automatic syntax check of the file.</td> -</tr><tr> <td><a href="#Editor.__autosaveEnable">__autosaveEnable</a></td> <td>Private slot handling the autosave enable context menu action.</td> </tr><tr> @@ -650,6 +647,9 @@ <td><a href="#Editor.checkSpelling">checkSpelling</a></td> <td>Public slot to perform an interactive spell check of the document.</td> </tr><tr> +<td><a href="#Editor.checkSyntax">checkSyntax</a></td> +<td>Private method to perform an automatic syntax check of the file.</td> +</tr><tr> <td><a href="#Editor.clearBookmarks">clearBookmarks</a></td> <td>Public slot to handle the 'Clear all bookmarks' context menu action.</td> </tr><tr> @@ -1266,12 +1266,7 @@ 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> -<b>__autoSyntaxCheck</b>(<i></i>) -<p> - Private method to perform an automatic syntax check of the file. -</p><a NAME="Editor.__autosaveEnable" ID="Editor.__autosaveEnable"></a> +</dl><a NAME="Editor.__autosaveEnable" ID="Editor.__autosaveEnable"></a> <h4>Editor.__autosaveEnable</h4> <b>__autosaveEnable</b>(<i></i>) <p> @@ -2620,6 +2615,11 @@ <b>checkSpelling</b>(<i></i>) <p> Public slot to perform an interactive spell check of the document. +</p><a NAME="Editor.checkSyntax" ID="Editor.checkSyntax"></a> +<h4>Editor.checkSyntax</h4> +<b>checkSyntax</b>(<i></i>) +<p> + Private method to perform an automatic syntax check of the file. </p><a NAME="Editor.clearBookmarks" ID="Editor.clearBookmarks"></a> <h4>Editor.clearBookmarks</h4> <b>clearBookmarks</b>(<i></i>)