Documentation/Source/eric5.eric5.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.eric5.html
--- a/Documentation/Source/eric5.eric5.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.eric5.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,10 +22,10 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.eric5</h1>
 <p>
-&#69;&#114;&#105;&#99;&#53; &#80;y&#116;&#104;&#111;&#110; &#73;&#68;&#69;
+Eric5 Python IDE
 </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;&#104;&#97;&#116; &#112;&#101;&#114;&#102;&#111;&#114;&#109;&#115; &#116;&#104;&#101; &#110;&#101;&#99;&#101;&#115;&#115;&#97;&#114;y &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#97;&#116;&#105;&#111;&#110;
-&#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69; &#97;&#110;&#100; &#115;&#116;&#97;&#114;&#116;&#115; &#116;&#104;&#101; &#81;&#116; &#101;v&#101;&#110;&#116; &#108;&#111;&#111;&#112;.
+This is the main Python script that performs the necessary initialization
+of the IDE and starts the Qt event loop.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -39,16 +39,16 @@
 <table>
 <tr>
 <td><a href="#excepthook">excepthook</a></td>
-<td>&#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#97;&#116;&#99;&#104; &#117;&#110;&#104;&#97;&#110;&#100;&#108;&#101;&#100; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Global function to catch unhandled exceptions.</td>
 </tr><tr>
 <td><a href="#handleSingleApplication">handleSingleApplication</a></td>
-<td>&#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#105;&#110;&#103;&#108;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#109;&#111;&#100;&#101;.</td>
+<td>Global function to handle the single application mode.</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><tr>
 <td><a href="#uiStartUp">uiStartUp</a></td>
-<td>&#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#102;&#105;&#110;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#117;&#112; &#111;&#102; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#85;&#73;.</td>
+<td>Global function to finalize the start up of the main UI.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -56,17 +56,17 @@
 <h2>excepthook</h2>
 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>)
 <p>
-    &#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#99;&#97;&#116;&#99;&#104; &#117;&#110;&#104;&#97;&#110;&#100;&#108;&#101;&#100; &#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110;&#115;.
+    Global function to catch unhandled exceptions.
 </p><dl>
 <dt><i>excType</i></dt>
 <dd>
-&#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; &#116;y&#112;&#101;
+exception type
 </dd><dt><i>excValue</i></dt>
 <dd>
-&#101;x&#99;&#101;&#112;&#116;&#105;&#111;&#110; v&#97;&#108;&#117;&#101;
+exception value
 </dd><dt><i>tracebackobj</i></dt>
 <dd>
-&#116;&#114;&#97;&#99;&#101;&#98;&#97;&#99;&#107; &#111;&#98;&#106;&#101;&#99;&#116;
+traceback object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -75,11 +75,11 @@
 <h2>handleSingleApplication</h2>
 <b>handleSingleApplication</b>(<i>ddindex</i>)
 <p>
-    &#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#115;&#105;&#110;&#103;&#108;&#101; &#97;&#112;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110; &#109;&#111;&#100;&#101;.
+    Global function to handle the single application mode.
 </p><dl>
 <dt><i>ddindex</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#97; '--' &#111;&#112;&#116;&#105;&#111;&#110; &#105;&#110; &#116;&#104;&#101; &#111;&#112;&#116;&#105;&#111;&#110;&#115; &#108;&#105;&#115;&#116;
+index of a '--' option in the options list
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -88,7 +88,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 /><hr />
@@ -96,9 +96,9 @@
 <h2>uiStartUp</h2>
 <b>uiStartUp</b>(<i></i>)
 <p>
-    &#71;&#108;&#111;&#98;&#97;&#108; &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#102;&#105;&#110;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#115;&#116;&#97;&#114;&#116; &#117;&#112; &#111;&#102; &#116;&#104;&#101; &#109;&#97;&#105;&#110; &#85;&#73;.
+    Global function to finalize the start up of the main UI.
 </p><p>
-    &#78;&#111;&#116;&#101;&#58; &#73;&#116; &#105;&#115; &#97;&#99;&#116;&#105;v&#97;&#116;&#101;&#100; &#98;y &#97; z&#101;&#114;&#111; &#116;&#105;&#109;&#101;&#111;&#117;&#116; &#115;&#105;&#110;&#103;&#108;&#101;-&#115;&#104;&#111;&#116; &#116;&#105;&#109;&#101;&#114;.
+    Note: It is activated by a zero timeout single-shot timer.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial