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.
Quote from: 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.
Well I be darned. I was trying to make something hard out of it.
Thank you very much.