Sun, 24 Feb 2019 12:13:56 +0100
Updated source docu.
--- a/Documentation/Help/source.qhp Sat Feb 23 22:03:27 2019 +0100 +++ b/Documentation/Help/source.qhp Sun Feb 24 12:13:56 2019 +0100 @@ -5392,6 +5392,7 @@ <keyword name="Editor.__eolMenuTriggered" id="Editor.__eolMenuTriggered" ref="eric6.QScintilla.Editor.html#Editor.__eolMenuTriggered" /> <keyword name="Editor.__executeSelection" id="Editor.__executeSelection" ref="eric6.QScintilla.Editor.html#Editor.__executeSelection" /> <keyword name="Editor.__exportMenuTriggered" id="Editor.__exportMenuTriggered" ref="eric6.QScintilla.Editor.html#Editor.__exportMenuTriggered" /> + <keyword name="Editor.__getAcText" id="Editor.__getAcText" ref="eric6.QScintilla.Editor.html#Editor.__getAcText" /> <keyword name="Editor.__getCharacter" id="Editor.__getCharacter" ref="eric6.QScintilla.Editor.html#Editor.__getCharacter" /> <keyword name="Editor.__getCodeCoverageFile" id="Editor.__getCodeCoverageFile" ref="eric6.QScintilla.Editor.html#Editor.__getCodeCoverageFile" /> <keyword name="Editor.__getEditorConfig" id="Editor.__getEditorConfig" ref="eric6.QScintilla.Editor.html#Editor.__getEditorConfig" />
--- a/Documentation/Source/eric6.QScintilla.Editor.html Sat Feb 23 22:03:27 2019 +0100 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Sun Feb 24 12:13:56 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>)