News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to change brace behavior

Started by ykd, September 16, 2013, 03:08:14 AM

Previous topic - Next topic

ykd

Hello, everyone!
I am using codeblocks in CentOS 64bit. Below is my problem.
In version 10.05, when typing the left brace, I can get
for (...)
{
    |
}
However, In version 12.11, it behaves differently.
for (...)
{|}
The symbol '|' denotes the position of cursor. I really like the old style. I tried to modify editor settings but didn't figure it out.
Can anybody tell me how to restore it ?

Alpha

Do you have the contrib plugins installed?

ykd

Thank you very much! It works after installing contrib plugins .