Which text editor do you use?

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

tfinch2

Lifer
Feb 3, 2004
22,114
1
0
Originally posted by: Jeff7
Notepad for basic stuff, and Wordpad or Word for anything else.

Text Editor and Word Processor are two totally different things.
 

ttown

Platinum Member
Oct 27, 2003
2,412
0
0
vi

and for the windows people that want vi and other unixy stuff, but can't bring themselves to have anything non-microsoft (or alternatively, the people that "had" to install *nix to have the goodies they like), there's

"windows services for unix" as a free MS package

Not sure about 100% implementation, but it has everything I'm used to
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: ttown
vi

and for the windows people that want vi and other unixy stuff, but can't bring themselves to have anything non-microsoft (or alternatively, the people that "had" to install *nix to have the goodies they like), there's

"windows services for unix" as a free MS package

Not sure about 100% implementation, but it has everything I'm used to

mmmm BSD...
 

daniel49

Diamond Member
Jan 8, 2005
4,814
0
71
notepad its readily available and works fine only problom is size limitations then you can use wordpad.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
From what I hear a lot of the developers inside of MS use and prefer vi, but I have no hard evidence of that. You would think that if they preferred it, there would be a nice set of gvim keybindings for VS, that is if they use VS internally.
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
ultraedit

though i also use notepad a lot for things like taking quick notes
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
Jeez, I hope people don't use notepad for any kind of coding. I use it for making lists, PHP/HTML coding I do in EditPlus.
 

clamum

Lifer
Feb 13, 2003
26,252
403
126
For just general text editing, Notepad and OpenOffice.org's text editor.

For programming, gvim.
 

ttown

Platinum Member
Oct 27, 2003
2,412
0
0
Originally posted by: Nothinman
From what I hear a lot of the developers inside of MS use and prefer vi, but I have no hard evidence of that. You would think that if they preferred it, there would be a nice set of gvim keybindings for VS, that is if they use VS internally.
If I could use a vi editor with VS, I'd be the biggest VS.NET advocate ever.


 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: ttown
Originally posted by: Nothinman
From what I hear a lot of the developers inside of MS use and prefer vi, but I have no hard evidence of that. You would think that if they preferred it, there would be a nice set of gvim keybindings for VS, that is if they use VS internally.
If I could use a vi editor with VS, I'd be the biggest VS.NET advocate ever.

Pretty sure I remember there being some sort of plugin or something that made the editor act like vi. Very foggy in the memory though, I could be totally off.
 

Lint21

Senior member
Oct 9, 1999
508
0
0
I personally use UltraEdit. I just leave it open all the time and ctrl-n when a need a new note, txt file, whatever. Column mode is useful, as is the syntax highlighting. One of the few programs worth paying for.

For all the people advocating vi, I'm surprised that no one has bothered to defend their choice. Why do people like it so much, other than just being cool Linux guys?
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: Lint21
I personally use UltraEdit. I just leave it open all the time and ctrl-n when a need a new note, txt file, whatever. Column mode is useful, as is the syntax highlighting. One of the few programs worth paying for.

For all the people advocating vi, I'm surprised that no one has bothered to defend their choice. Why do people like it so much, other than just being cool Linux guys?

Defend against what? We like it, that's all that really matters. It takes some work to be good with, but it pays for itself in power and productivity. And it's not uncommon for windows people to take a liking to gvim without hardly using linux. Don't be such a jerk. :D
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
If I could use a vi editor with VS, I'd be the biggest VS.NET advocate ever.

Agreed.

Pretty sure I remember there being some sort of plugin or something that made the editor act like vi. Very foggy in the memory though, I could be totally off.

Yea, but it was really bad. Instead of replacing the editor in the UI with the OLE control from gvim it just spawned it as an external editor, IIRC.

For all the people advocating vi, I'm surprised that no one has bothered to defend their choice. Why do people like it so much, other than just being cool Linux guys?

As Bing said there's not much reason to defend it, a lot of people cringe when they see 'vi' just because they accidentally started it once years ago and never figured out how to exit it properly. But for most Linux people some vi is forced on you eventually when you need to fix something, but if you take the time to learn the editor it's amazing what you can do. regexp, syntax highlighting, execute shell commands on the buffer, split windows, multiple copy/yank registers, autoformatting, repeat command, keyword completion, etc. That and its many times faster than notepad, just doing a simple search and replace on a large file will take notepad minutes when it'll take gvim seconds.

There's no reason not to try it, it's free and once you learn how to use it properly you'll never want another editor =) I'm 99% sure the win32 gvim port comes wtih vimtutor.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
On the mac: BBEdit and vi
On unix: Nedit and vi
ON windows: Crimson Editor and the VS text editor, and occasionally Eclipse.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Under Win32 I tend to use Notepad for really simple stuff like taking notes(who woulda thunk it), and Gvim for anything else.
Under Linux I tend to use vim mostly, Kate sometimes.
Under Solaris it's always vim, same with OpenBSD.