On 13 November 2015 at 21:37, Max Voss <[email protected]> wrote: > 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-Autoalign > > It'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
Hi, Havn't looked at your plugin yet, but just a heads up to you about https://github.com/geany/geany-plugins/commit/cef52c503658e5ff726db296cd2ec144cdaa4c9e which should be visible on the Geany-Plugins website after the 1.26 release. Cheers Lex > > > > _______________________________________________ > Users mailing list > [email protected] > https://lists.geany.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
