Code::Blocks Forums

User forums => Help => Topic started by: Amptroll on December 14, 2019, 09:39:54 am

Title: Changing the color of comments in Codeblocks
Post by: Amptroll on December 14, 2019, 09:39:54 am
Hello All.  I am new here so thanks for letting me in!!
My question of help is:  How do you change the color of the comments // in Codeblocks IDE?

This is what I am doing, but I must be missing something>
I do to > Settings > Environment > NassShneiderman : Comment Colour.   I then go to the upper right hand corner and using the color pallet that comes
up after opening it with the ... box I select a medium green like you see as the default in Visual Studio.  I close the settings window and
it never changes the comment color from the hard to see gray that is present.  Even though when I opened the Settings > Environment > Colours the default
was red, the comments were light gray.
HELP!!
Rob
Title: Re: Changing the color of comments in Codeblocks
Post by: oBFusCATed on December 14, 2019, 09:52:17 am
What you're editing is the colour for the plugin for creating Nassi-Schneiderman diagrams.

For the colour of comments in the editor you have to go to Settings -> Editor -> Syntax hightight
Title: Re: Changing the color of comments in Codeblocks
Post by: Amptroll on December 15, 2019, 06:45:29 am
Thank you so much