Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Pecan on January 11, 2006, 02:19:13 pm

Title: Please return colored braces
Post by: Pecan on January 11, 2006, 02:19:13 pm
Please, could we have our ability to color braces again.

For those of us with eyes over "49" the colored difference
between "()" and "{}"  is really important.

Since colored braces left, I've had 50% more
compiler errors.

thanks
pecan
Title: Re: Please return colored braces
Post by: thomas on January 11, 2006, 02:24:23 pm
Now that you mention it... the extremely useful matching brace underlining is gone too.
Title: Re: Please return colored braces
Post by: mandrav on January 11, 2006, 02:27:46 pm
I 'm working on it. It will soon be fixed...
Title: Re: Please return colored braces
Post by: 280Z28 on January 11, 2006, 03:26:36 pm
I 'm working on it. It will soon be fixed...

Editor settings -> Colors -> C/C++ -> Reset defaults

Fixed.
Title: Re: Please return colored braces
Post by: mandrav on January 11, 2006, 03:52:02 pm
I 'm working on it. It will soon be fixed...

Editor settings -> Colors -> C/C++ -> Reset defaults

Fixed.

Yes, that semi-fixes it. The problem is that it doesn't respect the matching brace highlight background color. Actually the setting is respected but it isn't displayed when you have the active line highlight enabled :P.
The problem lies in scintilla where the active line highlight has a higher priority than other styles...
Title: Re: Please return colored braces
Post by: 280Z28 on January 11, 2006, 03:55:11 pm
Yes, that semi-fixes it. The problem is that it doesn't respect the matching brace highlight background color. Actually the setting is respected but it isn't displayed when you have the active line highlight enabled :P.
The problem lies in scintilla where the active line highlight has a higher priority than other styles...

Did you get my PMs?