Documentation/Source/eric5.eric5-pluginuninstall.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.eric5-pluginuninstall.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.eric5-pluginuninstall.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,9 +22,9 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.eric5-pluginuninstall</h1>
 <p>
-&#69;&#114;&#105;&#99;&#53; &#80;&#108;&#117;&#103;&#105;&#110; &#85;&#110;&#105;&#110;&#115;&#116;&#97;&#108;&#108;&#101;&#114;
+Eric5 Plugin Uninstaller
 </p><p>
-&#84;&#104;&#105;&#115; &#105;&#115; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#80;y&#116;&#104;&#111;&#110; &#115;&#99;&#114;&#105;&#112;&#116; &#116;&#111; &#117;&#110;&#105;&#110;&#115;&#116;&#97;&#108;&#108; &#101;&#114;&#105;&#99;&#53; &#112;&#108;&#117;&#103;&#105;&#110;&#115; &#102;&#114;&#111;&#109; &#111;&#117;&#116;&#115;&#105;&#100;&#101; &#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69;.
+This is the main Python script to uninstall eric5 plugins from outside of the IDE.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -38,10 +38,10 @@
 <table>
 <tr>
 <td><a href="#createMainWidget">createMainWidget</a></td>
-<td>&#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116;.</td>
+<td>Function to create the main widget.</td>
 </tr><tr>
 <td><a href="#main">main</a></td>
-<td>&#77;&#97;&#105;&#110; &#101;&#110;&#116;&#114;y &#112;&#111;&#105;&#110;&#116; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.</td>
+<td>Main entry point into the application.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -49,16 +49,16 @@
 <h2>createMainWidget</h2>
 <b>createMainWidget</b>(<i>argv</i>)
 <p>
-    &#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116;.
+    Function to create the main widget.
 </p><dl>
 <dt><i>argv</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#99;&#111;&#109;&#109;&#97;&#110;&#100;&#108;&#105;&#110;&#101; &#112;&#97;&#114;&#97;&#109;&#101;&#116;&#101;&#114;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+list of commandline parameters (list of strings)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#109;&#97;&#105;&#110; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+reference to the main widget (QWidget)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -67,7 +67,7 @@
 <h2>main</h2>
 <b>main</b>(<i></i>)
 <p>
-    &#77;&#97;&#105;&#110; &#101;&#110;&#116;&#114;y &#112;&#111;&#105;&#110;&#116; &#105;&#110;&#116;&#111; &#116;&#104;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;.
+    Main entry point into the application.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial