No prob, I thought you wanted to hear some bug reports anyway, no?Yes, as I wrote in readme - Very initial, very buggy

I have now installed the silent update, haven't seen it before.
Oops, this doesn't work of course and is against INI standards, have not noticed that, sorry.I wonder if any program can support an ini file with 2 keys in the same section with a same name
If you are planning to support more columns, what about a redesign like that?
Code: Select all
[column01]
section01=Add One Leading Zero
section02=Add Two Leading Zeros
[Add One Leading Zero]
Find="(.+)\s(\d{2})$"
Change="$1 0$2"
Substitute=1
Others=1
[Add Two Leading Zeros]
Find="(.+)\s(\d)$"
Change="$1 00$2"
Substitute=1
Others=1
I don't know what you mean with "combined regexp", sorry. Why is another plugin needed?I think a new combined regexp shoulld be written for adding leading zeros or a separate plugin which would be devoted only to this problem alone.
Icfu