BBEdit 16

(barebones.com)

142 points | by qaz_plm 2 hours ago

14 comments

  • kennywinker 44 minutes ago
    In 1998 bbedit 5.0 cost $120 usd. Adjusted for inflation that would be about $245 usd.

    Today an individual license costs $60.

    Wild how software pricing and sales models have changed, and good on bare bones for staying away from subscription pricing.

    • bellowsgulch 17 minutes ago
      I would rather software companies sell at more realistic prices so that they have a sustainable business, and signal to others in the industry that it's still possible to build a sustainable business.

      No, we should not praise software companies for hobbyist practices like selling $1 app on the App Store, which say, 30% goes to a digital distribution store, and then of your after distribution fees, about 20%+ percent goes to the federal and local government.

      Pay for updates, and charge rightfully like you're supporting an engineer's salary, and that you have a commercial real estate lease to pay, and the compensation packages of full-time employees with benefits.

      And boo people who say otherwise. No other professional field do I know of exists where cheap bastards abound while the entire industry is dependent on monopolies to pay the high wages of engineers.

      • kennywinker 4 minutes ago
        Implying that one of the oldest still actively developed commercial text editors is not doing sustainable business practices kinda misses the mark. They’ve been at this since 1992, 34 years ago. I think they know their business.
    • pokstad 18 minutes ago
      The software world is different today. People expect you to release security updates as vulnerabilities are discovered. They expect you to fix your application so that it works on the newest macOS that deprecated and broke the old APIs you used (or switch architectures). We expect continuous maintenance for a fixed price. I wish Textmate had a yearly charge to keep their team running instead of the one time purchase that starved them.
    • factorialboy 40 minutes ago
      The pie (market) has also vastly expanded since 1998. Need to factor that, and not just inflation.
      • kennywinker 1 minute ago
        I assumed that was implied pretty heavily by what I said. Either they were overcharging in 1998, or the market got bigger.
      • sedatk 32 minutes ago
        Proportionally, competition has vastly expanded too.
  • LeoPanthera 53 minutes ago
    My search for a "just a text editor" ended with "CotEdit". It's Mac native, not Electron, and supports both RTL and vertical text. All I could ever want.
  • classichasclass 1 hour ago
    Proud user since the classic Mac OS days (anyone else remember the OpenDoc version?), and it's still a solid editor at a good price.
    • Cassell 55 minutes ago
      TextWrangler!
    • sigzero 55 minutes ago
      Same. Recently moved to Windows (blah) but if I move back, that's a purchase for me.
  • kstrauser 1 hour ago
    I use Zed more now, but BBEdit's still pretty great. I love, love, LOVE that I can extend it with shell scripts or Python tools or Rust apps or whatever else I have laying around. Sometimes I don't want to write a whole plugin, let alone in JavaScript or whatever. I just want to say "process this text with this tool" and have it work. BBEdit's second to none for that.
    • skydhash 13 minutes ago
      That’s the power of vim, emacs, nano, and I think Kate too. Piping the current text and/or collecting the output of a given comment.

      Another nice thing is the ability to collect paths, line and column numbers from the output for navigation.

      • kstrauser 3 minutes ago
        For sure. I use Emacs regularly too, and of course it supports this kind of thing. BBEdit makes it flat out pleasant though. I appreciate how well the new additions melt into the UI.
  • KenSF 36 minutes ago
    It still doesn't suck.
  • _HMCB_ 1 hour ago
    Love to see this app trending on HN.
  • headwayoldest 1 hour ago
    I have used and loved Barebones stuff in the past, but strikes me as odd they're still advertising Yojimbo on their main page. It was fantastic, but has been abandoned for quite some time.
    • sharkjacobs 1 hour ago
      It's supported for Tahoe. It's still good functional software and this is the ideal right? They're selling finished software for a flat price without needing a subscription model to support continued development.
    • kstrauser 1 hour ago
      You were downvoted but right. The changelog[0] shows that the current minor version (4.6) came out in 2020, and its only had 3 bugfix releases since then, most recently in 2023. A lot has changed since 2020, so this doesn't know about the major iCloud updates, or Apple Intelligence, or UI changes (not just talking about Liquid Glass either).

      None of those things imply that it's broken or unusable. Still, it means it's going to feel like a dated app and that's not fun.

      [0]https://www.barebones.com/support/yojimbo/archived_notes.htm...

      • debugnik 45 minutes ago
        > so this doesn't know about the major iCloud updates, or Apple Intelligence, or UI changes

        I'm not familiar with macOS: Why would an application need to be updated for any of these? Were the existing APIs insufficient to integrate these?

        • kstrauser 8 minutes ago
          Yes, and that's universally true for all APIs. All of those have added new features that are widely adopted by other apps, and the older apps can't automagically start using new features without using a newer API, or having code added to take advantage of them.

          For instance, an app can't start using Apple Intelligence if it's compiled with an older version of the SDK that doesn't know that such a thing exists. There are some UI exceptions, such as if the OS starts rendering high-level requests like "draw a button" in a newer style. Lots of other things take specific application support, though. MacOS 14 added desktop widgets. Unless an app adds code to configure and deploy widgets, that's not something the OS can do for it. That means that Yojimbo couldn't possibly offer widgets showing, say, the 5 most recently added documents.

          If you're OK with not needing or wanting the newer features, and it doesn't rely on some old API that Apple deprecated, then sure, continue to use it! It's still a fine app. But each passing year means that all its updated competitors can do new things that it can't.

      • Barbing 43 minutes ago
        If they add one word, “Legacy“, under the product name, I would likely be adequately warned.

        Barebones is great!

  • latchkey 6 minutes ago
    i still use it as a quick and dirty text editor for things like my .bashrc

    much love for them sticking with it for so long

  • steviedotboston 1 hour ago
    Love BBEdit!
  • gnerd00 1 hour ago
    So great to see this -- the last version of BBedit I paid for is the gold standard for me, for editors... I mean compared to twenty other editors of various kinds on desktop Linux and elsewhere..
  • jfb 1 hour ago
    I wonder if it will ever get emacs tabs.
    • marcelox86 1 hour ago
      I use emacs but I don't know what you're referring to. Can you enlighten me please
      • k33n 53 minutes ago
        I think maybe he meant chords.
  • throwaway613746 1 hour ago
    [dead]
  • ndegruchy 1 hour ago
    > Support for vi keyboard emulation, for basic navigation and editing;

    I'm sure some people will like this update, but it's a big meh for me. I'll wait for some further updates to upgrade.

    • dizhn 34 minutes ago
      You can search for text within images.
  • submeta 38 minutes ago
    BBEdit used to be my text-transformation tool.

    Happily paid for every update for years, even when I used Emacs, I kept BBedit in reach. For quick text edits/transformations (because Regex in Emacs is hard to use). But with LLMs + nvim I hardly start bbedit anymore.

    So now with LLMs, I tell them what I need and they write a shell/Perl/Python script to make the craziest transformations.