TextMate is the BBEdit of OS X.
TextMate finally gets an update
61–70 of 115 posts
Re: TextMate finally gets an update
#62Re: TextMate finally gets an update
#63My original feeling about Textmate overall remains about the same. It probably appeals to recent OSX converts--it's a giant step forward from any Windows-based text editor I can think of--but lacks a certain "Mac-ness" long-time OSX users expect.
Thus Textmate risks falling into a no-man's land: users less set in their ways in the Mac world may settle for the relatively clunky IDE text editors; stubborn old-timers will prefer the more familiar feeling BBEdit.
As for the paucity of updates, let's cut Allan some slack. After some 20 years, BBEdit is only at version 9.6 and vim is only at version 7.3. Quality takes time.
Re: TextMate finally gets an update
#64Earlier quoted context omitted.
My biggest gripe with TM 1.5 is how Find in Project still beachballs on a new 3.33 6-core Westmere RAID 10 setup. Even after hearing everyone else's problems with FiP, I thought it might have been the slow HD in my last iMac. It's not. ;)
Definitely use the "Ack In Project" bundle instead of "Find in Project". It's like night and day.
Re: TextMate finally gets an update
#65Earlier quoted context omitted.
Emacs has git integration, have a look on emacs wiki
I've tried most of them and they didn't really do what I wanted. I don't want to do all my git commands from my editor, but I want my editor to visualize important stuff for the files I'm looking at. In netbeans the gutter of the open file is color coded to show how the code your looking at is different from HEAD (or whatever).
Re: TextMate finally gets an update
#66Earlier quoted context omitted.
I can't speak for other communities, but all of the developers I who work with Ruby use TextMate. It may not be the majority, but the Ruby (and Rails) audience is certainly not "extremely small." A clean, extensible editor like TextMate that gets out of your way is all you really need when you're working with tools that don't require an IDE. I think the main reason we haven't seen a major update yet is that so many p…
This is interesting because it was NetBeans' Ruby and Rails support that led me to try it out in the first place. I could take this further, but it's not really germane; I think I wasn't very tactful in expressing my idea in my original post; the response is quite understandable. I'm not trying to state that TextMate is the wrong editor, or that there aren't a bunch of people who love it. I just personally think that…
What? you want code completion? well then hack up a ruby script and add it as a bundle. The thing that it really lacks is a decent lexer/parser. regular expressions are not good enough for the coloring and syntactic awareness that is needed for a tween text-editor/ide in my opinion.
Re: TextMate finally gets an update
#67Earlier quoted context omitted.
There's TextWrangler (free, http://www.barebones.com/products/textwrangler/ ), Smultron (free, http://smultron.sourceforge.net/ ) and BBEdit ($125, http://www.barebones.com/products/bbedit/index.html ). They're all popular. I'm a Textmate user though. I don't mind that there have been delays in releasing 2.0, because it doesn't make 1.5 any less useful — it does everything I want it to do and it's still supported.
Fraise is a continuation of the now abandoned Smultron.
Re: TextMate finally gets an update
#68I am sure that version 2 will be completed at some point, but at what cost to his sanity? Imagine for a moment if he just gave up and released the source for free.
Hundreds of itchy fingers across the net dig into the source, enhancing it, expanding it, fixing it, porting it to everything from Linux to the Nintendo DS. The cult of Textmate grows with each new release, finally bringing another contender to the editor wars long raged by vi and emacs.
Since Mr. TextMate dude no longer has a source of income, he decides to write a book about his experiences developing the app and his eventual burnout. It is an instant hit with geeks everywhere. He rakes in tons of money doing speaking engagements.
After a few years, the itch to code returns. Mr. TextMate's new app, TextyMatey - an editor that converts everything you type into pirate speak, becomes the first ever text editor to hit 1 million downloads in the first day. DVD sales of Pirates of the Caribbean trilogy skyrocket, prompting a visit from Johnny Depp. Mr TextMate and Johnny become fast friends and spend the rest of their days as men of leisure on the French Riviera.
Re: TextMate finally gets an update
#69Earlier quoted context omitted.
I think it's more that the audience for a TextMate type editor is extremely small. On one side, you've got all the IDEs, like NetBeans, IntelliJ & Eclipse (not to mention XCode) that go far beyond TextMate, really making the cost of TextMate seem ridiculous. On the other side you have free products that offer almost everything TextMate does for very simple editing. Textmate was a good idea back when support for inter…
Just like Emacs and vi eh? TextMate is pretty extensible. Extensible enough anyway, and you don't have to commit to a single language for extension, which is pretty cool. I like Lisp and hate vimscript, but when extending TextMate I can use shell, Lisp, Ruby, Python, or JavaScript, depending on the task at hand or my mood. I still hate TextMate. And Emacs. They all stink, but less than IDEs.
Re: TextMate finally gets an update
#70The previous update was on 2009-11-23. Almost a year ago. The full changelog for this release ... [2010-11-12: REVISION 1616] [CHANGED] Disable interactive input support as this is unfortunately causing too many problems on Snow Leopard. Ticket 75950BCB. [NEW] Set DisableClipboardPrecomposing to 1 to disable the precomposing introduced in r1589. [NEW] Included Make bundle among the default bundles. [FIXED] Solved pro…