Favorite text editor?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Ynog

Golden Member
Oct 9, 2002
1,782
1
0
Xemacs and VI, xemacs to write big pieces of code, vi to modify small pieces of code and to view it.
 

Encryptic

Diamond Member
May 21, 2003
8,885
0
0
Originally posted by: mugsywwiii
Wow... do you people who use notepad not do a lot of text editing? I mean, I use notepad to write myself a reminder or something, but I could never code or anything like that in notepad...

Emacs?! ViM I can handle... :)

Notepad pwnz j00! ;)

I've written entire web pages in Notepad. It's not that bad, although it would be nice to have some color coding of your HTML (a la Visual Interdev).
 

dolph

Diamond Member
Jan 18, 2001
3,981
0
0
without downloading every text editor listed here, can someone fill me in on what the differences are between the programs?
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: dolph
without downloading every text editor listed here, can someone fill me in on what the differences are between the programs?

Professional text editors do things like line numbering, syntax highlighting, bracket matching, auto indenting, find and replace w/ regualr expressions, etc.

Notepad does none of the above, but somehow it got some "l33t" reputation for writing HTML, so a bunch of people who really are clueless and have never used a quality text editor think that they're cooler because they use notepad.
 

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
i use dreamweaver :D and yes, a lot of my coding is by hand, although i might ty that phped stuff

mike
 

GigaCluster

Golden Member
Aug 12, 2001
1,762
0
0
Originally posted by: dolph
without downloading every text editor listed here, can someone fill me in on what the differences are between the programs?

Notepad is the simplest, most barebones text editor there is... for some twisted reason, Notepad is the best editor for some people.
All other text editors except Vi/Vim offer multiple document windows, syntax highlighting, special editing shortcuts, etc.
Vi/Vim is in its own category because text input is just one (and not even the default) aspect of it -- it's more like a text manipulator.

Just for those that don't know, both Emacs and Vim are available for DOS and Windows.