User forums > Using Code::Blocks

How can I modify the name color of project template?

(1/3) > >>

zhl:
I find that the colors of all the template names are red  when newly setting up a new project and then  I want to change the red color to black but I'm new to C:B and so can anyone give me an advice to slove my problem?
I'm using CB(rev7385)
Winxpsp3

Alpha:
If you are looking to customize your syntax highlighting, the options are available under Settings->Editor...->Syntax highlighting.  (If it is something else you are trying to change, could you be a bit more descriptive?)

zhl:
I just want to change the template name color of the project wizard dialog not the highlight syntax setting only like the picture below:
and in my C:B(rev7385) the name colors under all different  project type icons are red color and I want to change to black color like the picture.

Alpha:
Strange, I have never seen the text in the wizard as anything but black on my system (in fact, the screenshot you posted is from my computer :)).  You could try clearing the configuration data (%APPDATA%\codeblocks), and updating to a newer nightly build.

By the way, if you are posting an image that is already hosted somewhere, it would be better to do something like

--- Code: ---[img width=149 height=110]
http://wiki.codeblocks.org/images/8/8f/ProjectWizard.png
[/img]

--- End code ---
or

--- Code: ---[url=http://wiki.codeblocks.org/index.php?title=File:ProjectWizard.png]screenshot[/url]

--- End code ---
instead of attaching it.

zhl:

--- Quote from: Alpha on September 30, 2011, 04:31:19 am ---in fact, the screenshot you posted is from my computer :)).  

--- End quote ---

Yes,I'm reading your pages in wiki for CB including this addr:http://wiki.codeblocks.org/index.php?title=Creating_a_new_project in order to learn more about using CB although I'm using C:B to build AVR program for the time being.I'm also interested in studing C++ using CB(including editting source files and.building programs).


--- Quote from: Alpha on September 30, 2011, 04:31:19 am ---You could try clearing the configuration data (%APPDATA%\codeblocks), and updating to a newer nightly build.

--- End quote ---
I delete the default.conf and restart my CB,I find the template name color is black.but When I copy the default.conf from
--- Code: ---C:\Documents and Settings\Administrator\Application Data\CodeBlocks
--- End code ---
to the folder where nightly version locates for example:
--- Code: ---D:\7385
--- End code ---
, I delete the %APPDATA%\codeblocks folder and I find the template name color still red.I do this because I want to make C:B portable according the page:http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_make_Code::Blocks_portable.3F

Navigation

[0] Message Index

[#] Next page

Go to full version