Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html

changeset 6616
05b9ad19c8e1
parent 6600
092cb8a3fc34
diff -r 386607e32376 -r 05b9ad19c8e1 Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html
--- a/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html	Sun Dec 09 12:08:57 2018 +0100
+++ b/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html	Sun Dec 09 12:09:37 2018 +0100
@@ -45,6 +45,9 @@
 <tr>
 <td><a href="#PluginRepositoryDownloadCleanup">PluginRepositoryDownloadCleanup</a></td>
 <td>Module function to clean up the plug-in downloads area.</td>
+</tr><tr>
+<td><a href="#registerPlugin">registerPlugin</a></td>
+<td>Method to register a plug-in's data.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -646,5 +649,39 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="registerPlugin" ID="registerPlugin"></a>
+<h2>registerPlugin</h2>
+<b>registerPlugin</b>(<i>name, short, description, url, author, version, filename, status</i>)
+<p>
+        Method to register a plug-in's data.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+data for the name field (string)
+</dd><dt><i>short</i></dt>
+<dd>
+data for the short field (string)
+</dd><dt><i>description</i></dt>
+<dd>
+data for the description field (list of strings)
+</dd><dt><i>url</i></dt>
+<dd>
+data for the url field (string)
+</dd><dt><i>author</i></dt>
+<dd>
+data for the author field (string)
+</dd><dt><i>version</i></dt>
+<dd>
+data for the version field (string)
+</dd><dt><i>filename</i></dt>
+<dd>
+data for the filename field (string)
+</dd><dt><i>status</i></dt>
+<dd>
+status of the plugin (string [stable, unstable, unknown])
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial