Author Topic: Display opening bracket  (Read 3409 times)

Markstar

  • Guest
Display opening bracket
« on: April 27, 2009, 10:51:18 am »
Hi,
I just started using Code::Blocks and it seems to be a nice program. But one thing is bothering me very much right now:
When I enter an opening bracket (, { or [ , it is not displayed right away; only when I enter a second character.

Is there any way to disable this feature? I looked in the settings but couldn't find it.  :(

Thank you in advance!

Kind regards

Offline Ganbito

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: Display opening bracket
« Reply #1 on: April 27, 2009, 01:22:04 pm »
I had a similar problem when I started with codeblocks, but it was only a problem of the colours set in syntax highlighting.

For fixing that, only go to "Settings->Editor...->Syntax highlighting", select the programing language and then the highlighting type that is going wrong for you, probably "Matching brace highlight" and change the background or the foreground colour.

Markstar

  • Guest
Re: Display opening bracket
« Reply #2 on: April 27, 2009, 05:44:45 pm »
Ahh, thank you for your answer! Your solution was perfect (except that it was "No maching brace highlight"), now back to coding.  :P

Cheers!