programming text editor

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

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,836
4,816
75
GVim has various modes, including GVim Easy, where you don't need to learn all those VI commands. That mode just works like any other text editor.

Although, personally, I see learning vi commands as being like boot camp: it's hell for a week, but you're better for it. :)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
if vim or gvim is anyhting like VI or VIEDIT i want nothing to do with it.

Of course it is, that's the whole point of vim (Vi IMproved). Yes it's still a modal editor (which has it's own set of benefits) but it's much easier to use and get into than classic vi. Most installations come with a vimtutor that explains the basics.
 

tatteredpotato

Diamond Member
Jul 23, 2006
3,934
0
76
Originally posted by: Markbnj
VS2008 is the best integrated development environment ever designed.

QFT.

The first IDE I used was Visual C# Express, and that's what I use when I compare any new IDEs. The code completion is light years faster in VS than in any other IDE. VS is the only one that I don't find myself stopping and waiting for it to pop up.
 

chronodekar

Senior member
Nov 2, 2008
721
1
0
Originally posted by: sao123
if vim or gvim is anyhting like VI or VIEDIT i want nothing to do with it.

I understand fully well why you don't want vim. It's for the same reasons I won't use it in windows.

Now for the purpose you described earlier, showing code to an intern or student, I can vouch for conTEXT. I've printed in color for my final year project with that. And for viewing notepad++ isn't bad either.


This is getting a bit silly, I started this thread asking around if there might be something better on windows for a programming editor and now I'm making recommendations...

I guess it's part of our unique AT culture. :)


Seriously though, from all the replies and some informal testing I've done, I'm going to either stick with Notepad++ or move to Geany.

I liked Programmer's Notepad, but I just hate MDI forms. So, that's out of my list. I suppose I'll come to some conclusion sometime next week after some more testing.
 

Kirby

Lifer
Apr 10, 2006
12,028
2
0
I've always used UltraEdit at work. I usually have VS on one monitor and UE on another.