Documentation/Source/eric6.QScintilla.Editor.html

changeset 6814
7640753ca46e
parent 6314
2c575553f943
child 6826
c6dda2cbe081
child 6934
eae7d1d9cc7b
--- 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>)

eric ide

mercurial