@intact Yep yep! That plugin does the job - thanks! I didn't notice it for some reason.
If you are running Geany 1.36 you can add them by: ``` $> git clone https://github.com/geany/geany-plugins.git $> ./autogen.sh $> ./configure $> make $> mkdir mylib; find . -type f -name '*.so' -exec cp {} mylib/ ;
``` Then in Geany, add the plugin path: Edit->Preferences->Extra Plugin Path (add /path/to/mylib).
@LarsGit223 If you look at the plugin there looks like there is unfinished implementation of incrementing letters too. That would probably come in handy from time to time, so maybe keeping it flexibly named with "Increment" vs enumerate would be easier over the long haul.