PluginPrintRemover.py

changeset 4
7577ef96b755
parent 2
1375fce99e3b
child 7
bc4e9cbf45bb
equal deleted inserted replaced
3:129ecc3b9575 4:7577ef96b755
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""" \
32 """ a configurable string. This is mostly used to remove print()""" \ 32 """ a configurable string. This is mostly used to remove print()""" \
33 """ like debug statements. The match is done after stripping all""" \ 33 """ like debug statements. The match is done after stripping all""" \
34 """ whitespace from the beginning of a line. Lines containing the""" \ 34 """ whitespace from the beginning of a line. Lines containing the""" \
35 """ string '__NO_REMOVE__' are preserved""" 35 """ string '__NO_REMOVE__' are preserved."""
36 needsRestart = False 36 needsRestart = False
37 pyqtApi = 2 37 pyqtApi = 2
38 # End-Of-Header 38 # End-Of-Header
39 39
40 error = "" 40 error = ""

eric ide

mercurial