--- a/Documentation/Source/eric6.QScintilla.Editor.html Sat Feb 16 10:27:50 2019 +0100 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Sat Mar 02 11:15:24 2019 +0100 @@ -303,6 +303,9 @@ <td><a href="#Editor.__exportMenuTriggered">__exportMenuTriggered</a></td> <td>Private method to handle the selection of an export format.</td> </tr><tr> +<td><a href="#Editor.__getAcText">__getAcText</a></td> +<td>Private method to get the text from cursor position for autocompleting.</td> +</tr><tr> <td><a href="#Editor.__getCharacter">__getCharacter</a></td> <td>Private method to get the character to the left of the current position in the current line.</td> </tr><tr> @@ -1739,6 +1742,21 @@ <dd> reference to the action that was triggered (QAction) </dd> +</dl><a NAME="Editor.__getAcText" ID="Editor.__getAcText"></a> +<h4>Editor.__getAcText</h4> +<b>__getAcText</b>(<i></i>) +<p> + Private method to get the text from cursor position for autocompleting. +</p><dl> +<dt>Returns:</dt> +<dd> +text left of cursor position +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="Editor.__getCharacter" ID="Editor.__getCharacter"></a> <h4>Editor.__getCharacter</h4> <b>__getCharacter</b>(<i>pos</i>)