Author Topic: Changing the color of comments in Codeblocks  (Read 3993 times)

Offline Amptroll

  • Single posting newcomer
  • *
  • Posts: 2
Changing the color of comments in Codeblocks
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Changing the color of comments in Codeblocks
« Reply #1 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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Amptroll

  • Single posting newcomer
  • *
  • Posts: 2
Re: Changing the color of comments in Codeblocks
« Reply #2 on: December 15, 2019, 06:45:29 am »
Thank you so much