diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.PluginTabnanny.html --- a/Documentation/Source/eric5.Plugins.PluginTabnanny.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.PluginTabnanny.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.PluginTabnanny</h1> <p> -Module implementing the Tabnanny plugin. +Module implementing the Tabnanny plugin. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#TabnannyPlugin">TabnannyPlugin</a></td> -<td>Class implementing the Tabnanny plugin.</td> +<td>Class implementing the Tabnanny plugin.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="TabnannyPlugin" ID="TabnannyPlugin"></a> <h2>TabnannyPlugin</h2> <p> - Class implementing the Tabnanny plugin. + Class implementing the Tabnanny plugin. </p> <h3>Derived from</h3> QObject @@ -55,153 +55,153 @@ <table> <tr> <td><a href="#TabnannyPlugin.__init__">TabnannyPlugin</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#TabnannyPlugin.__editorClosed">__editorClosed</a></td> -<td>Private slot called, when an editor was closed.</td> +<td>Private slot called, when an editor was closed.</td> </tr><tr> <td><a href="#TabnannyPlugin.__editorOpened">__editorOpened</a></td> -<td>Private slot called, when a new editor was opened.</td> +<td>Private slot called, when a new editor was opened.</td> </tr><tr> <td><a href="#TabnannyPlugin.__editorShowMenu">__editorShowMenu</a></td> -<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> +<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> </tr><tr> <td><a href="#TabnannyPlugin.__editorTabnanny">__editorTabnanny</a></td> -<td>Private slot to handle the tabnanny context menu action of the editors.</td> +<td>Private slot to handle the tabnanny context menu action of the editors.</td> </tr><tr> <td><a href="#TabnannyPlugin.__initialize">__initialize</a></td> -<td>Private slot to (re)initialize the plugin.</td> +<td>Private slot to (re)initialize the plugin.</td> </tr><tr> <td><a href="#TabnannyPlugin.__projectBrowserShowMenu">__projectBrowserShowMenu</a></td> -<td>Private slot called, when the the project browser context menu or a submenu is about to be shown.</td> +<td>Private slot called, when the the project browser context menu or a submenu is about to be shown.</td> </tr><tr> <td><a href="#TabnannyPlugin.__projectBrowserTabnanny">__projectBrowserTabnanny</a></td> -<td>Private method to handle the tabnanny context menu action of the project sources browser.</td> +<td>Private method to handle the tabnanny context menu action of the project sources browser.</td> </tr><tr> <td><a href="#TabnannyPlugin.__projectShowMenu">__projectShowMenu</a></td> -<td>Private slot called, when the the project menu or a submenu is about to be shown.</td> +<td>Private slot called, when the the project menu or a submenu is about to be shown.</td> </tr><tr> <td><a href="#TabnannyPlugin.__projectTabnanny">__projectTabnanny</a></td> -<td>Public slot used to check the project files for bad indentations.</td> +<td>Public slot used to check the project files for bad indentations.</td> </tr><tr> <td><a href="#TabnannyPlugin.activate">activate</a></td> -<td>Public method to activate this plugin.</td> +<td>Public method to activate this plugin.</td> </tr><tr> <td><a href="#TabnannyPlugin.deactivate">deactivate</a></td> -<td>Public method to deactivate this plugin.</td> +<td>Public method to deactivate this plugin.</td> </tr> </table> <a NAME="TabnannyPlugin.__init__" ID="TabnannyPlugin.__init__"></a> <h4>TabnannyPlugin (Constructor)</h4> <b>TabnannyPlugin</b>(<i>ui</i>) <p> - Constructor + Constructor </p><dl> <dt><i>ui</i></dt> <dd> -reference to the user interface object (UI.UserInterface) +reference to the user interface object (UI.UserInterface) </dd> </dl><a NAME="TabnannyPlugin.__editorClosed" ID="TabnannyPlugin.__editorClosed"></a> <h4>TabnannyPlugin.__editorClosed</h4> <b>__editorClosed</b>(<i>editor</i>) <p> - Private slot called, when an editor was closed. + Private slot called, when an editor was closed. </p><dl> <dt><i>editor</i></dt> <dd> -reference to the editor (QScintilla.Editor) +reference to the editor (QScintilla.Editor) </dd> </dl><a NAME="TabnannyPlugin.__editorOpened" ID="TabnannyPlugin.__editorOpened"></a> <h4>TabnannyPlugin.__editorOpened</h4> <b>__editorOpened</b>(<i>editor</i>) <p> - Private slot called, when a new editor was opened. + Private slot called, when a new editor was opened. </p><dl> <dt><i>editor</i></dt> <dd> -reference to the new editor (QScintilla.Editor) +reference to the new editor (QScintilla.Editor) </dd> </dl><a NAME="TabnannyPlugin.__editorShowMenu" ID="TabnannyPlugin.__editorShowMenu"></a> <h4>TabnannyPlugin.__editorShowMenu</h4> <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) <p> - Private slot called, when the the editor context menu or a submenu is - about to be shown. + Private slot called, when the the editor context menu or a submenu is + about to be shown. </p><dl> <dt><i>menuName</i></dt> <dd> -name of the menu to be shown (string) +name of the menu to be shown (string) </dd><dt><i>menu</i></dt> <dd> -reference to the menu (QMenu) +reference to the menu (QMenu) </dd><dt><i>editor</i></dt> <dd> -reference to the editor +reference to the editor </dd> </dl><a NAME="TabnannyPlugin.__editorTabnanny" ID="TabnannyPlugin.__editorTabnanny"></a> <h4>TabnannyPlugin.__editorTabnanny</h4> <b>__editorTabnanny</b>(<i></i>) <p> - Private slot to handle the tabnanny context menu action of the editors. + Private slot to handle the tabnanny context menu action of the editors. </p><a NAME="TabnannyPlugin.__initialize" ID="TabnannyPlugin.__initialize"></a> <h4>TabnannyPlugin.__initialize</h4> <b>__initialize</b>(<i></i>) <p> - Private slot to (re)initialize the plugin. + Private slot to (re)initialize the plugin. </p><a NAME="TabnannyPlugin.__projectBrowserShowMenu" ID="TabnannyPlugin.__projectBrowserShowMenu"></a> <h4>TabnannyPlugin.__projectBrowserShowMenu</h4> <b>__projectBrowserShowMenu</b>(<i>menuName, menu</i>) <p> - Private slot called, when the the project browser context menu or a submenu is - about to be shown. + Private slot called, when the the project browser context menu or a submenu is + about to be shown. </p><dl> <dt><i>menuName</i></dt> <dd> -name of the menu to be shown (string) +name of the menu to be shown (string) </dd><dt><i>menu</i></dt> <dd> -reference to the menu (QMenu) +reference to the menu (QMenu) </dd> </dl><a NAME="TabnannyPlugin.__projectBrowserTabnanny" ID="TabnannyPlugin.__projectBrowserTabnanny"></a> <h4>TabnannyPlugin.__projectBrowserTabnanny</h4> <b>__projectBrowserTabnanny</b>(<i></i>) <p> - Private method to handle the tabnanny context menu action of the project - sources browser. + Private method to handle the tabnanny context menu action of the project + sources browser. </p><a NAME="TabnannyPlugin.__projectShowMenu" ID="TabnannyPlugin.__projectShowMenu"></a> <h4>TabnannyPlugin.__projectShowMenu</h4> <b>__projectShowMenu</b>(<i>menuName, menu</i>) <p> - Private slot called, when the the project menu or a submenu is - about to be shown. + Private slot called, when the the project menu or a submenu is + about to be shown. </p><dl> <dt><i>menuName</i></dt> <dd> -name of the menu to be shown (string) +name of the menu to be shown (string) </dd><dt><i>menu</i></dt> <dd> -reference to the menu (QMenu) +reference to the menu (QMenu) </dd> </dl><a NAME="TabnannyPlugin.__projectTabnanny" ID="TabnannyPlugin.__projectTabnanny"></a> <h4>TabnannyPlugin.__projectTabnanny</h4> <b>__projectTabnanny</b>(<i></i>) <p> - Public slot used to check the project files for bad indentations. + Public slot used to check the project files for bad indentations. </p><a NAME="TabnannyPlugin.activate" ID="TabnannyPlugin.activate"></a> <h4>TabnannyPlugin.activate</h4> <b>activate</b>(<i></i>) <p> - Public method to activate this plugin. + Public method to activate this plugin. </p><dl> <dt>Returns:</dt> <dd> -tuple of None and activation status (boolean) +tuple of None and activation status (boolean) </dd> </dl><a NAME="TabnannyPlugin.deactivate" ID="TabnannyPlugin.deactivate"></a> <h4>TabnannyPlugin.deactivate</h4> <b>deactivate</b>(<i></i>) <p> - Public method to deactivate this plugin. + Public method to deactivate this plugin. </p> <div align="right"><a href="#top">Up</a></div> <hr />