News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[Suggestion] C/C++ syntax highlighting options.

Started by Raindog, May 16, 2007, 01:39:49 AM

Previous topic - Next topic

Raindog

Can these be better expanded upon? I would like options for function, Types, namespaces, local variables, enums

Game_Ender

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.

Raindog

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.

dmoore

Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]