News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Default syntax settings

Started by rhf, June 13, 2007, 05:01:46 PM

Previous topic - Next topic

rhf

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.

thomas

They're not in the code, but inside an XML file found in \share\CodeBlocks\lexers.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

rhf

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.