PluginPrintRemover.py

branch
eric7
changeset 60
176c0b5b7a61
parent 59
79247c15c319
child 62
81f446717433
equal deleted inserted replaced
59:79247c15c319 60:176c0b5b7a61
21 # Start-Of-Header 21 # Start-Of-Header
22 name = "Print Remover Plug-in" 22 name = "Print Remover Plug-in"
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 23 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
24 autoactivate = True 24 autoactivate = True
25 deactivateable = True 25 deactivateable = True
26 version = "1.0.0" 26 version = "10.0.0"
27 className = "PrintRemoverPlugin" 27 className = "PrintRemoverPlugin"
28 packageName = "PrintRemover" 28 packageName = "PrintRemover"
29 shortDescription = "Remove print() like debug statements." 29 shortDescription = "Remove print() like debug statements."
30 longDescription = ( 30 longDescription = (
31 """This plug-in implements a tool to remove lines starting with""" 31 """This plug-in implements a tool to remove lines starting with"""

eric ide

mercurial