src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10690
fab36645aa7d
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Sat Apr 20 18:02:35 2024 +0200
@@ -965,48 +965,48 @@
 <hr />
 <a NAME="registerPlugin" ID="registerPlugin"></a>
 <h2>registerPlugin</h2>
-<b>registerPlugin</b>(<i>name, short, description, url, author, version, filename, status, category, </i>)
+<b>registerPlugin</b>(<i>_name, _short, _description, url, _author, _version, _filename, _status, _category, </i>)
 <p>
         Method to register a plug-in's data.
 </p>
 
 <dl>
 
-<dt><i>name</i> (str)</dt>
+<dt><i>_name</i> (str)</dt>
 <dd>
-data for the name field
+data for the name field (unused)
 </dd>
-<dt><i>short</i> (str)</dt>
+<dt><i>_short</i> (str)</dt>
 <dd>
-data for the short field
+data for the short field (unused)
 </dd>
-<dt><i>description</i> (list of str)</dt>
+<dt><i>_description</i> (list of str)</dt>
 <dd>
-data for the description field
+data for the description field (unused)
 </dd>
 <dt><i>url</i> (str)</dt>
 <dd>
 data for the url field
 </dd>
-<dt><i>author</i> (str)</dt>
+<dt><i>_author</i> (str)</dt>
 <dd>
-data for the author field
+data for the author field (unused)
 </dd>
-<dt><i>version</i> (str)</dt>
+<dt><i>_version</i> (str)</dt>
 <dd>
-data for the version field
+data for the version field (unused)
 </dd>
-<dt><i>filename</i> (str)</dt>
+<dt><i>_filename</i> (str)</dt>
 <dd>
-data for the filename field
+data for the filename field (unused)
 </dd>
-<dt><i>status</i> (str)</dt>
+<dt><i>_status</i> (str)</dt>
 <dd>
-status of the plugin (one of stable, unstable, unknown)
+status of the plugin (one of stable, unstable, unknown) (unused)
 </dd>
-<dt><i>category</i> (str)</dt>
+<dt><i>_category</i> (str)</dt>
 <dd>
-category designation of the plugin
+category designation of the plugin (unused)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial