Tools of the Trade: UltraEdit
Thursday, August 2nd, 2007 by The DirectorThe following is not a compensated post; I’m merely extolling the virtues of a piece of software I found useful.
I have been a fan of UltraEdit probably for about a decade; I cannot actually remember the last time I had a PC onto which I did not install this robust little text editor.
Notepad and Wordpad come free with Windows and most workstations in offices come with Microsoft Word these days, so you might not see the value in adding another program to your desktop. However, UltraEdit adds a number of features not currently available in these other applications, including:
- Syntax highlighting, which shows keywords in a number of languages in another color to make the files more easily readable. The list of languages and the keywords themselves are extensible, so you can make your own as needed (I once made keyword files for MOL and SDF chemical data files).
- Tabbed view, which means I can have a bunch of files or empty files open and can work on them at once, seeing their contents at a glance. Neither Notepad or Wordpad offer the multiple files thing, and Microsoft Word allows multiple files, but not a tabbed view.
- Find or search/replace in files, which lets you dig through all the files in a folder to find what you need.
At only $50 a throw, I install it on every PC I own, as I mentioned, and I’ve also introduced it to every workplace where I’ve been in the last decade. Friends, let me tell you that this includes a rather surreal experience I had with my last Corporate employer.
(more…)


You know how your developers always shirk adding validation logic to any administrative tools because