Hello everyone!
I wrote a plugin that automatically aligns your "=" like this:
fooooo=1
bar=1
becomes
fooooo = 1
bar = 1
See the geanpy readme (
https://github.com/codebrainz/geanypy ) for info on how to install python plugins.
You can get the plugin itself from my github:
https://github.com/BMaxV/Geany-AutoalignIt's functional but there is a lot room for improvement, so I'd very much like to hear your critique, suggestions, feature requests, etc.
Cheers!
Max