Slashdot Mirror


Bare Bones Releases TextWrangler

Bare Bones has released TextWrangler, a new editor that fills the need for users who want the power of BBEdit, but don't do software development. It is available for Mac OS v9.1 and Mac OS X v10.1.5 and up, and retails for $49, while BBEdit sells for $179. It has the core text-editing functionality of BBEdit, but not the software development features (except a few, for integration with Project Builder). Seems like a nice tool to have around if you don't have BBEdit, or for using on machines that you don't do development on.

40 of 114 comments (clear)

  1. I've never used BBEdit. by gnuadam · · Score: 4, Interesting

    What does it have that gvim or emacs doesn't that is worth $150?

    And don't tell me to RTFA, because I have, and I still don't have an answer to this. From the people that use BBEdit or are planning on using this new lite version, why?

    --
    You say :wq, I say ZZ. Why can't we all just get along?
    1. Re:I've never used BBEdit. by CableModemSniper · · Score: 4, Insightful

      Famlirity. BBEdit is the defacto Mac text editor for coders, IIRC. its like asking what does windows have that Linux doesn't for 200 dollars. Hmm maybe I shouldn't have used that example :)

      --
      Why not fork?
    2. Re:I've never used BBEdit. by greenhide · · Score: 4, Informative

      Ease of use.

      I've never used gvim, but I have tried to use vim and I find that it just isn't intuitive. Except for more complicated features, such as language recognition and learning RegEx, I've never had to look at the manual to figure out how to open, edit, save, copy, paste, etc in BBEdit.

      When I tried using vim, I instantly had to look up a manual to figure out how to do standard things like open and save files. Granted, it may have been the particular port I was using, but it seemed to me non-intuitive.

      I've used emacs in the past, but unless I'm mistaken it uses yanking and unyanking to cut and copy text, instead of the cut and paste I'm more familiar with. And again, I'm needing to look in the manual to figure out how to do extremely standard things, such as quiting the damn program.

      BBEdit has won huge support mostly because it has strictly adhered to Mac guidelines for user interfaces. This means that it pretty much will behave across the board exactly like I expect any Mac application to behave.

      --
      Karma: Chevy Kavalierma.
    3. Re:I've never used BBEdit. by Draoi · · Score: 4, Insightful
      Furthermore, it 'feels' a lot like the editor which comes with the Metrowerks CodeWarrior IDE, which many MacOS developers will be familiar with. It also integrates well with cvs (you can do checkins and checkouts from within BBEdit) and you can do CodeWarrior compiles without leaving the editor. Not to mention HTML markup support as well as compliance checking and syntax colouring for just about any language, blah ... plugin support ... blah ... applescripting ... you get the picture!

      (Do I sound like a rabid fan? :-) )

      --
      Alison

      "It is a miracle that curiosity survives formal education." - Albert Einstein

    4. Re:I've never used BBEdit. by Anonymous Coward · · Score: 3, Interesting

      That's pretty cool. I doubt you care, but here's the short version of why vi(m) is the way it is.

      It was designed that all of the functionality could be achieved from the home row of the keyboard, without chording (ex: ctrl-lshift-F3). It was designed as a 'multi mode' 'screen' editor. Multi mode means that there are 2 or more 'modes'. In vi, there's command, and input mode. In input, you type and it appears. In command, each of the keys do commands (ie: w takes you to the beginning of the next word, % goes to the matching bracket/paren, etc). A 'screen' editor (as opposed to a line editor like ed or ex) shows you more of the context around what your editing. Line editors only show you the line.

      Vi's not for those who like pretty, intuitive, and easy. Freely admitted. Vi's a power user's editor with a rather steep learning curve. I believe that it's paid off for me. You can do all sorts of crazy stuff with it in 2 or three keystrokes (for example: replace everything from the curser to the next instance of the string 'the': c/the).

      That said, I have gvim on this XP box, simply because it can deal with multi megabyte text files (usually log files) in a way that doesn't suck (unlike notepad or wordpad). There are probably other editors that do the same, but I don't know what they are.

    5. Re:I've never used BBEdit. by Draoi · · Score: 2, Insightful
      No, I haven't. I'm a habitual vi user & it's my editor of choice when in the terminal app. I'm guessing gvim is Gnu VI iMproved, right?

      For many folks, not having AppleScript would be a biggie. Sure, vi can run in batch mode, but it's not as intuitive as AppleScript. Imagine the average Mac user using a text editor to edit a text editor's batch script - oh, the horror! :-)

      --
      Alison

      "It is a miracle that curiosity survives formal education." - Albert Einstein

    6. Re:I've never used BBEdit. by transient · · Score: 3, Interesting
      Other than the look and feel, and maybe the applescripting

      These are two of the most important features in BBEdit. To be honest, BBEdit doesn't offer much that Emacs doesn't, in terms of functionality. But I didn't buy a $3k titanium laptop so I could run an un-mouseable text editor in a terminal window (nor did I buy it so that I could install X and xemacs, so that's not a solution). BBEdit feels at home on the Mac; to me, that is its most compelling feature.

      --

      irb(main):001:0>
    7. Re:I've never used BBEdit. by Llywelyn · · Score: 4, Informative

      1) As others have mentioned, ease of use. This software is *dramatically* easier to use.

      2) It will run under MacOS X without an X11, xemacs won't and anything that runs in a terminal is automatically a few marks down on the ease-of-use scale. (I like the ability to click where I want my cursor).

      3) It is a lot prettier and conforms to the Macintosh User Interface Guidelines.

      4) Did I mention ease of use? Figuring out how to do things with BBedit is much easier than figuring out how to do things with emacs.

      5) The defaults aren't as strict. The defaults on emacs can be very strict as to the way it will structure things for you, BBEdit will let you do what you like without any configuration.

      6) I don't even know if emacs can do the gremlin-blasting and ASCIIification as nicely or as quickly as BBEdit can.

      7) The find-replace &c functions in BBEdit are easier to use (back to this same argument again) and much more intuitive to work with.

      8) There is no screen splitting, nor any real need for it.

      9) It feels faster. Not sure if it actually is, though I wouldn't doubt it since it runs natively under MacOS X while emacs goes through LISP (Lots of Insanely Stupid Parentheses).

      10) You can have the most powerful piece of software in the world, but if it is difficult to use or requires specialized knowledge, the only way it is going to get used is if the user has a pressing need for something that it offers (see MatLab or Mathematica). For a text editor, it doesn't matter to me if emacs will slice cheese and make fries if this other text editor will do everything I need it to (which does not include a cheese grater) more intuitively and simply coming out of the box.

      Yes, many of us consider that worth paying for :-)

      --
      Integrate Keynote and LaTeX
    8. Re:I've never used BBEdit. by Anonymous Coward · · Score: 2, Informative

      Actually the 'g' in gvim stands for GUI. It's not just gtk, there's also Motif and I believe another I don't recall.

      There is a full Aqua Carbon Mac OS X version Here

      It works with the OS X Dock, the mouse works as it does in X11.

      I have Vim.app installed for OS X, I pathed in the /Applications/Vim/Vim.app/MacOS/vim to have the console version of Vim from the same executable. I also installed an additional copy for X11 under /usr/local/vim

      I actually left the BSD version of Vi alone. I could have setup Vim to run in vi-compatible mode but I chose to just use the BSD one that's included. This allows for the possibility of another user expecting the actual BSD version of vi.

    9. Re:I've never used BBEdit. by Ruzty · · Score: 2

      Several of your problems with vim are solved in Gvim. The graphical version has pulldown menus for common tasks instead of having to memorize keystrokes. You will be faster if you know the keystrokes but not hindered by using the menus. There is an OSX native (Aqua) Gvim port as well which does not require use of the rootless X server to run.

      I use Gvim for most of my coding as I do not require moving files around or CVS integration. VI comes naturally to me as I learned it so long ago. It's kind of the same reason I am a Mac user, because my P's bought one for me about 20 years ago and that's what I'm used to...

      -Rusty

      --
      The Master (Angelo Rossitto) in Mad Max Beyond Thunderdome, "Not shit, energy!"
  2. But they discontinued BBEditLite by Montreal · · Score: 5, Informative

    It is no more. It is an ex-editor.

    1. Re:But they discontinued BBEditLite by XnetZERO · · Score: 4, Informative

      I just downloaded BBeditLite from VersionTracker. Perhaps their FTP servers haven't gotten word. Though to be honest, I don't really see the point of BBeditLite. After having used the full version for so long, I can't do without its features and I'm only a casual user.

    2. Re:But they discontinued BBEditLite by Daniel+Dvorkin · · Score: 4, Insightful

      I think that's a huge mistake, honestly. I used BBEdit Lite for a couple of years before I finally decided to bite the bullet and pay for BBEdit. It taught me how to use BBEdit generally (it's a very intuitive program overall, but it does have its quirks) and, more importantly, convinced me that a text editor might be worth paying for -- "If the free version does all this, how much more cool stuff will I get if I pay for it?" TextWrangler may be cheaper, but not enough cheaper to create a bunch of "casual" users who will eventually pay for the full version, which was what BBEdit Lite did.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    3. Re:But they discontinued BBEditLite by wtmcgee · · Score: 2, Informative

      http://macintosh.ozbytes.net.au/adnload/203923_819 77.html

      you can still snag it from here while it lasts!

      --
      *** For a better tommorow, change your life today ***
  3. BBEdit vs PB by zephc · · Score: 2, Interesting

    I have a copy of BBEdit Lite, but there must be a huge discrepincy between it and the full version, because while it has great search fascilities, it doesn't even have syntax coloring, which I have grown to like since my days using CodeWarrior.

    Project Builder has everything *I* need for coding. And whenever I do stuff at the command line, I tend to just use emacs. BBEdit Lite is only kept around as a quick(ish) text viewer. And I dont see myself forking over 180$ for a text editor anyway, when PB is free.

    --
    "I would say that 99 per cent of what my father has written about his own life is false." - L. Ron Hubbard Jr.
    1. Re:BBEdit vs PB by Golias · · Score: 3, Informative
      I have a copy of BBEdit Lite, but there must be a huge discrepincy between it and the full version, because while it has great search fascilities, it doesn't even have syntax coloring, which I have grown to like since my days using CodeWarrior.

      There is.

      And yes, the full fersion has syntax coloring.

      --

      Information wants to be anthropomorphized.

  4. "while BBEdit sells for $179" by 3-State+Bit · · Score: 3, Interesting

    REALLY??
    I mean, I know lots, and lots of Geeks use BBEdit (to the point that people say it's good form to install [I suppose the free version of] it even on systems you won't be using it yourself on), but I never imagined it was so expansively great that someone would shell out that much money. It's a text editor! (Isn't it?)

    Can I hear from anyone who uses BBEdit -- what does it hvae that makes it so amazing?

    1. Re:"while BBEdit sells for $179" by Golias · · Score: 4, Informative
      When I bought BBEdit for OS X from the Apple Store last summer, it was $89.

      It seems to me that the story here is not that they are splitting their product. It already was split. BBEdit was $89, and BBEdit Lite was free.

      Now it appears they have released a $49 app to replace the free one, and nearly doubled the price of the full version.

      The headline should have been "BBEdit decides to put the squeeze on their customers, announces it as a produict release."

      --

      Information wants to be anthropomorphized.

    2. Re:"while BBEdit sells for $179" by Alderete · · Score: 5, Informative

      Can I hear from anyone who uses BBEdit -- what does it hvae that makes it so amazing?

      I have been using (and paying for) BBEdit since version 3.something. It is the one piece of Mac OS software for which I order the upgrade first, and look at the new features second. It is one of my favorite pieces of software of all time. I've paid far more than $179 for my copies and upgrades, and consider it money well spent.

      If you are a happy vi[m] or emacs user, don't bother to check BBEdit out. You won't like it, for the same reason that, while I can get around, I hate using vi (and never touch emacs). It's a different philosophy of application design.

      BBEdit is a Mac OS application first. It conforms to all of the usual HI guidelines, but goes beyond that to provide an extremely well-designed, high-efficiency interface -- for Mac OS users. (vi folks will no doubt compare keystrokes to do the same task; apples to oranges, Mac OS folks don't want to have separate modes for commands vs. input. It goes back to the application philosophy.)

      In spite of being Mac OS first, it provides nearly all of the tools and features you'd want in a text editor. Text munging, search-and-replace, grep manipulation, selection of columns, HTML-specific commands, glossaries, syntax highlighting, etc. I've yet to find its equal in a GUI-oriented application. (My favorite on Windows is TextPad, but it's a distant second.)

      If you're a vi man, skip BBEdit. But if you're a Mac OS person, or aspiring to be so, you should give it a whirl.

    3. Re:"while BBEdit sells for $179" by pudge · · Score: 3, Informative

      You paid a discounted price. TextWrangler might have discounted prices at some point, too. But full retail is $179 vs. $49. Go look.

      Also, TextWrangler != BBEdit Lite. Different things. BBEdit Lite had a lot of the software development features of BBEdit. TextWrangler doesn't have those, but it does have all the text editing features of BBEdit 7 that BBEdit Lite does not have. They are both subsets of BBEdit, but different subsets.

      And, of course, to complain that a company is no longer giving something away for free is pretty stupid on its face. Boo hoo.

    4. Re:"while BBEdit sells for $179" by analog_line · · Score: 3, Informative

      There is something hard to explain about BBEdit. It just seems to make text manipulation...fun. It's got that je ne sais qua. Possessing probably the best catch phrase in software, "It Doesn't Suck," it really doesn't. The tools it gives you are an HTML writer's dream. Macromedia, way back at the first release of Dreamweaver for the Mac, originally just gave you a full BBEdit license in with the deal, and BBEdit integration is still in there today. It looks nice. Everything is well laid out. Feature-for-feature, vi and emacs almost certainly would pound it to the dirt, but the GUI versions of both of those editors are ugly and act like the kludges of terminal mode applications that they are. I like vi in terminal mode, but in a window manager, resizing a terminal and getting the font to a different size just for text editing is an unecessary hassle. BBEdit fits into the MacOS GUI like it was born there, even in Aqua. It's completely scriptable with AppleScript, to the point of providing the AppleScript menu even if you don't enable it in general. I bought a full version of BBEdit 6.5 (first version with native OSX support) when I got my iBook after a long absence from the Mac, and I use it for everything possible. I don't use Office X, or AppleWorks, or Text Edit (which does RTF, not text) for my word processing. Just BBEdit. I try to find ways to use it, just because I enjoy using it. I even bought Mailsmith so I could have a BBEdit interface to my e-mail, but I had to stop using it because aside from the editing functions, it's just not there yet as far as the networking/speed is concerned (but that's another discussion). I haven't thought

      As someone who started out on the Mac, BBEdit was one of the most amazing utilities I had ever seen back in '97 when I first looked at BBEdit Lite. It was fast. You didn't have to go through huge text files by hand deleting billions of windows or unix line breaks, because BBEdit could figure it out. (No scripting this operation didn't always work. I tried, oh gods, how I tried...the tools I had available didn't cut the mustard) It looked nice, as opposed to the horrendous TeachText and SimpleText. You could open almost any file and BBEdit would just open it, and you could mess around (whether you should or not). For some of us old Mac guys, I admit, we can tend to get very zealous about BBEdit, because of all that. Hell, when I dropped the Mac at home because I decided I wanted to play games, the one thing I missed more than anything else from the Mac was my BBEdit Lite.

      If the concept of a text editor GUI galls or amuses you, BBEdit isn't for you. Go use vi or emacs and be happy. But if you don't find the concept silly, or you've used other GUI text editors, you owe it to yourself to at least take a look at BBEdit.

    5. Re:"while BBEdit sells for $179" by Mikey-San · · Score: 2, Informative

      TextEdit can do plain text.

      Have a look under the Format menu.

      -/-
      Mikey-San

      --
      Mikey-San
      Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
    6. Re:"while BBEdit sells for $179" by nullard · · Score: 2, Insightful

      Why BBEdit rocks. Back in the day, I loved BBEdit's MPW integration. Since MPW is no more, I'll stick to those features that are still relevant. I haven't used it in years since I don't work at the same place, but this is what I remember:

      Edit over FTP. Great for fixing problems on websites where the host won't give you shell access.

      Works with perl. I hear that it works with the perl in OS X now. Before It worked with MacPerl for OS 9. It gives you a real perl IDE with syntax checking and everything.

      Regex search and replace. Need I say more?

      Unlimited undos - before they became common.

      Built in diff. Now I use Apple's FileMerge, but BBEdit's was damned good.

      Built in HTML reference form many tags and all ascii entities.

      HTML validator.

      AppleScriptability.

      HTTP download. There was a pluggin that let you doiwnload data from any http url into a text file, headers and all.

      Most importantly, I work faster in BBEdit than any other editor. I fell better working. I don't feel like I'm fighting the editor just to get my work done. I use Emacs and JEdit for similar reasons, but for just getting my work done, neither holds a candle to BBEdit. I've requested a Mac at work. One of the main reasons was so that so that I could code in BBEdit again.

      If I get the cash, I'll buy it. Yes it is worth it.

      --


      t'nera semordnilap
  5. Great! Now I can finally pay them. by dpbsmith · · Score: 4, Insightful

    I've used and loved the freeware BBEdit Lite for, five? six? years now. It's just a perfect little gem. Everything I needed and nothing I didn't need. Opens big files beautifully. Fast, efficient, no bloat.

    When I emailed them to mention that it had some issues running under Classic in OS X, they informed me that there WAS an OS X native version of BBEdit Lite, and that in fact it had gone through two major revs since I downloaded it. I hadn't even known, because BBEdit Lite was so satisfactory that I never got around to checking for updates!

    It was at about that time that I tried to get them to accept a completely voluntary $30 donation for BBEdit Lite. I really didn't want or need the features of the full BBEdit, but I did feel that I morally "owed" them for BBEdit Lite.

    They refused to accept my payment!

    So, while I am very disappointed that they have withdrawn BBEdit Lite, nevertheless I will happily purchase TextWrangler, because I think it's above time I paid them back for all the use I've gotten out of BBEdit Lite over all these years.

    No, I'm not shilling for them, and, yes, I'm perfectly sincere.

    BBEdit Lite was just plain NICE, and I hope TextWrangler continues that tradition.

  6. Mixed feelings... by singularity · · Score: 3, Interesting

    I bought the full version of BBEdit back when they were having specils for upgrades from BBEditLite for something like $69. This was under OS 8, so it was a version or so ago.

    When I moved to OS X Bare Bones was requiring me to purchase another (discounted) full version, so I stuck with BBEditLite under OS X.

    Lite was doing about 95% of what I wanted. I missed some of the features of the full version, but definitely not enough to pay $100+ to get them. The few features I was looking for could be replaced by other methods (Although admittedly not nearly as well as having them integrated into BBEdit). I kept wondering why I saw the full version being updated regularly and BBEditLite not getting updates (In the past BareBones was good about releasing bug fixes for the Lite version within a day or two of the full version).

    Now I am not sure if I am going to shell out $50 for TextWrangler. That would mean that I would be paying a total of over $100 to BareBones in the past few years and getting fewer features than their full product.

    I am leaning towards doing it, though, since I know the BareBones people to be good people. It is often I will see one of their developers posting on comp.sys.mac.* to answer questions about BBEdit and MailSmith (their mail client).

    They also sent me a nice T-shirt many years ago for building my web site with BBEdit...

    Ahh, the joys of the dot.bomb age...

    --
    - (c) 2018 Hank Zimmerman
  7. JEdit fills the void! by caulfield · · Score: 4, Informative

    Just my $0.02, but JEdit fills the gap that BBEdit Lite leaves, and has all of the (and more) capabilities of BBEdit Lite with the added bonus of being cross-platform.

    1. Re:JEdit fills the void! by utopyr · · Score: 2, Informative

      I agree, except that I wouldn't restrict the claim to BBEdit Lite. Just started using a Mac in November, had heard that BBEdit was the text editor, & I love me some text editors. Downloaded the trial, it was fine, but I do as much XML as anything these days. I'm _real_ hooked on being able to reference a DTD & get a pull-down menu of valid/required elements. JEdit for me, so that I can have the same editor on the 3 platforms I use. Well, that, and SciTE, especially since I've had some memory problems with the last couple of pre-s with JEdit. Love me some SciTE, too.

  8. Re: Emacs for OS X by __david__ · · Score: 2, Informative
    But I didn't buy a $3k titanium laptop so I could run an un-mouseable text editor in a terminal window (nor did I buy it so that I could install X and xemacs, so that's not a solution).

    Well then install the native Mac OS X Emacs (binaries can be found here). Using emacs in a terminal window is for chumps.

    -David
  9. Shorter learning curve by 0x0d0a · · Score: 3, Insightful

    BBEdit has a much shorter learning curve than emacs. OTOH, it's also much less powerful.

    [sigh] I remember when Bare Bones was a small company that made inexpensive products, and didn't try all this price discrimination crap.

  10. Re:Help with bbedit registration? by NSObject · · Score: 3, Informative

    The serial number is stored in /Users/yourusername/Library/Preferences/BBEdit Preferences/BBEdit Serial Number

    You can toss that file and experiment again, or perhaps copy that file to the corresponding place in each user folder.

  11. BBEdit is the king of text editors, here's why by fiftyvolts · · Score: 5, Informative

    I've been programming since I could touch type, and I must say that BBEdit is an awesome text editor. First I used the Lite version. It held me over for a long time, mostly I was dissapointed at the lack of syntax highlighting. When Mac OS X came out I started to use emacs. I've used it so much the commands are hard wired into my head. I realized that no matter how good I got with my terminal emacs I needed a GUI to squeeze even more productivity out of my time developing. So I bought BBEdit. I have no regrets. All the emacs commands work in BBEdit, it has syntax highlighting, auto-indent, its own mini FTP and File Browser. The Shell worksheets are a huge help for when I am doing large scale rennovations of my system. I've even found some of the third party plugins helpful. I was most impressed with the HTML tools that it came with; I can churn out style sheets twice as fast as I used to using BBEdit. It's much better than the built in editor for PB.

    If Bare Bones is putting forth the effort to make Text Wrangler a lower cost alternative to BBEdit then I must say it will be worth every last penny.

  12. bizarre by Tumbleweed · · Score: 5, Interesting

    Okay, from their web page comparing the two, they say that TextWrangler has "Syntax coloring and function navigation for ANSI C, C++, and Objective-C", but only BBEdit has that for web stuff like HTML, etc.

    Isn't that a little backward? You'd think the little brother would have the HTML stuff and only the big brother would have the stuff for "programming".

    I also wonder about the name - shouldn't it have been something more similar to BBEdit? Like babyBBEdit? Or BabyBB? Maybe (BB^2)Edit? Or just go with all lowercase - bbedit. And on a related note, what do the two B's in 'BB' (the little metal projectiles) stand for, anyway?

    And why am I in this handbasket?

    1. Re:bizarre by Elwood+P+Dowd · · Score: 2, Interesting

      Project Builder and Vi/Emacs are priced at $0. They are widely accepted by the mac dev community. Mac based web developers, on the other hand, all need the workflow, ease of use, and power of BBEdit.

      A cheaper HTML BBEdit would cannibalize their sales. Most of the price conscious developers have already switched to emacs, vi, and project builder. This may stem the tide a bit, or even draw back some folks that prefer the BBEdit interface.

      What do I know? I code VB for a living, so: Nothing.

      --

      There are no trails. There are no trees out here.
    2. Re: bizarre by holygoat · · Score: 2, Informative

      Just in case someone misunderstands, to quote from the page:

      " All the functionality of TextWrangler, plus..."

      So BBEdit has everything.

      As to why to limit it to programming stuff: programmers are cheap bastards, web designers aren't. At least, that's what I expect (being a programmer!). I also would assume a text editor to have C/C++ highlighting - but not necessarily HTML highlighting.

      BB stands for 'Bare Bones', the name of the company.

  13. Long time BBEdit user by Suffering+Bastard · · Score: 2, Interesting

    I've been using BBEdit since version 4 (five years ago?). I was pretty much a hardcore Mac geek back then (thank goodness for the mellowness of age), and BBEdit was one of my primary reasons for defending the Mac platform.

    Today I'm a freelance web developer, writing apps in Perl, PHP, ASP, and of course straight up HTML. BBEdit has been an invaluable tool for my work, and along with OS X's fantastic networking support, I can edit all of my Mac, Unix, and Windows projects from my lone G4 workstation. The CVS integration in version 7 is fantastic...I now use it to manage version control for all those disparate projects. It's a beautiful thing.

    However, I am also saddened to read that BBEdit Lite is gone. I would never have become a hardcore BBEdit user if it weren't for the Lite version to help me get my feet wet. I'd probably still be stuck at some ad agency creating web pages in Dreamweaver (ick) or GoLive (double ick!). I worry that new adoption of BBEdit will come to a halt.

    At the same time, they deserve the money. Not only does BareBones make some great applications, but their customer service is tremendous. On more than one occasion I've bitched at them for this or that, and they've always responded quickly and courteously, even when I've been wrong. I even had a brief e-mail chat with one of their developers discussing the pros and cons of tabbed documents.

    So, on the one hand, their apps rule; on the other hand, they may be shooting themselves and future developers in the foot for charging for what was once free; on the third hand, their apps still rule, as does their customer support, and this should be worth a few bucks to people.

    Today's word is "ambivalence."

    --
    "Molest me not with this pocket calculator stuff."
    - Deep Thought
  14. Re:Try harder with emacs by Llywelyn · · Score: 2, Interesting

    You know, emacs might be able to do everything BBEdit can for me, I don't know. That being said, I like having my Ultimate Text Editor look and feel like a MacOS X app (which XEmacs does not, even when running under Apple's X11), I like having its lower memory footprint, I like how easy it is to use and configure... and I like that I don't have to spend more time with it or "try harder" in order to use it.

    My clients, customers, professors, and friends don't care one whit if I spent $150 on my text editor, they do care if I deliver my products on time and that they look clean and professional. I may be able to make it look as clean and as professional with X/Emacs, but I will have to "try harder" and "spend more time" with it in order to get the same level of quality I get now and out of the box from BBEdit.

    --
    Integrate Keynote and LaTeX
  15. BBEdit Lite still at download.com by jcsehak · · Score: 3, Interesting

    You can still get bbedit lite 6.1, which includes an os x native version, at download.com. If Bare Bones is phasing out bbedit lite, you might want to get it soon. I just got it, and it kicks ass. I was looking for a simple text editor to replace the non-existant simpletext in os x, and it fits the bill perfectly Plus, it's way better in so many ways.

    --

    c-hack.com |
  16. JEdit performance on OS X by HotButteredHampster · · Score: 2, Informative

    I found JEdit and started using it on Win2k at work. It is the best text editor (besides BBEdit) that I have ever used. Some of the plugins for java development are the cat's ass, and it does a lot right. I was doing some Java development at home at the time (playing with Robocode) and I wanted to use the java compiler plugin, because BBEdit 6.1 did not have a similar option. However, I found that Robocode would grind to a halt (1-2 fps) when jEdit was running concurrently. Quit jEdit and my framerate jumped to around 12 fps. I don't see this kind of a performance hit when running jEdit/Robocode at work (don't tell my boss!), so I'm guessing that there is some issue with the java runtime in OS X. Either way, I paid $49 for my upgrade to version 7 of BBEdit, which allows me to run UNIX commands from command windows (step in the way-back machine: we're doing the MPW shuffle!), including javac, so it's all moot in the end. Summary: jEdit on Win2K, good, on OS X, bad!

    --
    "Smart is sexy." -- D. Scully ("War of the Coprophages")
  17. Re:I write Perl scripts... by analog_line · · Score: 2, Interesting

    BBEdit has perl syntax as well, but unless the file browser/network integration/CVS integration is something you really could use, then it's probably not worth the full $180 for BBEdit full version, and unless you a lot of looking at text files, Text Wrangler may not be worth it for you either. Look around for the latest version of BBEdit Lite and take a look. If you like it, Text Wrangler may be something to look at then.

    I don't use a quarter of all the features BBEdit has to offer, but I just think the Bare Bones guys rule, and I'd frame my BBEdit t-shirt if I got my hands on another one to wear. But I'm kinda crazy that way. Money well spent.

  18. It doesn't suck.�. by dpbsmith · · Score: 2, Interesting

    That's been their slogan for as long as I can remember:

    BBEdit. It doesn't suck.®.

    In this day and age, that is a truly remarkable claim for any piece of software, and in my opinion it makes BBEdit truly amazing.