Slashdot Mirror


BBEdit 7.1 Adds Safari-Based Preview

A user writes, "BBEdit has added a 'Preview in BBEdit' command in 7.1, so you can preview HTML inside BBEdit itself, using the Apple's Safari libraries." Also added is support for SFTP (file transfers over SSH), Rendezvous discovery of FTP servers, and more. Just-released version 7.1.1 adds more refresh options for the Preview feature.

17 of 57 comments (clear)

  1. Nice Program by sinclair44 · · Score: 4, Insightful

    BBEdit was, is, and probably will be an awsome program for the Mac. It's emacs without the bloat. :) But everyone here's heard of it, right? RIGHT?!

    --
    Omnes stulti sunt.
    1. Re:Nice Program by russellh · · Score: 3, Informative
      But everyone here's heard of it, right? RIGHT?!

      I used the free version 2.1.3 for years but Alpha has been my main text editor on the Mac since 1993 or so. Now that is the closest a real mac app has ever gotten to emacs.

      --
      must... stay... awake...
  2. Useful? by muchmusic · · Score: 4, Insightful

    I can't find a use for BBEdit outside of this niche these days either. I once used it to open stubborn text files and the like (much like I once used GraphicConverter to open stubborn image files), but the only reference I've seen in software recently to BBEdit it in dreamweaver's option to work with this app to edit code and the like. I imagine that this experience is not unique - it seems that as more standards support is added to the mac os, and as file systems become stronger, there is less and less use for this sort of app.

    --
    -- If an artist saw things as they truly are, they would cease to be an artist.
  3. Re:Emacs key bindings by nosferatu-man · · Score: 4, Informative

    Errr ...

    I use Emacs exclusively on my Mac, but firing up BBEdit and checking out the preferences, under "Text Editing" ... lo and behold! "Use Emacs Key Bindings"

    'jfb

    --
    To spur "enterprise Linux," Big Bang, the distributed two-phase commit.
  4. Yawn. by swdunlop · · Score: 4, Interesting

    SubEthaEdit, which was once called Hydra, has had both of these features for a couple months now. It also offers some pretty intriguing collaborative editing functionality, is written purely in Cocoa, and is both free and open. It integrated quite nicely with InputMethod extensions, like TextExtras, as well.

    BBEdit was nice, before OS X and the availability of jEdit, jExt, emacs/carbon, vim and many of the other cross-platform editors. Now, it has fallen a bit behind the times, and is not worth the cost.

    1. Re:Yawn. by CoolMoDee · · Score: 5, Informative
      From their FAQ
      Did you think about releasing SubEthaEdit as OpenSource?
      We are currently working on cleaning up and refactoring SubEthaEdit's networking and collaboration code. This will probably be released as a (open source) framework late(r) this year.

      SubEthaEdit isn't open source *yet* but hopefully it will be sometime soon.
      --
      Jisho - A Japanese English German Russian French Dictionary for the rest of us.
  5. Re:Kill a line by SessionExpired · · Score: 3, Informative
    So many times I want to just kill a line with a key stroke rather than selecting and cutting it.

    Cmd-L, Cmd-X

    mij

    --
    You want the taste of dried leaves boiled in water?
  6. Dreamweaver by mgahs · · Score: 3, Insightful

    This is one of the main reasons I use Dreamweaver, so I can preview + tweak code at the same time.

    If BBEdit adds the site management that Dreamweaver has, I may switch to BBEdit full time...

    1. Re:Dreamweaver by coolmacdude · · Score: 4, Insightful

      If BBEdit adds the site management that Dreamweaver has, I may switch to BBEdit full time...

      Not going to happen. BBEdit is such a good program because it is simple. It is developed by Bare Bones software. It is a bare bones text editor. It does what it does and is the best at it. It's not going to morph into something else.

      --

      -You may license this sig for only $6.99.
    2. Re:Dreamweaver by the+argonaut · · Score: 3, Interesting

      Somewhere around BBEdit 4 or so I may have agreed with you, but not anymore. BBEdit has been suffering from feature bloat ever since people figured out it was a great HTML editor, and now with the Webcore preview feature, it's coming one step closer to being a WYSIWYG web page editor. Add in the FTP capabilities, remote editing, and the file group feature and you already have basic site management. All that's really needed is a bit of refinement and it's there.

      On a side note, I have yet to find a web page editor with a site management feature I like. Unless there was something I missed in Dreamweaver MX or it's changed in MX 2004, the biggest thing I found lacking is that you can only synchronize between your local computer and one other system. The way I had my setup was a local copy for editing, a home web server for testing, and then I would upload to my actual server. Dreamweaver doesn't allow for a setup like this, so I would ultimately have to upload the files to my website manually either from my system or the test server. It also doesn't allow for the possibility that you could have one site spanning two remote servers without having to create a separate site for each system (although I am guessing this is a rare occurrence, I do know of one non-profit that I created a site for that had this type setup. What the reasoning behind it was I don't know, but since I didn't have control over it I just had to deal with it).

      --
      fuck you.
  7. Re:Insanely Expensive Software by pudge · · Score: 4, Insightful

    I can't understand why anyone would pay $179 for BBEdit.

    Because they don't realize you can download BBEdit Lite, then buy the BBEdit for the upgrade price of $119?

    On a different note: an app you spend all your time in, that you rely heavily on, is worth a lot of money. I'd pay a lot more than $179 for BBEdit.

  8. Re:Insanely Expensive Software by moof1138 · · Score: 4, Informative

    BBEdit is really really nice. Personally I hate emacs. I write a lot of Perl and HTML. I now spend my time bouncing between BBEdit and vim - BBEdit for local editing, vim for time when I am SSHed in somewhere remote. BBEdit is definitely far nicer to work with, though I find GUI text editor inherently superior. BBEdit has rectangular selection - I would hate to imagine how you would implement that in a non-GUI editor. BBEdit also has a lot of features where you might in theory be able to do the thing in another editor, but it is a pain. I always dread complex replacing in a selection of text based on a regex in vim. In BBEdit it is intuitive. And BBEdit has a lot of other features that vim does not have, or that vim/other editor has but it is such a pain in the ass to find or use that it may as well not have them. BBEdit is scriptable via any scripting language out there that runs on OS X - AppleScript, Perl, Python, sh, whatever. I have written custom Perl filters for it, they integrate seamlessly.

    BBEdit makes a great HTML editor for those of us who prefer to do it by hand. The HTML debgging and validation in it are brilliant and outshine competitors on any platform. And its abilities for testing pages easily in multiple browsers has saved me a lot of aggravation.

    Finally it makes a brilliant IDE for Perl - sure you can run scripts from an editor in vim and others, but BBEdit is better. I love having a Perl debugger where I can doubleclick on an error and have the offending line hilighted. It makes a good IDE for shell scripts too.

    If you write code professionally that BBEdit excels at editing (HTML, Perl, etc.) then it is likely to be worth it. If not, you probably aren't going to be compelled to purchae a text editor, when there are decent (though inferior) free ones.

    --

    Hyperbole is the worst thing ever.
  9. Minor nit by Have+Blue · · Score: 3, Informative

    It's called WebKit, not "the Safari library".

  10. Re:hey by dtfinch · · Score: 3, Funny

    So that's what that checkbox did.

  11. Re:Insanely Expensive Software by pudge · · Score: 5, Informative

    There is no longer any BBEdit Lite.

    It is no longer supported, but it is still available, and it still qualifies for the "BBEdit 7.1 Cross-Upgrade from BBEdit Lite, Adobe GoLive, Macromedia Dreamweaver (3.0 or later)" price of BBEdit. Shrug.

    I just find it hard to see why someone would switch from something else.

    And I find it hard to see why people like the New York Yankees. Shrug.

  12. Re:Insanely Expensive Software by mikeybee · · Score: 4, Interesting

    Well, I saved myself about ten hours of pain using the rectangular selection capability of BBEdit.fullvers to enable me to copy and paste contiguous rectangular chunks of HTML (headers attributes in tables... AAA-compliant financials are hell) That's worth about $500, so I'd say I was $321 ahead.

  13. Re:Insanely Expensive Software by pvera · · Score: 4, Interesting

    The productivity gains I have thanks to BBEdit save us a ton of money per week. I work in a mac shop with Microsoft-based web apps (the horror!) and the workflow process is terrible and with little hope. What used to take hours of cutting and pasting to convert between totally dissimilar formats is now done 99% with just one click, thanks to the Perl filters and built-in features of BBEdit Pro. It is not just a speed advantage, it also saves us a ton on quality assurance, since with all this scripting we got rid of hundreds of places where errors could be added to the documents.

    The one thing BBEdit cannot do is select a column from a HTML table unless there is a specific pattern I can regex for. That one task is done in Dreamweaver MX, everything else is done in BBEdit Pro.

    BTW, mine was not $179, I got really lucky. I paid $79 for BBEdit 6.5 and like a week later 7.0 came out and they gave me a free upgrade.

    --
    Pedro
    ----
    The Insomniac Coder