Windows Notepad Replacement
by Marshall on January 25, 2005
I have been using a little program called Win32Pad along side Windows notepad.exe, my number one most opened app according to Windows XP’s Frequently Used Apps menu list, as a text editor.
Here are some of the great features that I cannot live without.
- Line Numbering — A must if you are a programmer. “Error on line 1563″. Try finding that using notepad.
- Position Indicators — More usefull information. What Column Am I On or How Long is My Selection Area
- Format Switching — It has the ability to change Unix style linefeeds to Windows style ones, and vice versa. It also supports Mac conversions.
- Tab Length Adjustment — I haven’t used this feature yet, but it is nice to have.
Another great tool is WinMerge. WinMerge is a GPL’d, visual diff application for Windows. This one I do not use as much, but it is still a helpful tool to have around.
Anyone have other notepad.exe replacements or simple tools like WinDiff which they like?
3 comments
I was recently very annoyed with notepad’s inadequicies for both the format switching and the line numbering problems!
What do you use on linux? gpad? knotes? I can’t remember their exact names.
by donnie on January 26, 2005 at 11:46 am. #
I havn’t used or installed a ‘K’ app in a very long time. I use mostly emacs, and sometimes gedit. I’ve lost my good .emacs config, so I have been slowly building it back up. One thing that I lost was the ability to select an area of text and press delete to delete that section. I’ve installed vim, but always forget to try it out. Emacs is ingrained into my subconscious, just like
lsorgrepis.by Marshall on January 26, 2005 at 3:08 pm. #
I use vim for all my console editing, but sometimes i’m browesing the filesystem with the graphical tools and always dissapointed when I double click on a text file and it brings up gedit or whatever. I wouldn’t want it to bring up emacs because it’s too heavy.
by donnie on January 27, 2005 at 12:03 pm. #