<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello everyone!<br><br>I wrote a plugin that automatically aligns your "=" like this:<br><pre><code>fooooo=1
bar=1</code></pre>becomes<br><pre><code>fooooo = 1
bar    = 1</code></pre>See the geanpy readme ( <a href="https://github.com/codebrainz/geanypy" target="_blank">https://github.com/codebrainz/geanypy</a> ) for info on how to install python plugins.<br><br>You can get the plugin itself from my github:<br><br><a href="https://github.com/BMaxV/Geany-Autoalign">https://github.com/BMaxV/Geany-Autoalign</a><br><br>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. <br><br>Cheers!<br><br>Max<br><br><br>                                         </div></body>
</html>