[Github-comments] [geany/geany] auto-close for brackets (#1041)

amirteymuri notifications at xxxxx
Mon May 23 08:48:09 UTC 2016


The auto-close brackets does work only for the first outer brackets (parenthesis,curly braces,square brackets), if one wants to have further brackets inside they are not auto-closed. It would be great if auto-closing where possible for any number of times and depth inside other same-brackets.
The following will happen if want 2 times brackets inside each other:

    [[]
    (()
    {{}

it would be great if it could happen like this:

    [[]]
    (())
    {{}}


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1041
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160523/ba011847/attachment.html>


More information about the Github-comments mailing list