vote up 3 vote down star

Does anyone know of a script to colorize C++ code the same as the default MSVC IDE does?

flag

69% accept rate

5 Answers

vote up 1 vote down check

Try the open source project Highlight.

It's not a script-per-se -- but it is scriptable. The nice thing is that it parses code and the style-sheet is very easy to customize colors, bold and italics, etc....

link|flag
vote up 0 vote down

Notepad++ is pretty good and I use it when I'm on a windows system and doing C++.

Here is the title off the sourceforge page: Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in c++ with win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.

http://sourceforge.net/projects/notepad-plus/

link|flag
vote up 0 vote down

The in-browser http://tohtml.com/ syntax hilighter is pretty good, depending on what you're doing.

link|flag
vote up 5 vote down

If it's for the web I can recommend you prettify, it's the script that StackOverflow uses for code colorization, and it's really easy to get it working...

link|flag
vote up 2 vote down

Is SyntaxHighlighter the sort of thing you're looking for? There is also GeSHi, which has been updated more recently.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.