vote up 1 vote down star

Hi

Could anyone recommend me an Editor with C++ highlighting? I know there is VIM but would prefer an easier one where I could use all the classical WINdows commands.

Many thanks

flag
Command-line or GUI? – pianoman Jul 16 at 14:31

14 Answers

vote up 0 vote down

Zeus IDE

link|flag
vote up 2 vote down

I'm surprised Visual C++ Express Edition doesn't have more positive comments. I use Visual Studio for everything it supports, and Programmer's Notepad 2 or ConTEXT for highlighting file types it doesn't support. The performance difference of Visual Studio against Eclipse is laughable - almost makes you say "wait, you were serious?"

Edit: You didn't say free in the first post. The paid version(s) of Visual Studio is the definitive Windows development IDE.

link|flag
vote up 0 vote down

I use EmEditor for all my work outside of Visual Studio. It has syntax highlighting and autoindent support for C++ as well as many other languages. It's also fast, unobtrusive and has great Unicode support.

link|flag
vote up 0 vote down

Pepper is an awesome text editor.

http://theindiecompanyllc.com

link|flag
vote up 1 vote down

I would recommend CodeKana, which is an excellent C/C++/C# code highlighter and visualizer plugin for Visual Studio: http://www.codekana.com/

link|flag
vote up 0 vote down

Textpad is free to use (if you don't mind the occasional nag screen) and supports highlighting for C++. It doesn't have a lot of extra features, so if you just want highlighting this might be useful.

link|flag
vote up 1 vote down

Personally I prefer Programmer's Notepad 2 as my lightweight editor of choice on Windows. It is fast, works well and supports a large number of language syntax's out of the box and it is free to boot.

link|flag
vote up 0 vote down

Don't forget Emacs, especially the EmacsW32 Windows port. Very good C++ syntax highlighting (well, it's got highlighting available for pretty much every programming language known to man, but not all of them are included in the basic package).

link|flag
vote up 1 vote down

I'd have to recommend UltraEdit It has similar features to notepad++. I like ultra-edit in particular for its ability to edit the syntax highlighing commands (we've added custom languages pretty easily), as well as amazingly well implemented find-in-files.

link|flag
vote up 3 vote down

On windows, If you are looking for free and pretty well featured IDE then the Eclipe CDT is nice. Also check out the Visual C++ Express.

If on a Mac XCode is free and awesome, Eclipse works there as well.

For pay options Visual Studio is still the best on windows.

If you are looking for just an editor then Notepad++ or Context works.

link|flag
vote up 2 vote down

I use SciTE. It is the example project for Scintilla - a free source code editing component.

Edit: Notepad++ also uses Scintilla at the core. I have tested it (nice plugins) and found it to be a bit buggy and slow, one example which came to mind - edit a 350k source file and then vertically select some columns from top to bottom and copy this text, open a new file and then paste - you will have to wait allot!

I'm back to SciTE - blazing fast and stable (like Scintilla).

link|flag
Notepad2 is also Scintilla based... doesn't provide as much functionality as N++ or SciTE, but is equally fast and hella lightweight. – pianoman Jul 16 at 15:39
vote up 1 vote down

Notepad++

link|flag
vote up 5 vote down

Notepad++ is similar to notepad2. Another option for you to check out. Does line numbers as well, code folding, and code auto-complete.

link|flag
Yeah, it feels almost like an IDE. – pianoman Jul 16 at 14:36
vote up 0 vote down

Notepad2 is a great lightweight editor with syntax highlighting (including C/C++). Displays line numbers, print margin, &c. as well.

link|flag

Your Answer

Get an OpenID
or

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