diff -r 2178fb5d197b -r a0cf4c26566f Documentation/Source/eric5.QScintilla.Editor.html --- a/Documentation/Source/eric5.QScintilla.Editor.html Sun Nov 17 12:12:43 2013 +0100 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sun Nov 17 15:06:51 2013 +0100 @@ -632,6 +632,9 @@ <td><a href="#Editor.clearSearchIndicators">clearSearchIndicators</a></td> <td>Public method to clear all search indicators.</td> </tr><tr> +<td><a href="#Editor.clearStyles">clearStyles</a></td> +<td>Public method to set the styles according the selected Qt style or the selected editor colours.</td> +</tr><tr> <td><a href="#Editor.clearSyntaxError">clearSyntaxError</a></td> <td>Public slot to handle the 'Clear all syntax error' context menu action.</td> </tr><tr> @@ -2403,6 +2406,12 @@ <b>clearSearchIndicators</b>(<i></i>) <p> Public method to clear all search indicators. +</p><a NAME="Editor.clearStyles" ID="Editor.clearStyles"></a> +<h4>Editor.clearStyles</h4> +<b>clearStyles</b>(<i></i>) +<p> + Public method to set the styles according the selected Qt style + or the selected editor colours. </p><a NAME="Editor.clearSyntaxError" ID="Editor.clearSyntaxError"></a> <h4>Editor.clearSyntaxError</h4> <b>clearSyntaxError</b>(<i></i>)