Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ykd on September 16, 2013, 03:08:14 am

Title: How to change brace behavior
Post by: ykd on September 16, 2013, 03:08:14 am
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 ?
Title: Re: How to change brace behavior
Post by: Alpha on September 16, 2013, 03:51:15 am
Do you have the contrib plugins installed?
Title: Re: How to change brace behavior
Post by: ykd on October 04, 2013, 04:25:30 am
Thank you very much! It works after installing contrib plugins .