BBEdit 8.5
MacWorld has a decent review of BBEdit 8.5, but it fails to mention a new feature that is of particular use to programmers.
One of the features of CodeWarrior that I'd missed was the syntax highlighting that the IDE applied to symbols that were defined within the project. In fact, I hadn't realized just how much I'd come to rely on that feature when writing new code until I started working with BBEdit and XCode. I had a sudden, new-found paranoia about whether or not I'd typed in a symbol name correctly.
Well, if you use ctags in association with BBEdit, BBEdit will apply syntax highlighting to any symbol that's in the tags file that it would use for the "Find Definition" command on the Search menu.
Rick
Currently playing in iTunes: The Rainy Season by Marc Cohn
Comments
Anonymous
December 15, 2006
If it so happened that you wanted to program .NET apps on your Macintosh. OTOH, there's no BBEdit built-in support for the C# language (though it's pretty easy to add the keywords... see http://lists.ximian.com/pipermail/cocoa-sharp/2005-March/000463.html). And, it sadly only has support for 68k assembly rather than PowerPC assembly or i386 assembly (either Intel/MASM-style or AT&T-style), which has been what I've been editing the last few weeks. :/ -nhAnonymous
December 16, 2006
So that's what you've been doing, Nathan. I've vainly been checking your own blog regularly - still nothing since Sept. 27. That's a lot worse than Rick. ;-)