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

Reply via email to