Wed, 24 Jun 2020 17:48:21 +0200
Removed support for Python2.
--- a/ChangeLog Wed Jan 01 11:59:04 2020 +0100 +++ b/ChangeLog Wed Jun 24 17:48:21 2020 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 3.0.0: +- removed support for Python2 + Version 2.1.1: - bug fixes
--- a/PluginSplitMergeCamelCase.py Wed Jan 01 11:59:04 2020 +0100 +++ b/PluginSplitMergeCamelCase.py Wed Jun 24 17:48:21 2020 +0200 @@ -7,8 +7,6 @@ Module implementing the split, merge or convert camel case plug-in. """ -from __future__ import unicode_literals - import os import re @@ -22,18 +20,18 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.1.1" +version = "3.0.0" className = "SplitMergeCamelCasePlugin" packageName = "SplitMergeCamelCase" shortDescription = "Split, merge or convert camel case text" -longDescription = \ - """This plug-in implements a tool to split, merge or convert""" \ - """ camel case text. It works with the text of the current""" \ - """ editor. The menu entries will only be selectable, if the""" \ +longDescription = ( + """This plug-in implements a tool to split, merge or convert""" + """ camel case text. It works with the text of the current""" + """ editor. The menu entries will only be selectable, if the""" """ current editor has some selected text.""" +) needsRestart = False pyqtApi = 2 -python2Compatible = True # End-Of-Header error = ""
--- a/SplitMergeCamelCase.e4p Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase.e4p Wed Jun 24 17:48:21 2020 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> <!-- eric project file for project SplitMergeCamelCase --> -<!-- Copyright (C) 2017 Detlev Offenbach, detlev@die-offenbachs.de --> +<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en</Language> <Hash>68ce2010b207c039fed70a037e0f0241f43dc925</Hash> @@ -18,7 +18,6 @@ <Source>SplitMergeCamelCase/__init__.py</Source> <Source>__init__.py</Source> </Sources> - <Forms/> <Translations> <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_de.qm</Translation> <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_de.ts</Translation> @@ -29,8 +28,6 @@ <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_ru.qm</Translation> <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_ru.ts</Translation> </Translations> - <Resources/> - <Interfaces/> <Others> <Other>.hgignore</Other> <Other>ChangeLog</Other> @@ -205,14 +202,6 @@ <bool>False</bool> </value> <key> - <string>sourceExtensions</string> - </key> - <value> - <list> - <string></string> - </list> - </value> - <key> <string>useRecursion</string> </key> <value> @@ -232,6 +221,34 @@ <value> <dict> <key> + <string>AnnotationsChecker</string> + </key> + <value> + <dict> + <key> + <string>MaximumComplexity</string> + </key> + <value> + <int>3</int> + </value> + <key> + <string>MinimumCoverage</string> + </key> + <value> + <int>75</int> + </value> + </dict> + </value> + <key> + <string>BlankLines</string> + </key> + <value> + <tuple> + <int>2</int> + <int>1</int> + </tuple> + </value> + <key> <string>BuiltinsChecker</string> </key> <value> @@ -263,6 +280,19 @@ </dict> </value> <key> + <string>CommentedCodeChecker</string> + </key> + <value> + <dict> + <key> + <string>Aggressive</string> + </key> + <value> + <bool>False</bool> + </value> + </dict> + </value> + <key> <string>CopyrightAuthor</string> </key> <value> @@ -281,6 +311,12 @@ <string>eric</string> </value> <key> + <string>EnabledCheckerCategories</string> + </key> + <value> + <string>C, D, E, M, N, S, W</string> + </value> + <key> <string>ExcludeFiles</string> </key> <value> @@ -290,7 +326,7 @@ <string>ExcludeMessages</string> </key> <value> - <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293</string> + <string>C101,E265,E266,E305,E402,M811,N802,N803,N807,N808,N821,W293,W504</string> </value> <key> <string>FixCodes</string> @@ -308,7 +344,7 @@ <string>FutureChecker</string> </key> <value> - <string>unicode_literals</string> + <string></string> </value> <key> <string>HangClosing</string> @@ -341,6 +377,12 @@ <int>10</int> </value> <key> + <string>MaxDocLineLength</string> + </key> + <value> + <int>79</int> + </value> + <key> <string>MaxLineLength</string> </key> <value> @@ -359,6 +401,91 @@ <bool>True</bool> </value> <key> + <string>SecurityChecker</string> + </key> + <value> + <dict> + <key> + <string>CheckTypedException</string> + </key> + <value> + <bool>False</bool> + </value> + <key> + <string>HardcodedTmpDirectories</string> + </key> + <value> + <list> + <string>/tmp</string> + <string>/var/tmp</string> + <string>/dev/shm</string> + <string>~/tmp</string> + </list> + </value> + <key> + <string>InsecureHashes</string> + </key> + <value> + <list> + <string>md4</string> + <string>md5</string> + <string>sha</string> + <string>sha1</string> + </list> + </value> + <key> + <string>InsecureSslProtocolVersions</string> + </key> + <value> + <list> + <string>PROTOCOL_SSLv2</string> + <string>SSLv2_METHOD</string> + <string>SSLv23_METHOD</string> + <string>PROTOCOL_SSLv3</string> + <string>PROTOCOL_TLSv1</string> + <string>SSLv3_METHOD</string> + <string>TLSv1_METHOD</string> + </list> + </value> + <key> + <string>WeakKeySizeDsaHigh</string> + </key> + <value> + <string>1024</string> + </value> + <key> + <string>WeakKeySizeDsaMedium</string> + </key> + <value> + <string>2048</string> + </value> + <key> + <string>WeakKeySizeEcHigh</string> + </key> + <value> + <string>160</string> + </value> + <key> + <string>WeakKeySizeEcMedium</string> + </key> + <value> + <string>224</string> + </value> + <key> + <string>WeakKeySizeRsaHigh</string> + </key> + <value> + <string>1024</string> + </value> + <key> + <string>WeakKeySizeRsaMedium</string> + </key> + <value> + <string>2048</string> + </value> + </dict> + </value> + <key> <string>ShowIgnored</string> </key> <value>
--- a/SplitMergeCamelCase/Documentation/source/Plugin_Tools_SplitMergeCamelCase.PluginSplitMergeCamelCase.html Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/Documentation/source/Plugin_Tools_SplitMergeCamelCase.PluginSplitMergeCamelCase.html Wed Jun 24 17:48:21 2020 +0200 @@ -18,224 +18,300 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>Plugin_Tools_SplitMergeCamelCase.PluginSplitMergeCamelCase</h1> + <p> Module implementing the split, merge or convert camel case plug-in. </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>pyqtApi</td></tr><tr><td>python2Compatible</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>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#SplitMergeCamelCasePlugin">SplitMergeCamelCasePlugin</a></td> <td>Class implementing the split, merge or convert camel case plug-in.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="SplitMergeCamelCasePlugin" ID="SplitMergeCamelCasePlugin"></a> <h2>SplitMergeCamelCasePlugin</h2> + <p> Class implementing the split, merge or convert camel case plug-in. </p> <h3>Derived from</h3> QObject <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#SplitMergeCamelCasePlugin.__init__">SplitMergeCamelCasePlugin</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__applyChange">__applyChange</a></td> <td>Private method to change the selected text.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__camelCaseToUnderscore">__camelCaseToUnderscore</a></td> <td>Private slot to convert camel case text to underscore separated text.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__editorClosed">__editorClosed</a></td> <td>Private slot called, when an editor was closed.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__editorOpened">__editorOpened</a></td> <td>Private slot called, when a new editor was opened.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__editorShowMenu">__editorShowMenu</a></td> <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__initMenu">__initMenu</a></td> <td>Private method to initialize the camel case handling menu.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__loadTranslator">__loadTranslator</a></td> <td>Private method to load the translation file.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__mergeCamelCase">__mergeCamelCase</a></td> <td>Private slot to merge the selected text to camel case.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__populateMenu">__populateMenu</a></td> <td>Private slot to populate the tools menu with our entries.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__splitCamelCase">__splitCamelCase</a></td> <td>Private slot to split the selected camel case text.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__underscoreToCamelCase">__underscoreToCamelCase</a></td> <td>Private slot to convert underscore separated text to camel case.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst">__underscoreToCamelCaseUppercaseFirst</a></td> <td>Private slot to convert underscore separated text to camel case upper casing the first character.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.activate">activate</a></td> <td>Public method to activate this plugin.</td> -</tr><tr> +</tr> +<tr> <td><a href="#SplitMergeCamelCasePlugin.deactivate">deactivate</a></td> <td>Public method to deactivate this plugin.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="SplitMergeCamelCasePlugin.__init__" ID="SplitMergeCamelCasePlugin.__init__"></a> <h4>SplitMergeCamelCasePlugin (Constructor)</h4> <b>SplitMergeCamelCasePlugin</b>(<i>ui</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>ui</i></dt> <dd> reference to the user interface object (UI.UserInterface) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__applyChange" ID="SplitMergeCamelCasePlugin.__applyChange"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__applyChange" ID="SplitMergeCamelCasePlugin.__applyChange"></a> <h4>SplitMergeCamelCasePlugin.__applyChange</h4> <b>__applyChange</b>(<i>newText, editor</i>) + <p> Private method to change the selected text. -</p><dl> +</p> +<dl> + <dt><i>newText</i></dt> <dd> new (converted) text (string) -</dd><dt><i>editor</i></dt> +</dd> +<dt><i>editor</i></dt> <dd> reference to the editor to apply the text change to (Editor) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__camelCaseToUnderscore" ID="SplitMergeCamelCasePlugin.__camelCaseToUnderscore"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__camelCaseToUnderscore" ID="SplitMergeCamelCasePlugin.__camelCaseToUnderscore"></a> <h4>SplitMergeCamelCasePlugin.__camelCaseToUnderscore</h4> <b>__camelCaseToUnderscore</b>(<i></i>) + <p> Private slot to convert camel case text to underscore separated text. -</p><a NAME="SplitMergeCamelCasePlugin.__editorClosed" ID="SplitMergeCamelCasePlugin.__editorClosed"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.__editorClosed" ID="SplitMergeCamelCasePlugin.__editorClosed"></a> <h4>SplitMergeCamelCasePlugin.__editorClosed</h4> <b>__editorClosed</b>(<i>editor</i>) + <p> Private slot called, when an editor was closed. -</p><dl> +</p> +<dl> + <dt><i>editor</i></dt> <dd> reference to the editor (QScintilla.Editor) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__editorOpened" ID="SplitMergeCamelCasePlugin.__editorOpened"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__editorOpened" ID="SplitMergeCamelCasePlugin.__editorOpened"></a> <h4>SplitMergeCamelCasePlugin.__editorOpened</h4> <b>__editorOpened</b>(<i>editor</i>) + <p> Private slot called, when a new editor was opened. -</p><dl> +</p> +<dl> + <dt><i>editor</i></dt> <dd> reference to the new editor (QScintilla.Editor) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__editorShowMenu" ID="SplitMergeCamelCasePlugin.__editorShowMenu"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__editorShowMenu" ID="SplitMergeCamelCasePlugin.__editorShowMenu"></a> <h4>SplitMergeCamelCasePlugin.__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. -</p><dl> +</p> +<dl> + <dt><i>menuName</i></dt> <dd> name of the menu to be shown (string) -</dd><dt><i>menu</i></dt> +</dd> +<dt><i>menu</i></dt> <dd> reference to the menu (QMenu) -</dd><dt><i>editor</i></dt> +</dd> +<dt><i>editor</i></dt> <dd> reference to the editor </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__initMenu" ID="SplitMergeCamelCasePlugin.__initMenu"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__initMenu" ID="SplitMergeCamelCasePlugin.__initMenu"></a> <h4>SplitMergeCamelCasePlugin.__initMenu</h4> <b>__initMenu</b>(<i></i>) + <p> Private method to initialize the camel case handling menu. -</p><a NAME="SplitMergeCamelCasePlugin.__loadTranslator" ID="SplitMergeCamelCasePlugin.__loadTranslator"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.__loadTranslator" ID="SplitMergeCamelCasePlugin.__loadTranslator"></a> <h4>SplitMergeCamelCasePlugin.__loadTranslator</h4> <b>__loadTranslator</b>(<i></i>) + <p> Private method to load the translation file. -</p><a NAME="SplitMergeCamelCasePlugin.__mergeCamelCase" ID="SplitMergeCamelCasePlugin.__mergeCamelCase"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.__mergeCamelCase" ID="SplitMergeCamelCasePlugin.__mergeCamelCase"></a> <h4>SplitMergeCamelCasePlugin.__mergeCamelCase</h4> <b>__mergeCamelCase</b>(<i></i>) + <p> Private slot to merge the selected text to camel case. -</p><a NAME="SplitMergeCamelCasePlugin.__populateMenu" ID="SplitMergeCamelCasePlugin.__populateMenu"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.__populateMenu" ID="SplitMergeCamelCasePlugin.__populateMenu"></a> <h4>SplitMergeCamelCasePlugin.__populateMenu</h4> <b>__populateMenu</b>(<i>name, menu</i>) + <p> Private slot to populate the tools menu with our entries. -</p><dl> +</p> +<dl> + <dt><i>name</i></dt> <dd> name of the menu (string) -</dd><dt><i>menu</i></dt> +</dd> +<dt><i>menu</i></dt> <dd> reference to the menu to be populated (QMenu) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__splitCamelCase" ID="SplitMergeCamelCasePlugin.__splitCamelCase"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__splitCamelCase" ID="SplitMergeCamelCasePlugin.__splitCamelCase"></a> <h4>SplitMergeCamelCasePlugin.__splitCamelCase</h4> <b>__splitCamelCase</b>(<i></i>) + <p> Private slot to split the selected camel case text. -</p><a NAME="SplitMergeCamelCasePlugin.__underscoreToCamelCase" ID="SplitMergeCamelCasePlugin.__underscoreToCamelCase"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.__underscoreToCamelCase" ID="SplitMergeCamelCasePlugin.__underscoreToCamelCase"></a> <h4>SplitMergeCamelCasePlugin.__underscoreToCamelCase</h4> <b>__underscoreToCamelCase</b>(<i>uppercaseFirst=False</i>) + <p> Private slot to convert underscore separated text to camel case. -</p><dl> +</p> +<dl> + <dt><i>uppercaseFirst</i></dt> <dd> flag indicating to upper case the first character (boolean) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst" ID="SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst" ID="SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst"></a> <h4>SplitMergeCamelCasePlugin.__underscoreToCamelCaseUppercaseFirst</h4> <b>__underscoreToCamelCaseUppercaseFirst</b>(<i></i>) + <p> Private slot to convert underscore separated text to camel case upper casing the first character. -</p><a NAME="SplitMergeCamelCasePlugin.activate" ID="SplitMergeCamelCasePlugin.activate"></a> +</p> +<a NAME="SplitMergeCamelCasePlugin.activate" ID="SplitMergeCamelCasePlugin.activate"></a> <h4>SplitMergeCamelCasePlugin.activate</h4> <b>activate</b>(<i></i>) + <p> Public method to activate this plugin. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> tuple of None and activation status (boolean) </dd> -</dl><a NAME="SplitMergeCamelCasePlugin.deactivate" ID="SplitMergeCamelCasePlugin.deactivate"></a> +</dl> +<a NAME="SplitMergeCamelCasePlugin.deactivate" ID="SplitMergeCamelCasePlugin.deactivate"></a> <h4>SplitMergeCamelCasePlugin.deactivate</h4> <b>deactivate</b>(<i></i>) + <p> Public method to deactivate this plugin. </p>
--- a/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.SplitMergeCamelCase.html Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.SplitMergeCamelCase.html Wed Jun 24 17:48:21 2020 +0200 @@ -20,6 +20,7 @@ </head> <body> <h1>Plugin_Tools_SplitMergeCamelCase.SplitMergeCamelCase</h1> + <p> Package implementing the split, merge or convert camel case plug-in data. </p>
--- a/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.html Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.html Wed Jun 24 17:48:21 2020 +0200 @@ -20,12 +20,14 @@ </head> <body> <h1>Plugin_Tools_SplitMergeCamelCase</h1> + <p> Package implementing the split, merge or convert camel case plug-in. </p> <h3>Packages</h3> <table> + <tr> <td><a href="index-Plugin_Tools_SplitMergeCamelCase.SplitMergeCamelCase.html">SplitMergeCamelCase</a></td> <td>Package implementing the split, merge or convert camel case plug-in data.</td> @@ -34,6 +36,7 @@ <h3>Modules</h3> <table> + <tr> <td><a href="Plugin_Tools_SplitMergeCamelCase.PluginSplitMergeCamelCase.html">PluginSplitMergeCamelCase</a></td> <td>Module implementing the split, merge or convert camel case plug-in.</td>
--- a/SplitMergeCamelCase/Documentation/source/index.html Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/Documentation/source/index.html Wed Jun 24 17:48:21 2020 +0200 @@ -24,6 +24,7 @@ <h3>Packages</h3> <table> + <tr> <td><a href="index-Plugin_Tools_SplitMergeCamelCase.html">Plugin_Tools_SplitMergeCamelCase</a></td> <td>Package implementing the split, merge or convert camel case plug-in.</td>
--- a/SplitMergeCamelCase/i18n/splitmergecamelcase_de.ts Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/i18n/splitmergecamelcase_de.ts Wed Jun 24 17:48:21 2020 +0200 @@ -3,32 +3,32 @@ <context> <name>SplitMergeCamelCasePlugin</name> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="125"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="139"/> <source>CamelCase Handling</source> <translation>Groß-/Kleinschreibungsbehandlung</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="126"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="140"/> <source>Split from CamelCase</source> <translation>An Großbuchstaben auftrennen</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="128"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="142"/> <source>Merge to CamelCase</source> <translation>An Großbuchstaben zusammenführen</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="130"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="144"/> <source>CamelCase to under_score</source> <translation>Groß-/Kleinschreibung zu Unterstrich</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="132"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="146"/> <source>under_score to CamelCase</source> <translation>Unterstrich zu Groß-/Kleinschreibung</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="134"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="148"/> <source>under_score to CamelCase (upper case first)</source> <translation>Unterstrich zu Groß-/Kleinschreibung (kleiner erster Buchstabe)</translation> </message>
--- a/SplitMergeCamelCase/i18n/splitmergecamelcase_en.ts Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/i18n/splitmergecamelcase_en.ts Wed Jun 24 17:48:21 2020 +0200 @@ -3,32 +3,32 @@ <context> <name>SplitMergeCamelCasePlugin</name> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="125"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="139"/> <source>CamelCase Handling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="126"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="140"/> <source>Split from CamelCase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="128"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="142"/> <source>Merge to CamelCase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="130"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="144"/> <source>CamelCase to under_score</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="132"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="146"/> <source>under_score to CamelCase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="134"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="148"/> <source>under_score to CamelCase (upper case first)</source> <translation type="unfinished"></translation> </message>
--- a/SplitMergeCamelCase/i18n/splitmergecamelcase_es.ts Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/i18n/splitmergecamelcase_es.ts Wed Jun 24 17:48:21 2020 +0200 @@ -3,32 +3,32 @@ <context> <name>SplitMergeCamelCasePlugin</name> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="125"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="139"/> <source>CamelCase Handling</source> <translation>Manejo de CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="126"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="140"/> <source>Split from CamelCase</source> <translation>Dividir a partir de CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="128"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="142"/> <source>Merge to CamelCase</source> <translation>Mezclar como CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="130"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="144"/> <source>CamelCase to under_score</source> <translation>CamelCase a guión_bajo</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="132"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="146"/> <source>under_score to CamelCase</source> <translation>guión_bajo a CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="134"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="148"/> <source>under_score to CamelCase (upper case first)</source> <translation>guión_bajo a CamelCase (mayúscula primero)</translation> </message>
--- a/SplitMergeCamelCase/i18n/splitmergecamelcase_ru.ts Wed Jan 01 11:59:04 2020 +0100 +++ b/SplitMergeCamelCase/i18n/splitmergecamelcase_ru.ts Wed Jun 24 17:48:21 2020 +0200 @@ -1,35 +1,34 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="ru"> +<!DOCTYPE TS><TS version="2.0" language="ru" sourcelanguage=""> <context> <name>SplitMergeCamelCasePlugin</name> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="125"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="139"/> <source>CamelCase Handling</source> <translation>Обработка по стандарту CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="126"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="140"/> <source>Split from CamelCase</source> <translation>Разделение по CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="128"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="142"/> <source>Merge to CamelCase</source> <translation>Слияние по CamelCase</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="130"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="144"/> <source>CamelCase to under_score</source> <translation>CamelCase конвертировать в under_score</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="132"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="146"/> <source>under_score to CamelCase</source> <translation>under_score конвертировать в сamelCase (маленькая первая буква)</translation> </message> <message> - <location filename="../../PluginSplitMergeCamelCase.py" line="134"/> + <location filename="../../PluginSplitMergeCamelCase.py" line="148"/> <source>under_score to CamelCase (upper case first)</source> <translation>under_score конвертировать в CamelCase (большая первая буква)</translation> </message>