Open
Description
Hi!
Would be too difficult to add the same features of autoclose to multi-line comments??
Tentatively, It has two additional complications:
- Symbol(s) depend on the language you're coding. I guess that could be overtaken getting that info from the
filetype
files. - Usually multi-line comments use more than one symbol. This is more tricky, but maybe autoclose could be checking char by char if the user is trying to insert a block comment...Anyway, some features of Geany/autoclose could still be added: like deleting pairing brace with shift + backspace or moving around with Ctrl + b.
What do you think?
Btw, why is not this plug-in merged into the main Geany code? I don't find any reasons why it should not be.