Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html

changeset 6616
05b9ad19c8e1
parent 6600
092cb8a3fc34
equal deleted inserted replaced
6615:386607e32376 6616:05b9ad19c8e1
43 <h3>Functions</h3> 43 <h3>Functions</h3>
44 <table> 44 <table>
45 <tr> 45 <tr>
46 <td><a href="#PluginRepositoryDownloadCleanup">PluginRepositoryDownloadCleanup</a></td> 46 <td><a href="#PluginRepositoryDownloadCleanup">PluginRepositoryDownloadCleanup</a></td>
47 <td>Module function to clean up the plug-in downloads area.</td> 47 <td>Module function to clean up the plug-in downloads area.</td>
48 </tr><tr>
49 <td><a href="#registerPlugin">registerPlugin</a></td>
50 <td>Method to register a plug-in's data.</td>
48 </tr> 51 </tr>
49 </table> 52 </table>
50 <hr /><hr /> 53 <hr /><hr />
51 <a NAME="PluginRepositoryDialog" ID="PluginRepositoryDialog"></a> 54 <a NAME="PluginRepositoryDialog" ID="PluginRepositoryDialog"></a>
52 <h2>PluginRepositoryDialog</h2> 55 <h2>PluginRepositoryDialog</h2>
644 <dd> 647 <dd>
645 flag indicating quiet operations 648 flag indicating quiet operations
646 </dd> 649 </dd>
647 </dl> 650 </dl>
648 <div align="right"><a href="#top">Up</a></div> 651 <div align="right"><a href="#top">Up</a></div>
652 <hr /><hr />
653 <a NAME="registerPlugin" ID="registerPlugin"></a>
654 <h2>registerPlugin</h2>
655 <b>registerPlugin</b>(<i>name, short, description, url, author, version, filename, status</i>)
656 <p>
657 Method to register a plug-in's data.
658 </p><dl>
659 <dt><i>name</i></dt>
660 <dd>
661 data for the name field (string)
662 </dd><dt><i>short</i></dt>
663 <dd>
664 data for the short field (string)
665 </dd><dt><i>description</i></dt>
666 <dd>
667 data for the description field (list of strings)
668 </dd><dt><i>url</i></dt>
669 <dd>
670 data for the url field (string)
671 </dd><dt><i>author</i></dt>
672 <dd>
673 data for the author field (string)
674 </dd><dt><i>version</i></dt>
675 <dd>
676 data for the version field (string)
677 </dd><dt><i>filename</i></dt>
678 <dd>
679 data for the filename field (string)
680 </dd><dt><i>status</i></dt>
681 <dd>
682 status of the plugin (string [stable, unstable, unknown])
683 </dd>
684 </dl>
685 <div align="right"><a href="#top">Up</a></div>
649 <hr /> 686 <hr />
650 </body></html> 687 </body></html>

eric ide

mercurial