On Thu, 29 Sep 2011 09:40:27 -0700 (PDT) palach <[email protected]> wrote:
> Hi. is it possible to replace something like this: > > ololo = 0 > wololo = 0 > trololo = 0 > > into something like this: > > ololo = 1 > wololo = 2 > trololo = 3 > > with geany regexp replacement? If your zeros are vertically aligned, and you want to replace them with incrementional integer numbers, try the Insert Numbers (GeanyInsertNum) plugin. -- E-gards: Jimmy _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
