--- a/Documentation/Source/eric6.QScintilla.Editor.html Mon Oct 23 19:41:35 2017 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Mon Oct 23 19:42:17 2017 +0200 @@ -210,6 +210,9 @@ <td><a href="#Editor.__charAdded">__charAdded</a></td> <td>Private slot called to handle the user entering a character.</td> </tr><tr> +<td><a href="#Editor.__charAddedPermanent">__charAddedPermanent</a></td> +<td>Private slot called to handle the user entering a character.</td> +</tr><tr> <td><a href="#Editor.__checkEncoding">__checkEncoding</a></td> <td>Private method to check the selected encoding of the encodings submenu.</td> </tr><tr> @@ -546,6 +549,9 @@ <td><a href="#Editor.__showCodeCoverage">__showCodeCoverage</a></td> <td>Private method to handle the code coverage context menu action.</td> </tr><tr> +<td><a href="#Editor.__showCodeInfo">__showCodeInfo</a></td> +<td>Private slot to handle the context menu action to show code info.</td> +</tr><tr> <td><a href="#Editor.__showCodeMetrics">__showCodeMetrics</a></td> <td>Private method to handle the code metrics context menu action.</td> </tr><tr> @@ -1332,11 +1338,15 @@ </dd> </dl><a NAME="Editor.__autoComplete" ID="Editor.__autoComplete"></a> <h4>Editor.__autoComplete</h4> -<b>__autoComplete</b>(<i>context=None</i>) +<b>__autoComplete</b>(<i>auto=True, context=None</i>) <p> Private method to start auto-completion via plug-ins. </p><dl> -<dt><i>context=</i> (bool or None)</dt> +<dt><i>auto=</i></dt> +<dd> +flag indicating a call from the __charAdded method + (boolean) +</dd><dt><i>context=</i> (bool or None)</dt> <dd> flag indicating to complete a context </dd> @@ -1449,6 +1459,19 @@ <dd> value of the character entered (integer) </dd> +</dl><a NAME="Editor.__charAddedPermanent" ID="Editor.__charAddedPermanent"></a> +<h4>Editor.__charAddedPermanent</h4> +<b>__charAddedPermanent</b>(<i>charNumber</i>) +<p> + Private slot called to handle the user entering a character. +</p><p> + Note: This slot is always connected independent of the auto-completion + and calltips handling __charAdded() slot. +</p><dl> +<dt><i>charNumber</i></dt> +<dd> +value of the character entered (integer) +</dd> </dl><a NAME="Editor.__checkEncoding" ID="Editor.__checkEncoding"></a> <h4>Editor.__checkEncoding</h4> <b>__checkEncoding</b>(<i></i>) @@ -2436,6 +2459,11 @@ <b>__showCodeCoverage</b>(<i></i>) <p> Private method to handle the code coverage context menu action. +</p><a NAME="Editor.__showCodeInfo" ID="Editor.__showCodeInfo"></a> +<h4>Editor.__showCodeInfo</h4> +<b>__showCodeInfo</b>(<i></i>) +<p> + Private slot to handle the context menu action to show code info. </p><a NAME="Editor.__showCodeMetrics" ID="Editor.__showCodeMetrics"></a> <h4>Editor.__showCodeMetrics</h4> <b>__showCodeMetrics</b>(<i></i>)