AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html

changeset 177
25cb41783971
parent 163
842fce9b31ce
child 180
89ff060ef0d9
--- a/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Tue Apr 13 17:39:32 2021 +0200
+++ b/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Sat Apr 24 10:56:08 2021 +0200
@@ -90,10 +90,6 @@
 <td>Private message to show a message in the main windows status bar.</td>
 </tr>
 <tr>
-<td><a href="#APIsManager.__supportedApiLanguages">__supportedApiLanguages</a></td>
-<td>Private method to build a list of supported API languages.</td>
-</tr>
-<tr>
 <td><a href="#APIsManager.deactivate">deactivate</a></td>
 <td>Public method to perform actions upon deactivation.</td>
 </tr>
@@ -166,29 +162,6 @@
 message to be shown (string)
 </dd>
 </dl>
-<a NAME="APIsManager.__supportedApiLanguages" ID="APIsManager.__supportedApiLanguages"></a>
-<h4>APIsManager.__supportedApiLanguages</h4>
-<b>__supportedApiLanguages</b>(<i></i>)
-
-<p>
-        Private method to build a list of supported API languages.
-</p>
-<p>
-        Note: This is a compatibility method to make this code work with
-        older eric versions.
-</p>
-<dl>
-<dt>Returns:</dt>
-<dd>
-list of supported API languages
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-list of str
-</dd>
-</dl>
 <a NAME="APIsManager.deactivate" ID="APIsManager.deactivate"></a>
 <h4>APIsManager.deactivate</h4>
 <b>deactivate</b>(<i></i>)
@@ -220,7 +193,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the APIs object
 </dd>
@@ -424,7 +397,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, that there are enough commas (boolean)
 </dd>
@@ -445,7 +418,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of project form sources (list of strings)
 </dd>
@@ -472,7 +445,7 @@
         Private method to check, if the database has been prepared.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the prepared status (boolean)
 </dd>
@@ -492,7 +465,7 @@
         Private method to open the API database.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the database status (boolean)
 </dd>
@@ -566,7 +539,7 @@
         Protected method to determine the name of the database file.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 name of the database file (string)
 </dd>
@@ -579,7 +552,7 @@
         Public method to get the word separator characters.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 word separator characters (list of strings)
 </dd>
@@ -613,7 +586,7 @@
         Public method to get a list of API files loaded into the database.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of API filenames (list of strings)
 </dd>
@@ -656,7 +629,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of calltips (list of string)
 </dd>
@@ -687,7 +660,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of dictionaries with possible completions
             (key 'completion' contains the completion (string),
@@ -703,7 +676,7 @@
         Public method to return a reference to our lexer object.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the lexer object (QScintilla.Lexers.Lexer)
 </dd>
@@ -861,7 +834,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 word separator characters (list of strings)
 </dd>
@@ -881,7 +854,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 API information (list of strings)
 </dd>
@@ -908,7 +881,7 @@
         Private method to get a list of API files loaded into the database.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of API filenames
 </dd>

eric ide

mercurial