Tired of Notepad? Want a better text editor?

I’ve spend alot of time playing with little bits of text – sometimes from files, sometimes copy and pasted from some other app. I quickly grew tired of the built-in Notepad and
all its limitations.  A few minutes of Googling found dozens (NoteTab, UltraEdit
($), NotePad2, NotePad++).  I like
both ’2′ and ‘++’ – both support syntax highlighting (for many languages), solid
support search & replace (including regex) … STOP reading go and play with
them.

In the end I choose NotePad++ because it supports having a number of files
open at once (via tabs).

Thanks to the PowerToys
weblog

BTW Programmers Notepad
might also be worth a look.

If you enjoyed this post, subscribe now to get free updates.

Related posts:

  1. Hard drive backup? Tired of the corrupt NTBackups! Want something simpler that just works?
  2. Trying to recover files from a corrupt NTFS drive?
  3. Want to get the best Life from your Lithium-Ion battery?
  4. Blogging Retrsopective (or four months in the review)
  5. Unit Testing in JavaScript
TwitterFacebook Google Plus Stumbleupon Delicious Reddit Email

About

ScrumMaster Trainer

3 Comments

  1. jeromeg November 25, 2006 at 4:20 am #

    I would also recommend EmEditor as a great text editor, lots of nifty features, embedded scripting and lots more, available for a small fee ($30 for the basic edition, $40 for the Pro version) at http://www.emeditor.com/
    I’m not affiliated with the author, I’m just a very satisfied user!

  2. Lisa Wall December 1, 2006 at 8:43 am #

    My personal favourite is TextPad (http://www.textpad.com/). There are many user-contributed add-ons for lots of languages, and the environemnt is highly customizable. I wrote Spending Profile (http://www.spendingprofile.com) entirely using TextPad.

  3. Mark Levison November 17, 2006 at 4:50 pm #

    Notepad replacements

    I’ve spent alot of the past few days tweaking little details in nmake files (used for post build events).I…

Post Comment