AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.Assistant.html

changeset 140
a0ea7418d433
parent 136
5cfe53b474a9
child 163
842fce9b31ce
--- a/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.Assistant.html	Sun Apr 23 17:27:36 2017 +0200
+++ b/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.Assistant.html	Mon Oct 09 19:23:14 2017 +0200
@@ -26,7 +26,7 @@
 </p>
 <h3>Global Attributes</h3>
 <table>
-<tr><td>AcsAPIs</td></tr><tr><td>AcsDocument</td></tr><tr><td>AcsOther</td></tr><tr><td>AcsProject</td></tr>
+<tr><td>AcsAPIs</td></tr><tr><td>AcsDocument</td></tr><tr><td>AcsProject</td></tr>
 </table>
 <h3>Classes</h3>
 <table>
@@ -61,9 +61,6 @@
 <td><a href="#Assistant.__init__">Assistant</a></td>
 <td>Constructor</td>
 </tr><tr>
-<td><a href="#Assistant.__completionListSelected">__completionListSelected</a></td>
-<td>Private slot to handle the selection from the completion list.</td>
-</tr><tr>
 <td><a href="#Assistant.__editorClosed">__editorClosed</a></td>
 <td>Private slot called, when an editor was closed.</td>
 </tr><tr>
@@ -112,9 +109,6 @@
 <td><a href="#Assistant.activate">activate</a></td>
 <td>Public method to perform actions upon activation.</td>
 </tr><tr>
-<td><a href="#Assistant.autocomplete">autocomplete</a></td>
-<td>Public method to determine the autocompletion proposals.</td>
-</tr><tr>
 <td><a href="#Assistant.calltips">calltips</a></td>
 <td>Public method to return a list of calltips.</td>
 </tr><tr>
@@ -145,19 +139,6 @@
 <dd>
 parent (QObject)
 </dd>
-</dl><a NAME="Assistant.__completionListSelected" ID="Assistant.__completionListSelected"></a>
-<h4>Assistant.__completionListSelected</h4>
-<b>__completionListSelected</b>(<i>userListId, txt</i>)
-<p>
-        Private slot to handle the selection from the completion list.
-</p><dl>
-<dt><i>userListId</i></dt>
-<dd>
-the ID of the user list (should be 1) (integer)
-</dd><dt><i>txt</i></dt>
-<dd>
-the selected text (string)
-</dd>
 </dl><a NAME="Assistant.__editorClosed" ID="Assistant.__editorClosed"></a>
 <h4>Assistant.__editorClosed</h4>
 <b>__editorClosed</b>(<i>editor</i>)
@@ -431,21 +412,7 @@
 <b>activate</b>(<i></i>)
 <p>
         Public method to perform actions upon activation.
-</p><a NAME="Assistant.autocomplete" ID="Assistant.autocomplete"></a>
-<h4>Assistant.autocomplete</h4>
-<b>autocomplete</b>(<i>editor, context</i>)
-<p>
-        Public method to determine the autocompletion proposals.
-</p><dl>
-<dt><i>editor</i></dt>
-<dd>
-reference to the editor object, that called this method
-            (QScintilla.Editor)
-</dd><dt><i>context</i></dt>
-<dd>
-flag indicating to autocomplete a context (boolean)
-</dd>
-</dl><a NAME="Assistant.calltips" ID="Assistant.calltips"></a>
+</p><a NAME="Assistant.calltips" ID="Assistant.calltips"></a>
 <h4>Assistant.calltips</h4>
 <b>calltips</b>(<i>editor, pos, commas</i>)
 <p>

eric ide

mercurial