|
||||||
| Software Development Tools Tools to help encrypt, install or anything else for Software Development |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
What is a good text editor for teaching a beginning programmer?
I am a C++ and Lisp programmer (about 2 years of experience total) and I'm going to teach my girlfriend some of the basics of C++ (she has a bachelor's in mathematics and some light programming experience with MATLAB). Can anyone recommend a good text editor for her to learn on? My experience is mostly with GNU Emacs and jEdit. I'm looking for something with some of the basic features to help with coding, such as syntax highlighting and automatic indenting, but with a fairly simple interface that won't trip up a novice. In addition, I need it to run on Windows and be available to download for free (and preferably open-source). Thanks a lot! |
| Sponsored Links |
|
|
|
|||||
|
DEV-C++ or wxDev-C++ are both nice C++ editors (one adds wxWidgets to the default libraries). I'm seriously addicted to jEdit myself for a wide variety of coding, however.
Crimson/Emerald editor is another editor that has support for launching the compiler and is pretty nice as well.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
I like Eclipse for Java and C++ development.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||
|
Thanks for your replies. I think I'm going to go with Crimson Editor -- the interface is clean and the code indenting is pretty intuitive. I like jEdit a lot and it offers an excellent mix of power and usability, but I think Crimson Editor may be the best choice for minimizing the barriers to entry for a non-programmer.
Along those lines, I know Vim is powerful but if I'm not mistaken, it (like my own favorite, Emacs) isn't the easiest thing to pick up and use right away. (Of course, that's a ridiculous understatement for Emacs, ha ha.) I also thought about Notepad++ just because of how popular it seems to be, but its menus are a little bewildering and if it has an automatic indenting feature, I couldn't find how to turn it on. As for Eclipse and Dev-C++, I've heard good things about both of them but I don't use IDEs that much. Anyway, thanks again for all your input. Any more would be quite welcome. |
| Sponsored Links |
|
|
|
|||||
|
Crimson Editor has served me well. It wasn't until I started doing more regular expressions that it failed me (no support for \n, etc).
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multi-format text boxes | Chambered | Visual Basic Programming | 3 | 02-28-2008 03:32 PM |
| How to save the text in a text file ??? | kresh7 | Visual Basic Programming | 0 | 11-25-2007 10:30 AM |
| How to style fonts of a text in a simple page? | c0de | Tutorials, Classes and Code | 3 | 09-15-2007 10:08 PM |
| HTML Basic Formatting | clookid | Tutorials, Classes and Code | 14 | 03-06-2007 03:10 PM |
| Generate text with transparent background | AfTriX | PHP Tutorials | 1 | 01-08-2007 02:13 AM |