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 ?