--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Wed Oct 23 19:59:23 2019 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Wed Oct 23 20:00:27 2019 +0200 @@ -720,6 +720,10 @@ <td>Private method to configure the eol mode of the editor.</td> </tr> <tr> +<td><a href="#Editor.__setFileName">__setFileName</a></td> +<td>Private method to set the file name of the current file.</td> +</tr> +<tr> <td><a href="#Editor.__setLineMarkerColours">__setLineMarkerColours</a></td> <td>Private method to set the line marker colours.</td> </tr> @@ -3436,6 +3440,20 @@ <p> Private method to configure the eol mode of the editor. </p> +<a NAME="Editor.__setFileName" ID="Editor.__setFileName"></a> +<h4>Editor.__setFileName</h4> +<b>__setFileName</b>(<i>name</i>) + +<p> + Private method to set the file name of the current file. +</p> +<dl> + +<dt><i>name</i> (str)</dt> +<dd> +name of the current file +</dd> +</dl> <a NAME="Editor.__setLineMarkerColours" ID="Editor.__setLineMarkerColours"></a> <h4>Editor.__setLineMarkerColours</h4> <b>__setLineMarkerColours</b>(<i></i>) @@ -5487,17 +5505,29 @@ Public method to check, if the given position is within a region, that should be spell checked. </p> -<dl> - -<dt><i>pos</i></dt> -<dd> -position to be checked (integer) +<p> + For files with a configured full text file extension all regions will + be regarded as to be checked. Depending on configuration, all unknown + files (i.e. those without a file extension) will be checked fully as + well. +</p> +<dl> + +<dt><i>pos</i> (int)</dt> +<dd> +position to be checked </dd> </dl> <dl> <dt>Returns:</dt> <dd> -flag indicating pos is in a spell check region (boolean) +flag indicating pos is in a spell check region +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Editor.joinLines" ID="Editor.joinLines"></a>