Documentation/Source/eric6.QScintilla.Editor.html

changeset 4134
c04c703d1ca4
parent 3673
e26d7d0c1088
child 4271
480434472ac1
--- a/Documentation/Source/eric6.QScintilla.Editor.html	Fri Feb 27 19:43:04 2015 +0100
+++ b/Documentation/Source/eric6.QScintilla.Editor.html	Fri Feb 27 19:44:08 2015 +0100
@@ -635,6 +635,12 @@
 <td><a href="#Editor.canAutoCompleteFromAPIs">canAutoCompleteFromAPIs</a></td>
 <td>Public method to check for API availablity.</td>
 </tr><tr>
+<td><a href="#Editor.canProvideCallTipps">canProvideCallTipps</a></td>
+<td>Public method to test the calltips availability.</td>
+</tr><tr>
+<td><a href="#Editor.canProvideDynamicAutoCompletion">canProvideDynamicAutoCompletion</a></td>
+<td>Public method to test the dynamic auto-completion availability.</td>
+</tr><tr>
 <td><a href="#Editor.cancelSharedEdit">cancelSharedEdit</a></td>
 <td>Public slot to cancel a shared edit session for the editor.</td>
 </tr><tr>
@@ -2574,6 +2580,27 @@
 <dd>
 flag indicating autocompletion from APIs is available (boolean)
 </dd>
+</dl><a NAME="Editor.canProvideCallTipps" ID="Editor.canProvideCallTipps"></a>
+<h4>Editor.canProvideCallTipps</h4>
+<b>canProvideCallTipps</b>(<i></i>)
+<p>
+        Public method to test the calltips availability.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the availability of calltips (boolean)
+</dd>
+</dl><a NAME="Editor.canProvideDynamicAutoCompletion" ID="Editor.canProvideDynamicAutoCompletion"></a>
+<h4>Editor.canProvideDynamicAutoCompletion</h4>
+<b>canProvideDynamicAutoCompletion</b>(<i></i>)
+<p>
+        Public method to test the dynamic auto-completion availability.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the availability of dynamic auto-completion
+            (boolean)
+</dd>
 </dl><a NAME="Editor.cancelSharedEdit" ID="Editor.cancelSharedEdit"></a>
 <h4>Editor.cancelSharedEdit</h4>
 <b>cancelSharedEdit</b>(<i>send=True</i>)

eric ide

mercurial