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 = "" |