Code::Blocks Forums
User forums => Help => Topic started by: rhf on June 13, 2007, 05:01:46 pm
-
I am trying to setup my stand-alone text editor to use the same syntax highlighting settings as the default CB editor
- especially for C/C++ files. Where in the code are these default settings defined?
Thanks very much.
-
They're not in the code, but inside an XML file found in \share\CodeBlocks\lexers.
-
They're not in the code, but inside an XML file found in \share\CodeBlocks\lexers.
Well I be darned. I was trying to make something hard out of it.
Thank you very much.