Author Topic: Default syntax settings  (Read 4057 times)

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Default syntax settings
« 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.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Default syntax settings
« Reply #1 on: June 13, 2007, 05:04:05 pm »
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."

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: Default syntax settings
« Reply #2 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.