diff -r a7bfbf2f4348 -r 81b488b5ad5d PluginSplitMergeCamelCase.py --- 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 = ""