Slashdot Mirror


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 ...

4 of 81 comments (clear)

  1. Pricey by colonel.sys · · Score: 5, Interesting

    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!
    1. Re:Pricey by dogzilla · · Score: 5, Interesting

      I agree that BBEdit is getting a little pricey, but Hydra really isn't comparable to BBEdit yet. It has some cool features, and certainly shows a lot of promise, but comparing any current version of BBEdit to Hydra at this point just makes Hydra look like "My First Text Editor".

      I'd gladly consider an alternative to BBEdit (especially if someone could replicate the Allaire Homesite file-management and tabbed editing interface on the Mac (why is this so hard? Does noone else find it annoying to have 15 windows open at the same time?). If that alternative turns out to be Hydra, so much the better since I dig it's collaborative features. But right now Hydra's basically a one-trick pony - it's TextEdit with Rendezvous and syntax coloring. Seems to me it needs way more functionality before it can stand next to BBEdit (compare the two search/replace windows for a quick example of how far Hydra needs to go).

      --
      The crimes of eBay are a disgrace to it's pig latin heritage!
  2. Re:Question by jcbphi · · Score: 5, Insightful

    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).

  3. Re:BBedit going out with a bang? by jcbphi · · Score: 5, Interesting

    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.)