On Thu, 29 Sep 2011 22:39:56 +0200 Enrico Tröger enrico.troeger@uvena.de 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.
Dimitar, what do you think about explaining this generally in the wiki?
As of me, whoever asks for something should check the plugins first.
I woudn't mind if a contributor creates such an entry, and will answer any questions (s)he may have, albeit the plugin is pretty obvious.