Author Topic: How to change brace behavior  (Read 10541 times)

Offline ykd

  • Single posting newcomer
  • *
  • Posts: 6
How to change brace behavior
« 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 ?

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: How to change brace behavior
« Reply #1 on: September 16, 2013, 03:51:15 am »
Do you have the contrib plugins installed?

Offline ykd

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to change brace behavior
« Reply #2 on: October 04, 2013, 04:25:30 am »
Thank you very much! It works after installing contrib plugins .