--- 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> -Eric5 Python IDE +Eric5 Python IDE </p><p> -This is the main Python script that performs the necessary initialization -of the IDE and starts the Qt event loop. +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>Global function to catch unhandled exceptions.</td> +<td>Global function to catch unhandled exceptions.</td> </tr><tr> <td><a href="#handleSingleApplication">handleSingleApplication</a></td> -<td>Global function to handle the single application mode.</td> +<td>Global function to handle the single application mode.</td> </tr><tr> <td><a href="#main">main</a></td> -<td>Main entry point into the application.</td> +<td>Main entry point into the application.</td> </tr><tr> <td><a href="#uiStartUp">uiStartUp</a></td> -<td>Global function to finalize the start up of the main UI.</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> - Global function to catch unhandled exceptions. + Global function to catch unhandled exceptions. </p><dl> <dt><i>excType</i></dt> <dd> -exception type +exception type </dd><dt><i>excValue</i></dt> <dd> -exception value +exception value </dd><dt><i>tracebackobj</i></dt> <dd> -traceback object +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> - Global function to handle the single application mode. + Global function to handle the single application mode. </p><dl> <dt><i>ddindex</i></dt> <dd> -index of a '--' option in the options list +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> - Main entry point into the application. + 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> - Global function to finalize the start up of the main UI. + Global function to finalize the start up of the main UI. </p><p> - Note: It is activated by a zero timeout single-shot timer. + Note: It is activated by a zero timeout single-shot timer. </p> <div align="right"><a href="#top">Up</a></div> <hr />