Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Raindog on May 16, 2007, 01:39:49 am

Title: [Suggestion] C/C++ syntax highlighting options.
Post by: Raindog on May 16, 2007, 01:39:49 am
Can these be better expanded upon? I would like options for function, Types, namespaces, local variables, enums
Title: Re: [Suggestion] C/C++ syntax highlighting options.
Post by: Game_Ender on May 16, 2007, 01:57:59 am
They are a property of editor, Scintilla.  You should investigate its capabilities. I don't know whether you can enhance the lexer's at all.
Title: Re: [Suggestion] C/C++ syntax highlighting options.
Post by: Raindog on May 16, 2007, 03:54:56 am
You can indeed enhance it's lexers and create your own too. The problem is just parsing C++ code which appears to have been successfully done in a more detailed manner by the symbol viewer window to the left of the screen.
Title: Re: [Suggestion] C/C++ syntax highlighting options.
Post by: dmoore on May 16, 2007, 03:58:10 am
lexer != parser    :)