Why should I choose one over the other, or should I go another way?

link|improve this question

40% accept rate
Voting to close this, for there are numerous posts on editors (here, as well as on SO), and this is becoming just one more ... – ldigas May 18 '10 at 13:13
Sure, there are similar questions, but this is my specific question. – lox May 18 '10 at 14:10
6  
your question can be divided into two parts. a) you're asking why should YOU choose one over the other; which is highly subjective, and not really answerable either way (btw, how should someone else know why you should choose something?! if only you've stated some requirements, but like this, no ...) and b) you're asking for a list of editors, which has been covered before so many times ... – ldigas May 18 '10 at 14:16
feedback

closed as not constructive by ldigas, heavyd, Sathya, techie007, quack quixote May 18 '10 at 18:56

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

6 Answers

I've used them both, and Notepad++ is head and shoulders above Notepad2. It's not even a contest.

link|improve this answer
Indeed, notepad++ ftw. :) – Shiki May 18 '10 at 14:54
Yeah, it is not even a content. – wtaniguchi May 18 '10 at 18:06
feedback

At a glance, Notepad++ seems a little more feature rich to me. They're both based on the same framework, Scintilla.

But like Chris says, they're both free. Try both.

Also, feel free to use Vim or emacs.

Of course you could always use butterflies like real programmers

link|improve this answer
1  
+1 for vim. I only use vim on my *nix boxes – Puddingfox May 18 '10 at 12:46
feedback

I prefer Notepad2 because of its lightweightness -- and because it has a nicer interface :) For serious editing, vim.

link|improve this answer
feedback

They're both freeware so why don't you download and install them both and try them out to see which one you like the best.

I'm using Notepad++ myself, but that's purely because someone recommended it to me. If they'd recommended Notepad2 then I'd probably be using that.

link|improve this answer
feedback

Try PSPad, too. It's the best lightweight Windows editor I've found yet - lots of great features including USB drive compatibility, favorite directories/projects, plugins, and live FTP editing, to name a few.

link|improve this answer
feedback

You should not let anyone to decide which one you should use. You should decide which one you want to use, yourself. Try both, for a day, a week - whatever you feel is a good amount of time to determent what kind of editor it is. Then try the other one, and then you'll know which one is right for you!

Also, may I ask why you only seem to consider these two? If you are looking for power in your editor, try Vim or Emacs, while their learning curve is indeed more steep, I can almost guarantee you it'll be worth it in the long run in terms of productivity, and flexibility. (You can use these editors almost everywhere!)

A friend of mine is very happy with Sublimetext, which is also a Windows editor, try it as well in your little personal test.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.