Code::Blocks Forums

User forums => Help => Topic started by: rhf on June 13, 2007, 05:01:46 pm

Title: Default syntax settings
Post 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.
Title: Re: Default syntax settings
Post by: thomas on June 13, 2007, 05:04:05 pm
They're not in the code, but inside an XML file found in \share\CodeBlocks\lexers.
Title: Re: Default syntax settings
Post by: rhf on June 13, 2007, 05:08:47 pm
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.