Sat, 26 Apr 2014 15:49:42 +0200
Released as stable.
--- a/ChangeLog Thu Apr 24 19:06:53 2014 +0200 +++ b/ChangeLog Sat Apr 26 15:49:42 2014 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.0.0: +- first stable release + Version 0.6.0: - enhanced the configuration page to allow to set the pattern order
--- a/PluginPrintRemover.py Thu Apr 24 19:06:53 2014 +0200 +++ b/PluginPrintRemover.py Sat Apr 26 15:49:42 2014 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.6.0" +version = "1.0.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."
--- a/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html Thu Apr 24 19:06:53 2014 +0200 +++ b/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html Sat Apr 26 15:49:42 2014 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>printRemoverPluginObject</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> +<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>printRemoverPluginObject</td></tr><tr><td>pyqtApi</td></tr><tr><td>python2Compatible</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> </table> <h3>Classes</h3> <table> @@ -75,6 +75,9 @@ <td><a href="#PrintRemoverPlugin.__editorOpened">__editorOpened</a></td> <td>Private slot called, when a new editor was opened.</td> </tr><tr> +<td><a href="#PrintRemoverPlugin.__initMenu">__initMenu</a></td> +<td>Private method to initialize the menu.</td> +</tr><tr> <td><a href="#PrintRemoverPlugin.__loadTranslator">__loadTranslator</a></td> <td>Private method to load the translation file.</td> </tr><tr> @@ -84,6 +87,9 @@ <td><a href="#PrintRemoverPlugin.__removeLine">__removeLine</a></td> <td>Private slot to remove lines starting with the selected pattern.</td> </tr><tr> +<td><a href="#PrintRemoverPlugin.__showMenu">__showMenu</a></td> +<td>Private slot to build the menu hierarchy.</td> +</tr><tr> <td><a href="#PrintRemoverPlugin.activate">activate</a></td> <td>Public method to activate this plugin.</td> </tr><tr> @@ -131,7 +137,12 @@ <dd> reference to the new editor (QScintilla.Editor) </dd> -</dl><a NAME="PrintRemoverPlugin.__loadTranslator" ID="PrintRemoverPlugin.__loadTranslator"></a> +</dl><a NAME="PrintRemoverPlugin.__initMenu" ID="PrintRemoverPlugin.__initMenu"></a> +<h4>PrintRemoverPlugin.__initMenu</h4> +<b>__initMenu</b>(<i></i>) +<p> + Private method to initialize the menu. +</p><a NAME="PrintRemoverPlugin.__loadTranslator" ID="PrintRemoverPlugin.__loadTranslator"></a> <h4>PrintRemoverPlugin.__loadTranslator</h4> <b>__loadTranslator</b>(<i></i>) <p> @@ -154,6 +165,11 @@ <b>__removeLine</b>(<i></i>) <p> Private slot to remove lines starting with the selected pattern. +</p><a NAME="PrintRemoverPlugin.__showMenu" ID="PrintRemoverPlugin.__showMenu"></a> +<h4>PrintRemoverPlugin.__showMenu</h4> +<b>__showMenu</b>(<i></i>) +<p> + Private slot to build the menu hierarchy. </p><a NAME="PrintRemoverPlugin.activate" ID="PrintRemoverPlugin.activate"></a> <h4>PrintRemoverPlugin.activate</h4> <b>activate</b>(<i></i>)
--- a/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html Thu Apr 24 19:06:53 2014 +0200 +++ b/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html Sat Apr 26 15:49:42 2014 +0200 @@ -60,18 +60,30 @@ <td><a href="#PrintRemoverPage.__init__">PrintRemoverPage</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#PrintRemoverPage.on_addPatternButton_clicked">on_addPatternButton_clicked</a></td> +<td><a href="#PrintRemoverPage.__moveSelectedEntry">__moveSelectedEntry</a></td> +<td>Private method to move the selected entry up or down.</td> +</tr><tr> +<td><a href="#PrintRemoverPage.on_addButton_clicked">on_addButton_clicked</a></td> <td>Private slot add a pattern to the list.</td> </tr><tr> -<td><a href="#PrintRemoverPage.on_deletePatternButton_clicked">on_deletePatternButton_clicked</a></td> -<td>Private slot to delete the selected items.</td> +<td><a href="#PrintRemoverPage.on_addSeparatorButton_clicked">on_addSeparatorButton_clicked</a></td> +<td>Private slot add a separator to the list.</td> +</tr><tr> +<td><a href="#PrintRemoverPage.on_deleteButton_clicked">on_deleteButton_clicked</a></td> +<td>Private slot to delete the selected entry.</td> </tr><tr> -<td><a href="#PrintRemoverPage.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> -<td>Private slot to handle entering a pattern.</td> +<td><a href="#PrintRemoverPage.on_downButton_clicked">on_downButton_clicked</a></td> +<td>Private slot to move an entry down.</td> +</tr><tr> +<td><a href="#PrintRemoverPage.on_editButton_clicked">on_editButton_clicked</a></td> +<td>Private slot to edit the selected entry.</td> </tr><tr> <td><a href="#PrintRemoverPage.on_patternList_itemSelectionChanged">on_patternList_itemSelectionChanged</a></td> <td>Private slot to handle the selection of patterns.</td> </tr><tr> +<td><a href="#PrintRemoverPage.on_upButton_clicked">on_upButton_clicked</a></td> +<td>Private slot to move an entry up.</td> +</tr><tr> <td><a href="#PrintRemoverPage.save">save</a></td> <td>Public slot to save the Print Remover configuration.</td> </tr> @@ -90,31 +102,51 @@ <dd> reference to the plugin object </dd> -</dl><a NAME="PrintRemoverPage.on_addPatternButton_clicked" ID="PrintRemoverPage.on_addPatternButton_clicked"></a> -<h4>PrintRemoverPage.on_addPatternButton_clicked</h4> -<b>on_addPatternButton_clicked</b>(<i></i>) +</dl><a NAME="PrintRemoverPage.__moveSelectedEntry" ID="PrintRemoverPage.__moveSelectedEntry"></a> +<h4>PrintRemoverPage.__moveSelectedEntry</h4> +<b>__moveSelectedEntry</b>(<i>moveUp</i>) +<p> + Private method to move the selected entry up or down. +</p><dl> +<dt><i>moveUp</i></dt> +<dd> +flag indicating to move the entry up (boolean) +</dd> +</dl><a NAME="PrintRemoverPage.on_addButton_clicked" ID="PrintRemoverPage.on_addButton_clicked"></a> +<h4>PrintRemoverPage.on_addButton_clicked</h4> +<b>on_addButton_clicked</b>(<i></i>) <p> Private slot add a pattern to the list. -</p><a NAME="PrintRemoverPage.on_deletePatternButton_clicked" ID="PrintRemoverPage.on_deletePatternButton_clicked"></a> -<h4>PrintRemoverPage.on_deletePatternButton_clicked</h4> -<b>on_deletePatternButton_clicked</b>(<i></i>) +</p><a NAME="PrintRemoverPage.on_addSeparatorButton_clicked" ID="PrintRemoverPage.on_addSeparatorButton_clicked"></a> +<h4>PrintRemoverPage.on_addSeparatorButton_clicked</h4> +<b>on_addSeparatorButton_clicked</b>(<i></i>) +<p> + Private slot add a separator to the list. +</p><a NAME="PrintRemoverPage.on_deleteButton_clicked" ID="PrintRemoverPage.on_deleteButton_clicked"></a> +<h4>PrintRemoverPage.on_deleteButton_clicked</h4> +<b>on_deleteButton_clicked</b>(<i></i>) <p> - Private slot to delete the selected items. -</p><a NAME="PrintRemoverPage.on_patternEdit_textChanged" ID="PrintRemoverPage.on_patternEdit_textChanged"></a> -<h4>PrintRemoverPage.on_patternEdit_textChanged</h4> -<b>on_patternEdit_textChanged</b>(<i>pattern</i>) + Private slot to delete the selected entry. +</p><a NAME="PrintRemoverPage.on_downButton_clicked" ID="PrintRemoverPage.on_downButton_clicked"></a> +<h4>PrintRemoverPage.on_downButton_clicked</h4> +<b>on_downButton_clicked</b>(<i></i>) <p> - Private slot to handle entering a pattern. -</p><dl> -<dt><i>pattern</i></dt> -<dd> -pattern string entered into the line edit (string) -</dd> -</dl><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a> + Private slot to move an entry down. +</p><a NAME="PrintRemoverPage.on_editButton_clicked" ID="PrintRemoverPage.on_editButton_clicked"></a> +<h4>PrintRemoverPage.on_editButton_clicked</h4> +<b>on_editButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected entry. +</p><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a> <h4>PrintRemoverPage.on_patternList_itemSelectionChanged</h4> <b>on_patternList_itemSelectionChanged</b>(<i></i>) <p> Private slot to handle the selection of patterns. +</p><a NAME="PrintRemoverPage.on_upButton_clicked" ID="PrintRemoverPage.on_upButton_clicked"></a> +<h4>PrintRemoverPage.on_upButton_clicked</h4> +<b>on_upButton_clicked</b>(<i></i>) +<p> + Private slot to move an entry up. </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a> <h4>PrintRemoverPage.save</h4> <b>save</b>(<i></i>)