Hi all,<br><br>I've been working on an addition to the Addons plugin that gives a couple options for wrapping text with characters.  It adds two check boxes to the plugin's preferences, one to enable "auto wrapping" and one to enable "keybinded wrapping."  Auto wrapping automatically wraps selected text as soon as a certain character is pressed (apostrophe, quote, back tick, left parenthesis, or left square/curly bracket) and keybinded wrapping provides eight keybindings which correspond to eight user-set pairs of characters, which will surround selected text when the keybinding is pressed.<br>
<br>The code (two new files and modified addons.c) is here - <a href="https://github.com/pzoxiuv/Geany-Plugins/tree/master/geany-plugins-0.21.1/addons/src">https://github.com/pzoxiuv/Geany-Plugins/tree/master/geany-plugins-0.21.1/addons/src</a> .  Is there any way this could be eventually added to the Addons plugin?<br>
<br>(And thanks <span class="gD">Dimitar Zhekov for the advice you gave me in my previous thread, it was very helpful).<br><br>Cheers,<br>Alex<br></span>