Author Topic: How to disable annoying auto-brace-completion?  (Read 16738 times)

Offline zzador

  • Single posting newcomer
  • *
  • Posts: 2
How to disable annoying auto-brace-completion?
« on: November 14, 2010, 02:30:14 pm »
Hi everybody, I am new here and recently I switched to the newest CodeBlocks IDE from a previous version. In the old IDE everything was nearly perfect (fast workflow etc.), but with the newest version there is something like a auto-brace-completion which really doesn't make things easier. For example I often create little blocks of code, where I add the braces afterwards around the block, but with that new completion CodeBlocks makes the braces before the block instead of around the block, so I have to delete and reset the closing braces everytime. Is there a switch where I can disable that feature? I searched the settings for the environment and the editor, but I can find something like that. I hope that you can help me so I don't have to switch back to the old version of CodeBlocks.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How to disable annoying auto-brace-completion?
« Reply #1 on: November 14, 2010, 02:33:47 pm »
"Settings -> Editor -> General settings -> Indent options -> Brace completion"

Offline zzador

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to disable annoying auto-brace-completion?
« Reply #2 on: November 14, 2010, 02:46:27 pm »
I must have been blind :D:D:D Thank you!!!