The developers at Latitude are heavy TextPad users. I always thought this was funny because Visual Studio has a very capable text editor with more than enough features for the documents I would ever edit and all developers at Latitude are also Visual Studio users. Admittedly, Visual Studio is pretty heavyweight for simple editing tasks and because of this; I can understand the need for an alternative light-weight text editor.
For whatever reason, TextPad never really did it for me. There are two problems I can see with TextPad. The first is that it is not free and as such, a nag screen is displayed each time you launch it. Of course, I have nothing against nag screens (I have actually written a lot of shareware in my life) but the reality is that I know of no TextPad user who actually owns a registered copy of TextPad. They prefer to dismiss the nag screen each and every time they use it. (If after reading this post, you wish to purchase a registered copy, click here) The second problem I see is that TextPad’s default function keys mappings are different than any program I’ve ever used. Who uses F5 for searching anyways?
While reading about the WIX installer package in the O’Reilly book Windows Developer Power Tools I came across a link to an excellent alternative, free editor with no nag screens called NotePad2. I recall hearing about it a few years ago but did not ever look at it in any detail. I did today and it is excellent. It has block commands, a comprehensive search and replace function with regular expressions support, line numbers, syntax highlighting for just about any language you can imagine and much more. Best of all, F3 is Search as it should be. Check it out. I’m sure you’ll be happy you did.
And yes Dale, I think PFE is almost as good as NotePad2.


hmmm…what about UltraEdit?
UltraEdit is hands-down my favorite text editor. Sadly, it is not free, and expires after a 45 day free trial, at which point you must buy it.
I prefer Textpad (we actuallly do use a registered copy). The default Textpad key mappings can easilliy be changed to the standard Microsoft mappings.
Source Edit is my editor of choice
I used TextPad about 3 times and then decided I hated it. NotePad++ is pretty awesome and a little more intuitive, plus its free blah, blah….
Notepad2 rocks, been using it for years. Its a very high quality product and has NEVER crashed on me.
My employer has a site license for TextPad, but it’s an old version (4.73?) and locks up frequently. When that happens, the only thing that clears it is a reboot. VERY annoying. Gonna check out Notepad2.
Well, so much for that. Notepad2 horked on loading a 20MB text file and took Explorer along with it. Even Textpad is better-behaved than that. grrr.
I always came back to textpad. So even now It is the same: what notepad2 is missing:
-MDI(MultiDocumentInterface) I start another instance for each file?!
-search in files
-hexview(I like PSpad for this!)
-support for HUGE files(load 300MB XML File with Textpad: it rocks!)
Just my 2 cents
Peter
To get TextPad to act like normal Microsoft editors: Configure -> Preferences… -> Editor -> Keystroke compatibility. Pull down this menu and select Microsoft Applications.
Then you won’t mind using TextPad. It’s great!
I love TextPad. Plus I can compile my source code too.