User forums > Help

Editor Background Color

(1/1)

eoneuk:
In RC1 it appears we have lost the ability to select the entire background color of the editor;  or perhaps I am missing something.  Any help will be appreciated.

mandrav:

--- Quote from: eoneuk on July 26, 2005, 04:02:55 pm ---In RC1 it appears we have lost the ability to select the entire background color of the editor;  or perhaps I am missing something.  Any help will be appreciated.

--- End quote ---

Yes, unfortunately it seems so...
But I guess it 'll be fixed and a minor update package will be released containing fixes for this as well as a few other minor annoyances.

Yiannis.

mandrav:
Btw, for those compiling C::B themselves, the fix for the editor background color is trivial (I can't believe I missed it):

Change editorcolorset.cpp, line 324 from

--- Code: ---            if (i < 32 || i > 39)

--- End code ---

to

--- Code: ---            if (i < 33 || i > 39)

--- End code ---

Yiannis.

Navigation

[0] Message Index

Go to full version