On the latest version of geany running on Windows 10, matching curly braces
will stop working after some time. For example,
```
int main() {
}
```
will stop placing the matching brace and any new braces created will just have
one single brace
`int main() {`
Strange to say the least, a bit of a dealbreaker for me however on using the
IDE. The rest is fantastic I just need that feature in my projects.
Thanks!
--
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/2564