Macworld Forums: Review: BBEdit 9.02 - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Review: BBEdit 9.02

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,786
  • Joined: 30-November 07

Posted 06 November 2008 - 12:05 AM

Post your comments for Review: BBEdit 9.02 here
0

#2 User is offline   ronincali3002 Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 212
  • Joined: 30-September 04

Posted 06 November 2008 - 08:38 AM

I love BBEdit for balancing code, GREP/Regular Expressions searches HTML code edits in times when Dreamweaver won't do, and the tight integration it has with Dreamweaver.
The lack of great CSS support is irrelevant in my opinion for people like me who SWEAR by CSSEdit. I'd easily have paid triple what CSSEdit cost, so I don't miss any such support in BBEdit.
0

#3 User is offline   maflynn Icon

  • Veteran
  • PipPipPip
  • Group: Members
  • Posts: 1,132
  • Joined: 26-January 02

Posted 07 November 2008 - 04:39 AM

I'm curious to see how this stacks up with textmate.
I've been a light user of textmate but given the fact it has not been updated in a long time (version 2 was promised 2 years ago) I'm rethinking my decision.
0

#4 User is offline   technolawyer Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 78
  • Joined: 15-June 07

Posted 07 November 2008 - 01:15 PM

One important flaw in BBEdit since version 6 is the way it breaks lines. Before version 6, it would only break lines at spaces -- critically important for those that publish plain text email newsletters because it would preserve long URLs that extend past your character limit per line.
Beginning with version 6, BBEdit breaks lines at characters like ? and / which often appear in long URLs, thus breaking the URLs in a plain text newsletter. This presented us with a big problem when we migrated to OS X.
The solution? For a while, we ran BBEdit 5 in Classic. Then, before he became a media mogul, we hired John Gruber of Daring Fireball fame to write an AppleScript called Classic Line Breaks. It breaks lines only at spaces just like BBEdit 5 and earlier.
If there's any interest in this script, please post a message here. If several people post, I'll upload it to MacUpdate as a free download. If there's no interest, I'll assume we're the only company that needs to break lines at spaces.
Other than that, we love BBEdit and use it every day (for HTML too). However, I think we'll stick with version 8.x for now.
0

#5 User is offline   sporobolus Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 18
  • Joined: 26-April 08

Posted 07 November 2008 - 02:30 PM

i suppose this is an important flaw to you but it's probably only a slightly interesting feature niggle to most of us; i never noticed the problem, though i often use BBEdit to format email (i am a die-hard plain-text email user); that's probably because i don't think it's proper to hard wrap plain-text email -- format=flowed has been around for a long time and works great in most email clients

on the whole, i think this is just a good example of BBEdit's extensibility
0

#6 User is offline   technolawyer Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 78
  • Joined: 15-June 07

Posted 07 November 2008 - 02:58 PM

sporobolus, sorry for not explaining more clearly. Commercial email newsletters differ from regular email use. Apple Mail, Entourage, etc. will add line breaks, but commercial publishers don't use clients like these to send out email newsletters to thousands of people. We use our own software, which purposely does not insert line breaks. This allows us to have complete control over line breaks using BBEdit (we break at 60 characters) prior to insertion into our software.

Regarding your assertion that it's not necessary you're wrong. As I noted, every email client adds line breaks. Why? Because some older email servers choke on long strings of characters and will reject email without line breaks.
0

#7 User is offline   sporobolus Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 18
  • Joined: 26-April 08

Posted 07 November 2008 - 03:18 PM

we are veering from the topic of BBEdit, but to be clear, yes, format=flowed implies that line-breaks are added, but it should be done behind the scenes by the sending software, whether that is an email client or some sort of bulk tool; and proper email clients then in effect remove the line breaks on receipt for display; too bad your tool cannot automate format=flowed handling, because the spec for format=flowed also allows reconstruction of line-broken URLs when they are (as they always should be in plain-text email) enclosed in angle brackets[1]; (props to you, though, for trying to do the right thing)

to bring it back on topic, it shouldn't be too hard to write a script to help BBEdit produce proper format=flowed construction for use with email tools that can't generate it themselves; i wouldn't expect BBEdit to do this out of the box

[1] http://www.ietf.org/rfc/rfc2646.txt
0

#8 User is online   PadreCohen Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 48
  • Joined: 19-December 07

Posted 07 November 2008 - 04:26 PM

This review states that BBEdit 9.x requires OS 10.5.2 or later, but Bare Bones says Mac OS X 10.4 or later. Who's right?
0

#9 User is offline   sporobolus Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 18
  • Joined: 26-April 08

Posted 07 November 2008 - 04:39 PM

i run it on 10.4.11, and that is consistent with the BareBones site, which says 10.4 or later
0

#10 User is online   bigcloits Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 51
  • Joined: 31-December 07

Posted 07 November 2008 - 09:43 PM

After years of hand-rolling scads of HTML and CSS and PHP, I long to move into Coda’s slick-looking UI and enjoy some of its obviously great features ... but, “unfortunately,” BBEdit still totally kicks Coda’s butt. There is a long, long list of things that BBEdit can do for me that Coda can not, and that was before v9.
One example: Coda has a very pretty-looking way of balancing, highlight a matching brace (or any other paired punctuation mark) with a little animated bulls-eye-ish thingamy. Very nice. And if the matching item happens to be out of the window? Too bad! You can’t see it. BBEdit’s equivalent — simply highlighting the balanced content, d’oh — is less flashy but way more useful.
And BBEdit’s completion and clippings features pack a huge punch. There’s basically nothing I can’t do with them. Coda has its equivalent, but it’s no more than a cute toy by comparison.
0

#11 User is offline   maflynn Icon

  • Veteran
  • PipPipPip
  • Group: Members
  • Posts: 1,132
  • Joined: 26-January 02

Posted 08 November 2008 - 04:29 AM

I took the plunge and plunked down some $$ and purchased BBEdit. i was using textmate but that hasn't been updated in ages and I was tempted to buy coda but I use the text editor for many functions not just web development so I wanted a multitasker not a unitasker to steal Alton Brown's phrase :)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users