• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Favorite text editor?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Xemacs and VI, xemacs to write big pieces of code, vi to modify small pieces of code and to view it.
 
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).
 
without downloading every text editor listed here, can someone fill me in on what the differences are between the programs?
 
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.
 
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.
 
Back
Top