• 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.

programming text editor

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
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. 🙂
 
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.
 
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.
 
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.
 
Back
Top