Bare Bones Releases TextWrangler 114
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.
I've never used BBEdit. (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?
Re:I've never used BBEdit. (Score:4, Insightful)
Re:I've never used BBEdit. (Score:5, Insightful)
(Do I sound like a rabid fan? :-) )
Re:I've never used BBEdit. (Score:3, Insightful)
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! :-)
Re:I've never used BBEdit. (Score:1)
Re:I've never used BBEdit. (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 [swdev.org]
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.
Re:I've never used BBEdit. (Score:4, Interesting)
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.
Re: Emacs for OS X (Score:2, Informative)
Well then install the native Mac OS X Emacs [members.shaw.ca] (binaries can be found here [porkrind.org]). Using emacs in a terminal window is for chumps.
-David
Re:I've never used BBEdit. (Score:1)
Re:I've never used BBEdit. (Score:1)
Re:I've never used BBEdit. (Score:2)
Too many $$$ (Score:2)
To be honest, BBEdit doesn't offer much that Emacs doesn't, in terms of functionality.
The Pro version used to ship with a nice GUI HTML table editor. Other than that, I'd say it's pretty handily outfeatured by emacs.
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).
$3k for the laptop and MacOS (admittedly, the OS is factored into that cost), and then $150 to run an editor that isn't as flexible when you could be running xemacs in an OS that uses X as its native UI (And I used BBEdit for years before using emacs
Re:I've never used BBEdit. (Score:1)
Re:I've never used BBEdit. (Score:2)
you bought a $3K machine so you could spend more money buying an editor that has regexps AS A FEATURE! Something I take for granted is touted as a major checkmark. That is a warning sign, or at least a sign of incompatible world-view.
But seriously, if you like the mouse, then yes, emacs is not your friend.
As for applescript, I'm suprised that OS-X ports of emacs don't have some foreign-function call interface that lets them script and be scripted by applescript.
Different [key]strokes for different folks.
Re:I've never used BBEdit. (Score:1)
And that's my point. You can buy an *operating system* for about what they're charging. I paid $79 for jaguar. I mean all jokes about emacs taking over the world aside, it is *just* a text editor, right?
Re:I've never used BBEdit. (Score:5, Informative)
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.
Re:I've never used BBEdit. (Score:3, Interesting)
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.
Re:I've never used BBEdit. (Score:2)
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
Re:I've never used BBEdit. (Score:1)
Ease of use.
Shorter learning curve (Score:4, Insightful)
[sigh] I remember when Bare Bones was a small company that made inexpensive products, and didn't try all this price discrimination crap.
Re:Shorter learning curve (Score:2)
BBEdit has a much shorter learning curve than emacs. OTOH, it's also much less powerful.
If you take Lisp out of emacs, BBEdit is only somewhat less powerful. For everyday text editor users, BBEdit is a nice way to go.
Still, I think it needs more features to compete with the editors I use on the Windows platform; which is a shame. Give BBEdit the kind of Unicode support found in TextEdit (in other words, thoroughly Cocoaize it) and include a nice little workspace pane like the one in HTML-Kit, and I'd never use Windows again.
Re:I've never used BBEdit. (Score:5, Informative)
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
Re:I've never used BBEdit. (Score:1, Informative)
But they discontinued BBEditLite (Score:5, Informative)
Whew! (Score:1)
Re:But they discontinued BBEditLite (Score:4, Informative)
Re:But they discontinued BBEditLite (Score:5, Insightful)
Re:But they discontinued BBEditLite (Score:1)
Re:But they discontinued BBEditLite (Score:2)
Hopefully the replacement isn't a talking slug.
Re:But they discontinued BBEditLite (Score:2)
*sigh*
That editor *wouldn't* "voom", you mean.
And BBEdit Lite's not dead, it's just resting.
Re:But they discontinued BBEditLite (Score:1)
Re:But they discontinued BBEditLite (Score:2, Informative)
you can still snag it from here while it lasts!
BBEdit vs PB (Score:3, Interesting)
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.
Re:BBEdit vs PB (Score:4, Informative)
There is.
And yes, the full fersion has syntax coloring.
"while BBEdit sells for $179" (Score:4, Interesting)
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?
Re:"while BBEdit sells for $179" (Score:5, Informative)
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."
Re:"while BBEdit sells for $179" (Score:2)
Thanks, Golias.
Re:"while BBEdit sells for $179" (Score:2)
Basically, it is the best text editor out there that *acts* like a Mac program.
BTW, I want to go on record as saying that I just downloaded emacs for OS X, carbonized and aquified and everything, and it looks little different than emacs running within a terminal window.
However, since I'm increasingly using Linux (our shop is moving from almost all Windows/IIS servers to Linux/Apache), I'll probably take the time at some point to teach myself emacs (*never* vi. I hate that text editor, and I doubt that anything will ever happen to change my feelings about it).
Re:"while BBEdit sells for $179" (Score:1)
Re:"while BBEdit sells for $179" (Score:4, Informative)
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.
Re:"while BBEdit sells for $179" (Score:2)
The differences between TextWrangler & BBE Lite makes sense. Still, I find it kind of baffling that they are dropping Lite. It was the perfect "gateway drug" to get people to buy the full app. (At least, that strategy worked on me...)
Re:"while BBEdit sells for $179" (Score:2)
Anyway, I assume, pending evidence to the contrary, that BBEdit knows what is best for its market, or what it needs to do to remain in business, or whatever. Good luck to them. I think $49 is a bit steep; I think $30 or $35 would be great. But they'll find out!
Re:"while BBEdit sells for $179" (Score:2)
"TextWrangler 1.0: All the functionality of BBEdit Lite, plus..."
I'm bitter because BBEdit 6.5 came out as a for-pay upgrade ($19 upgrade price) right after I bought 6.0. I've been putting off buying 6.5, and now I'm glad I did, because I see 7.0 is out already. I think asking customers to pay for updates more than once a year is bad form. Then again, bare bones is one of the few commercial software companies who's software I'm willing to pay for at all (yarr, I used to be a pirate, but now I'm just using more Free software). Since TextWrangler is essentially them saying "our previously free lite editor now costs money", I can't say this betters my opinion of bare bones any
Re:"while BBEdit sells for $179" (Score:2)
Re:"while BBEdit sells for $179" (Score:5, Informative)
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.
Re:"while BBEdit sells for $179" (Score:4, Informative)
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.
Re:"while BBEdit sells for $179" (Score:2, Informative)
Have a look under the Format menu.
-/-
Mikey-San
It doesn't suck.®. (Score:3, Interesting)
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.
Re:"while BBEdit sells for $179" (Score:2, Insightful)
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.
Advertising as News (Score:1, Offtopic)
I hope Slashdot got paid for this advertisement. I mean, it's one thing to have a little info-post about a unusual or useful free project, but this is pretty much a straight-up ad for a commercial product. Why this one, and not any of the other umpteen-jillion "press releases" that are published everyday?
Re:Advertising as News (Score:1)
Well, they didnt' put this on the /. front page; they put it in the Apple section. To Apple users this is news. Anything that happens with Toast, BBEdit or Photoshop is going to be of interest to 90% of the Mac users out there.
That said, this "paid advertisement" is not good news. The news that BBEdit Lite might be going away to be replaced by a $49 product that nobody will want, while the cost of BBEdit itself has shot through the roof, makes this a potentially dark day for Mac users.
Great! Now I can finally pay them. (Score:5, Insightful)
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.
Mixed feelings... (Score:4, Interesting)
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...
Help with bbedit registration? (Score:2)
Re:Help with bbedit registration? (Score:3, Informative)
You can toss that file and experiment again, or perhaps copy that file to the corresponding place in each user folder.
vs TextEdit? (Score:1)
Re:vs TextEdit? (Score:2)
Re:vs TextEdit? (Score:1)
Re:vs TextEdit? (Score:2)
Pay attention now, I'm going to look at their feature chart (something you obviously have never done).
I will show a list of things that TextWranger has that TextEdit does not and never will (this is not a complete list, this is just a few things that matter):
0) Default to text, rather than rich text.
1) regexp searching (!!!!!!)
2) Multi-file search
3) Plug-In Support
4) Sorting
5) Zap Gremlins
6) Entab/Detab
7) Save in a variety of file formats.
8) Unicode
9) Will save with Unix line-breaks (if you do *any* kind of shell scripting or hand-modifying files, this is a
10) Auto-indent
11) SYNTAX COLORING
12) Can function as an external editor w/ project builder.
13) Emacs Keybinding (your choice)
14) Will open any file up to 2GB in size (RAM restricting, of course)
15) View directory listings.
16) FTP SUPPORT!
If these things aren't important to you, then don't buy it--no one is forcing you to.
In the meantime, however, this is like comparing Preview to Photoshop--not that one of them can't edit, its that one of them is *so much more powerful* than the other one.
Next time, RTFM.
Re:vs TextEdit? (Score:1)
JEdit fills the void! (Score:4, Informative)
Re:JEdit fills the void! (Score:1, Insightful)
let's see...
slow...check!
ugly interface...check!
open sores...check!
Re:JEdit fills the void! (Score:2, Informative)
JEdit performance on OS X (Score:2, Informative)
Re:JEdit fills the void! (Score:1)
-- shayborg
BBEdit is the king of text editors, here's why (Score:5, Informative)
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.
Re:Try harder with emacs (Score:1)
Re:Try harder with emacs (Score:3, Interesting)
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.
Re:Try harder with emacs (Score:2)
I've been a long time EMACS bigot, but even I have to admit that it's time to stop tarting the old girl up and let her have a graceful retirement. Newer editors offer everything EMACS does, and more gracefully.
bizarre (Score:5, Interesting)
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?
Seconded (Score:2)
Yet BareBones have decided to go after ProjectBuilder, and leave the under-$100 HTML editor market completely.
Huh?!
Oh well, I'm happy enough with vim. BBEdit is better, but it's not $180 better.
Re:bizarre (Score:3, Interesting)
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.
um, (Score:1, Informative)
BB = Bare Bones who would have thought? (Score:1)
Re: bizarre (Score:2, Informative)
" 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.
Long time BBEdit user (Score:2, Interesting)
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."
Re:Long time BBEdit user (Score:2)
And I happily paid for a 6.x version mid-2002. When the upgrade to 7.x came out, and I saw the price, for the first time I stopped and asked if I was really interested. I've never questioned paying for BBEdit until now, but when the pricing structure for 7.x hit, I began to wonder if it was a tool I really needed. I don't think I'll follow along this time. I'm sure someone else will enter the market and replace BBEdit with the traditional no-limits text editing we've all enjoyed for so long. If BBEdit wants to be a major developer app, that's fine, but all I need is a text editor that can open any sized file, provide line numbers, and global search/replace.
Re:Long time BBEdit user (Score:1)
BUT: Bare Bones' pricing is getting WAY out of line (not only with BBEdit but also with Mailsmith, a very cool app that isn't making a lot of headway in a field crowded with cheaper or free alternatives), and it's hard to see how they're going to be competitive in the long run. I hope they figure out how to strike the right balance, because they're a great company and they make uniquely useful products.
No BBEdit Lite, but TextWrangler Demo (Score:1)
BBEdit Lite still at download.com (Score:4, Interesting)
Yes (Score:2)
Too bad they pulled Lite [barebones.com] though. If you can still get it, try it, it's awesome.
Re:BBEdit Lite still at download.com (Score:1)
Re:BBEdit Lite still at download.com (Score:2)
"You can open SimpleText documents in TextEdit. If you save the document, TextEdit saves the document in RTF format.
To make changes to a SimpleText document, open it using the SimpleText application, which will start the Classic environment."
Maybe it's me, but I can't for the life of me figure out how to set it so it will save a document I created in SimpleText as plain text. Of course, it's academic now that I've got BBEdit Lite, but I'd still like to know if I'm missing something.
Re:BBEdit Lite still at download.com (Score:1)
I write Perl scripts... (Score:1)
use warnings
Is BBEdit any good at this?
I use X/Emacs on OS X (my home, and fuzziest OS.)
I'll pay but I hardly ever write HTML.
Re:I write Perl scripts... (Score:2)
Re:I write Perl scripts... (Score:3, Interesting)
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.
Re:I write Perl scripts... (Score:1)
BBEdit is great for writing PERL or just about any code you can think of. Yes, BBEdit supports line-numbering.
Of course, whether you're working in UltraEdit or BBEdit or NotePad or SimpleText, when you're debugging PERL it's PERL and not your editor that will be telling you what's working and what's not.
Re:I write Perl scripts... (Score:2)
"Sorry guys I can't figure this one out..."
"It doesn't suck" (Score:1)
More and more, I've found that to be such a fitting description of BBEdit. Sounds like for the Mac Unix folks out there it may even qualify as "Insanely Great", but I'm a web developer and every time I have to take my right hand off the keyboard to reach for the mouse to click on the tool bar, activate a menu command, or check off boxes in a dialog, I wind up losing time and productivity. Homesite has always been a superior tool for coding in markup languages, particularly because of its tag insight and tag completion features. When Macromedia bought Allaire I was hoping we'd finally get Homesite on the Mac, but it looks like they (Macromedia) have folded it into Dreamweaver MX. It's a shame BBEdit never looked into something along the same lines. Forget about any arguments about "product distinction" or anything like that -- Adobe and Macromedia know well enough to copy features of the other's software when it makes sense. XML Spy takes Homesite's tag insight one better by generating pop-up menu content based on your DTD/schema, so its not like there isn't any precedent for other programs using this feature either.
Looks like I have something to look forward to with BBEdit, tho, since I'm trying to learn more about what I can do with the Unix under the hood....
try mi (Score:1, Informative)
did I mention it was free?
http://www.asahi-net.or.jp/~gf6d-kmym/en/
I *have* used BBEdit (Score:2)
Within a week of using BBEdit I was completely weaned-off Edit Plus. Cliptext only allows one substitution, while the BBEdit glossary facility allows you to substitute for whatever you have highlighted, plus whatever is on the clipboard. Plus extra dynamic tags you can use for that. You can of course combine the glossary with GREP patterns and Applescript for some truly evil automation.
The stripped-off tool is just another way of Barebones showing off how they listen to their customers. In every instance that I have had to contact them, they have been very quick and professional. Many times I have emailed them with "hints" for a next version only to have them reply with the page of the manual that explains a function that does exactly what I want to.
An app without a niche (Score:2)
Most of the features (which can be found listed in comparison to BBEdit Lite here [barebones.com]) aren't things you'll need in a true text editor. I mean come on, how much code do you hack that's in Unicode? Rather, of the people that do hack code, how many of *them* need Unicode? And if you're hacking Unicode and need spellcheck (ie, not coding at all), well, you're better off (if only b/c you saved $50) just using TextEdit (Apple's free text/rtf editor) anyway.
The feature of TextWrangler I like the most is "Optional Emacs keybinding support". Heh. If you want Emacs keybinding, I think I can find something that'll do that in an even more Emacs-like fashion [members.shaw.ca].
If you need a powerful text editor that's Mac friendly, shell out for BBEdit. I just can't see there being much middle ground. But again, from BareBones point of view, they're out next to nothing and get to have all the coverage of a "brand new text editor".
BBEdit pointrelease offers new character encodings (Score:1)
I write most of my PHP scripts using Quanta, 'cause it's a pretty good editor and the syntax highlighting works well.But most of all, I can write text in French, with accents, which will be served up nicely by Apache to all comers, be they Mac, Windows, or Linux.
This works because my Linux boxes use ISO Latin 1 encoding, Quanta saves files using that text encoding, and Apache serves them as such.
Windows doesn't seem to have any problems reading these files, but they're a pain in the butt to edit on the Mac, in both Mac OS X and previous OS releases;
If I open one of these files in BBEdit version 7.0.1 or previous, most of the accents I use (like éèçàù or â î û) turn into other, ugly, wierd-ass non-corresponding accented characters.
Just-released version 7.0.2 adds support for many more encodings beyond UTF and MacRoman offered by previous versions: additional Unicode oprions, ISO Latin 1 and 9, along with Windows Latin 1 for Europe, and Korean, Chineese, and Japanese.
Why such a major feature sneaks in a point release is beyond me. I've been paying my upgrades since version 4.5. It has cost me between 35 and 75 bucks a pop, but I've really felt that is was money well spent for Software That Doesn't Suck.
For me, BBEdit's killer feature is function popup menus which put up a list (optionally alphabetically sorted) in the toolbar.
I just click the function popup menu, and all the functions I've defined in the script are a single mouseclick away. Being able to instantly jump to a function I've defined is the single most useful editor function I've seen for programming.
Switching from BBEdit to XEmacs and vim (Score:1)
I used BBEdit for years and loved it. I was power user and a tinkerer. I found many hidden features and exploited them. I thought it might be the Best Text Editor Ever.
Then I started looking at unix text editors, especially XEmacs and vim. They were both harder to use initially, but I eventually felt more productive in either one than in BBEdit, both because of the feature sets, but also because of the keyboard short cuts and the ability to run in a terminal.
Now vim is my preferred editor on OS X, and I only fire up BBEdit when I have to. Details here [stosberg.com].