User forums > Using Code::Blocks
Is syntax coloring modifiable?
bostonantifan:
I'm new to codeblocks, but so far I love it, with one exception. The syntax colors aren't to my liking. I'd like to be able to change them but I haven't been able to find an option to change them. Does anyone know if changing the colors is possible, and if so, can you explain how I can do it?
Thanks
Jenna:
"Settings -> Editor... -> Syntax highlighting"
ollydbg:
@jens
If I want to manually change or add some keywords. How can I do that?
It seems after I press the "keywords" button. I dialog pops up.
But what does the "Set" editor control with spin bar do? (see the screen shot)
Thanks.
[attachment deleted by admin]
mariocup:
Hi,
the wiki page contains some information about the lexer and the index /sets information.
http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor
--- Code: ---This tells us which indices are valid and what each one represents:
Index 0, "Primary keywords and identifiers"
Index 1, "Secondary keywords and identifiers"
Index 2, "Documentation comment keywords"
(notice that index "3" is not used)
Index 4, "Global classes and typedefs"
--- End code ---
In the menu Settings->Editor->Code completion you can specify the additional key word sets to be included!
ollydbg:
--- Quote from: mariocup on April 20, 2009, 08:50:19 am ---Hi,
the wiki page contains some information about the lexer and the index /sets information.
http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor
--- Code: ---This tells us which indices are valid and what each one represents:
Index 0, "Primary keywords and identifiers"
Index 1, "Secondary keywords and identifiers"
Index 2, "Documentation comment keywords"
(notice that index "3" is not used)
Index 4, "Global classes and typedefs"
--- End code ---
In the menu Settings->Editor->Code completion you can specify the additional key word sets to be included!
--- End quote ---
Thank you!
I appreciate your help!
I will try it.
Navigation
[0] Message Index
[#] Next page
Go to full version