Bare Bones Celebrates 10th Anniversary
An anonymous user writes, "Bare Bones, makers of BBEdit, 'celebrates 3650 days of saving your ass' (according to the new t-shirt) with the the BBEdit Anthology, a limited edition autographed CD with every final commercial release of BBEdit, plus the free versions as 'bonus tracks.' Liner notes are included." It's $250, comes with a BBEdit 7 license, and only 1,000 were produced. OK, the price is a little steep, but it's a collector's item. And the company is also offering a 10% discount on any product orders through June 30, so it is only $225! I still remember the first time I saw BBEdit, a Mac text editor, and I thought, "what, like a word processor?" Some things never change ...
Yes, BB is pretty cool. But:
I had used the Lite version for quite a while and when they started charging for that, Hydra came along and made me switch (http://hydra.globalse.org) -- pretty cool program. Group-Editing with Rendezvous, freeware and such.
Just waiting for Apple to get their Finder-FTP working with read/write!
We are all individualists!
The full version of BBEdit offers quite a lot over BBEdit Lite (which is not much more than a plain text editor). See BBEdit Feature List for a real list of features, but suffice to say BBEdit has enough to be a real coding environment (so long as auto-completion is not your bread and butter).
As for BBEdit vs. vim, they really are two very different pieces of software. vim is quite a lot more powerful, and is infinitely more configurable. However, I find BBEdit offers a much easier environment to work in. Forgetting a command never involves looking through a help file or manpage, and for light jobs its simple enough for my mother to use.
Also, BBEdit has always been the best text editor with a "Mac experience" (standard UI, file handing, etc). Without a cleaned up interface, vim and emacs are second class citizens in much of the Mac world, despite being much more powerful text editors. This alone was enough to make it a worthwhile pruchase for me (though I only paid the academic price).
Some would argue that in the long run, when your beautiful mess isn't rendering properly and its time to debug your HTML+CSS+PHP+who-knows-what, you may regret not knowing the intricacies of your code.
Having used Dreamweaver (and few other visual editors) in the past, I doubt its ability to create a working site that I could not create by hand. Sure it speeds a lot of things up a lot, but so does the HTML tag templates built into BBEdit
While Dreamweaver does offer a window for editing source directly, I would never call it adequate. Just because you can edit text does not mean its a substitute for a full blown text editor. (Does anyone know if Dreamweaver can use an external editor? I don't remember.)