On Thu 29 May 2014 00:04:50 CEST, Pavel Roschin roshin@scriptumplus.ru wrote:
Hi,
I am currently modifying the autoclose-feature in the following way: if you type the closing character right behind the opening one, the completion should be undone: ()) -> () I find this useful e.g. if you've got a non-argument function and type the brackets (), or just an empty string "". IMO it's much faster to type the closing character manually than pressing the "right-arrow"-key.
My question is whether you consider this sensible and thus if it is worth creating a pull request when I am content with my changes.
Cheers, Johannes
Did you try autoclose plugin? http://plugins.geany.org/autoclose.html
Hey, this is great! I wonder why I never noticed that plugin. And it holds some extra features I was going to try next. Thanks!