163 comments

[ 3.5 ms ] story [ 218 ms ] thread
PLEASE DO NOT REPUBLISH THIS INFORMATION!

.. is probably the best thing to write if you want something to get republished ;-) Nonetheless, all of the reports I'm seeing on Twitter are resoundingly positive so far, albeit with a few complaints over the icon (but what's new there?)

While I doubt it, it could have been intentional to reignite interest/discussion.
Sounds like: "Don't think of a pink elephant."
Except the part where people who received the original email have 100% control over whether or not they do tell other people about it.
> PLEASE DO NOT REPUBLISH THIS INFORMATION!

From the linked email.

(comment deleted)
(comment deleted)
Congratulations to Allan for overcoming coder's block and burnout and putting something in people's hands.

I've complained about the wait as much as anybody else, but if I'm still using Textmate 1 after 6 years of waiting, that's something he should be proud of too.

But how do we download it? The link on that thread is dead... :(
Allan pulled the download. It will be officially released tomorrow.
(comment deleted)
Hm.. I wonder how many people will switch back to TextMate 2 from Vim/Emacs/Sublime Text?
I imagine all three are superior to TM2, especially Vim and Emacs, after you bust through the learning curve no point ever going back.
Last I heard, TM2 was being targeted for Lion - two operating systems ago.

Five years is a long time.

Little typo there, TM2 was targeting Leopard.
<- Emacs user (for years) who is looking to switch back to TM at least for some things. Can't live anymore without a modern non-fidgety GUI or basic necessities like Lion fullscreen support.

Programming on a laptop dramatically changes the cost/benefit of keyboard-heavy interfaces, IMHO. E.g. it's almost as quick for me to flick the cursor to switch tabs as it is to type a chorded keyboard shortcut to switch buffers, especially factoring in the ability to look and think about what buffer I want before initiating any movement.

On the other hand, the buffer system scales up to much larger amounts of buffers really easily, which I find very useful.

Also, on KDE at least, Emacs has both a very nice GUI and fullscreen support.

Finally, I am now using a 13" laptop, and using the keyboard is still more efficient despite the really nice touchpad my new computer has.

> E.g. it's almost as quick for me to flick the cursor to switch tabs as it is to type a chorded keyboard shortcut to switch buffers, especially factoring in the ability to look and think about what buffer I want before initiating any movement.

Hah. Try doing that when you have 782 open buffers. :-)

Also, Emacs doesn't have real Lion full screen support, but try "M-x set-variable RET ns-auto-hide-menu-bar RET t RET" which comes close.

> Also, Emacs doesn't have real Lion full screen support, but try "M-x set-variable RET ns-auto-hide-menu-bar RET t RET" which comes close.

It doesn't come close at all. It takes over the primary desktop which results in very weird behavior with the Dock. Which is, ultimately, the thing that drives me up the wall about Emacs. It doesn't behave like an OS X app, and the token GUI support is fiddly and jarring (lack of smooth scrolling, etc). Now that other editors are upping the ante in terms of scriptability (Sublime Text has an awesome Python API, too bad its closed-source), the reasons to stick with Emacs are rapidly decreasing for me.

> It takes over the primary desktop which results in very weird behavior with the Dock.

Not sure what you mean. It's pre-Lion style full-screen, not weird at all. It just hides the menu and the dock.

I'm not sure I agree that Emacs's GUI support is "token" but I would admit to it not being the emphasis of the program. I give them a lot of credit for having a Mac port in the main codebase and keeping 3 or 4 disparate GUIs in sync with each other.

Scrolling with the trackpad is crazy fast by default, I had to slow it down with the "mouse-wheel-scroll-amount" customization (I only did this after multiple years because it doesn't matter that much in the end--I realized that if I'm using the mouse in Emacs I'm generally doing something wrong).

Smooth scrolling is anathema to Emacs which doesn't even let you resize the window in sub font-height increments. I don't think that decision is necessarily correct but I think it probably comes from Emacs's heritage as a terminal program. I think smooth scrolling could be nice. I do have to say that in the long run C-v, M-v, and C-s end up being way faster and more accurate than 2 finger scrolling.

A funny aside, I did one of the first (if not the first) port of Emacs to OS X back in the Mac OS X Beta days and someone sent me an email saying the menubar was blank--there were no menus in the program. The funny part was I had released it and had been using it as my main text editor for weeks and I never even noticed. :-)

Aquamacs has fullscreen support and for homebrew there are a few patches out that will enable fullscreen for vanilla emacs.
After playing with TM2 for half an hour or so, I don't think I'll be switching back from Vim. I was hoping for some split-screen action and maybe some advanced autocomplete intergration, but it doesn't seem to have either. It's looking to be a great update and improves on a lot of things in the existing version, but if I were honest, I'd have to say I wouldn't bother upgrading if it wasn't free.

That said, it's obviously an alpha release, so who knows what the future will hold.

I don't have a license so I don't saw the alpha but it's seems frustrating that in 5 years of "development" so little was added. But, OTOH, it's not the final version.
"""But, OTOH, it's not the final version."""

That doesn't change much.

Either it will be released soon, so not much will be added in the final version,

or

we wait for more stuff to be added before it's released in another 2-5 years, making it totally pointless as of now.

(And given that it's not like the previous 5 years were well spent, we already know how this will go...)

Except that if the guts are there to add features quickly, it could have been time well spent. We just don't know yet, but progress over the next month should be indicative (see progress on ST2 as an example of a seemingly healthy codebase in this regard)
What sorts of things does it improve?
Release Notes: http://dl.dropbox.com/u/891742/Screenshots/tm2_release_notes...

Major changes include the new project drawer (though, I prefer ProjectPlus[1]), and the new bundle/theme updater[2], where you just tick the box and it auto-installs.

-

[1] http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus

[2] http://dl.dropbox.com/u/891742/Screenshots/1hgh.png

Has anyone worked out where new bundles created within TM2 get saved to though? It's not obvious to me...
~/Library/Application\ Support/TextMate/Managed/Bundles
Ha, funny. I just switched back to Emacs this past week after a 5 year hiatus. Thank god for muscle memory..
This emacs user won't.

I've gotten too used to org-mode, SLIME, M-x shell, and a host of other things I'm pretty sure textmate doesn't do.

You should add Tramp to your list--I don't think textmate has anything like it and it's extremely useful. You can open a remote file or shell as easily as opening the same locally; my coworkers don't even notice that I'm editing files remotely!
Vim has this too (netrw) though it's not nearly as nice (as is typically the case.)
TM2 seems to have a similar function. Haven't tried installing on the server side though.

Edit: Here it is... http://erniemiller.org/2011/12/12/textmate-2-rmate-awesome/

That seems similar. However, for Emacs, you don't have to install anything on the remote computer--it uses scp by default, I think. It also supports different protocols; for example, you can use it to edit files, browse directories or run shells with sudo.
I gave up and went with Sublime when I bought a new machine a couple of months ago. I won't be switching to TM2
Funny though, how many people got hooked on Textmate and moved on to Emacs or Vim in the last few years.

I certainly did. After tasting Emacs or Vim, there is no going back.

I wonder whether we would have stayed if Textmate had been updated earlier. I also wonder whether this new spring in text editors might be in part a reaction to Textmates hibernation. Maybe if it had been updated earlier, there would be no Sublime Text, no Kod, no Chocolat and no Vico?

I like Sublime Text, I paid for it, and it's cross-platform. No going back for me.
I can't wait to try TM2, but in the last six months I switched to vim and vico and got extremely comfortable with them. TM2 will have to really be something else for me to switch back.
> Sadly I had to pull the alpha since it’s now all over twitter w/o proper introductionary text, hotfixes, etc.

(http://lists.macromates.com/textmate-dev/2011-December/01465...)

Maybe something to do with the IMPOSSIBLE TO MISS REQUEST TO NOT RE-PUBLISH THE ALPHA INFORMATION that people can't seem to comprehend.

I was thinking the same thing. It's too good to be true, so people are too eager to share it, despite Alpha issues.

Can't wait to try it myself though...

Yeah, no doubt. I saw that and thought it was lame for people to post the announcement. WTF? And I'm the one with -20 karma. I have no idea how. WTF is karma anyway?
For what's it worth, this was posted on a publicly accessible TextMate mailing list.

Not sure why he would think it wouldn't leak out.

Common courtesy? I know it's rather uncommon these days...
Common courtesy is typically lost after 6 years of neglect.
How is the author taking his time to release a new version neglect?

People that were not happy with the wait migrated to other editors.

He owns us nothing.

Yup, we owe him nothing as well.
That's why is it called "common" courtesy.
I know, right! My TextMate completely stopped working when it was just 3 years old. Don't make 'em like they used to.
Sorry, but "neglect" is a pretty obnoxious accusation you're leveling against Alan. He's dutifully maintained Textmate 1.5.x over those years and has released many many updates. That these releases have not also served to entertain you is simply not a legitimate complaint, let alone an excuse to suspend "common courtesy".
It's not that it's not supposed to leak like some big secret. It's that it makes you look bad when you get it into the general public's hands rather than a bunch of developers that know that it's of alpha quality and it goes around crashing all of the time, corrupting your data, etc. Things you'd expect alphas to do.
If anything, the request seems more ironic that actual...

As if there was a chance in hell it wouldn't get republished...

I am starting to understand why Apple has provisioning of devices -- and now Macs -- for pre-release software.
At least as of the Lion developer previews, Macs are not in any way provisioned.
For the love... anyone please upload it?
Your self-control is just masterful. Congratulations.
The Sublime2 dev builds have slowed as of late so I was wondering if the author was prepping for final release to steal TM2's thunder.
I was wondering similarly: Dev work on ST2 seems to have stopped altogether. Which is a pity, because it really was shaping up to be a winner. But there are still plenty of features missing.

Now i'm using chocolatapp, which seems to be moving along briskly and now has a better feature set.

"""Dev work on ST2 seems to have stopped altogether."""

Yeah, no new beta release for a whole of 40 days!

"""Now i'm using chocolatapp, which seems to be moving along briskly and now has a better feature set."""

The only reason it "moves along briskly" is because it started with very little. And better than ST2? Currently is somewhere south of TextMate 1.x

Agreed. My observation about Sublime2 was a positive one. Taking a break from releasing a new dev build every day is not neglect.
Build 2143 came out on November 12. I'm using build 2144 from November 25. The release pace is slower, but that's still pretty active.
> The only reason it "moves along briskly" is because it started with very little…

Release early, release often.

Sorry if this is a tired question, but, does Chocolat have vim bindings or are there any plans for it to?
No, but we're getting there. So far it can sort of do nano bindings :) (only in internal builds).
What thunder? I don't see much in the alpha release -- and the quality smells of another 1-2 years of waiting...
I'm not sure... TM1 actually has some pretty rough edges which don't seem to snag in actual use. It's the only non 'mac-like' app that I've ever grown to love.
Press and mindshare thunder!
Have you used used it? I.e is this informed or uninformed nonsense?
Oh, I see what you did here.

Yeah, I f*n used it. I'm a paying 1.x user, and I downloaded TM2. Not very impressive. Actually, mostly the same.

He slowed down the release of builds in an attempt to get out of beta I believe.
wow, getting hosed for posting a superior alternative, not to mention platform agnostic.
But is it better than sublime? :P
No
The strength of TextMate has always been its powerful scripting interface, something that Sublime currently lacks to extreme.

For me anyway, there are few text editors that can equal the power than TM provides in this domain. Please prove me wrong.

No split windows yet... still hoping.
Be sure to drop by in ##textmate on freenode, the discussion on how to implement and use split windows is not really making progress so far.
That is simply depressing. I went to Vim for this alone, and, well now I'm addicted to Vim.
Emacs, baby, every single day of the week!
Emacs with a vim plugin solved my editing problems.
I got tired of waiting and moved to Sublime Text 2 for this reason alone. Three columns at once is glorious.
This was the first thing I looked for in the feature list and after I started it up for the first time. Thought for sure I was missing it some where. Looks like I'm not the only one.

Next, I was looking for fullscreen... Surely it's here, but I'm not seeing it.

These 2 features alone are huge to me and reasons I still stick with MacVim despite it feeling/being clumsy at times. It just doesn't have that same polish, look, feel that TextMate has. Sublime is nice I guess, but I just can't get into it (I still bought a license to try out and support the efforts).

First Duke Nukem, now Textmate... it's sad to see the vaporware industry collapse like this, isn't it?
Don't forget about the Higgs Boson.
The Super Luminal Neutrino business is still doing pretty well.
Seriously, who puts

    PLEASE DO NOT REPUBLISH THIS INFORMATION!
on a publicly-accessible mailing list unless they're just asking for the Streisand Effect to occur.
Does it natively/properly support Japanese?
Even more broken than before, in fact. It cannot handle IME input at all (I'm testing with Kotoeri). Trying to type "aiueo" yields something like this (including all the NSUnderline stuff and highlights): http://cl.ly/0U3c3G3K471c0b341v33 However support for South Asian languages has improved a lot from what I can see, which is a good sign.
Ah geez, that's unfortunate. The hack to make CJK input work is the only part of Textmate 1 that I found sucky.
For my personal use, this release falls a little flat because these days being cross-platform is a pretty important editor feature to me. It's great that Find in Files doesn't freeze the entire program anymore, but I need something that works no matter if I'm on my Mac laptop, my Windows desktop or my remote Linux server. I'm currently a Sublime Text 2 user by day, but I'm on the cusp of switching to Emacs full-time.

That said, TextMate was the first scriptable text editor I ever truly enjoyed using, and I'm really pleased to see that TM2 is finally about to be released to a wider audience after such a long development cycle. Congratulations to Allan for finally having something that he can share with the world, and I don't regret what I paid for the license, even if I no longer use it.

I don't know how Allan figured this release would remain out of the public eye. Yes if you want to alpha release it to a very select group of people but don't send your release notes and download links to a public mailing list. Word will definitely leak out.
(comment deleted)
Still no mention of chunked Undos. Undo'ing character by character is why I gave up on TextMate years ago, but I suppose I should be thankful since it helped me find Vim.
It has definitely improved from char-by-char undo. It's at least doing word by word and seems to grab bigger chunks in some instances
Considering how in Emacs an Undo can also be undone and that you can apply Undo only on a selected region, text editors that are undoing char-by-char leave a bad impression on me.
Character-by-character undo is actually the reason I first started using Textmate. Most of the time, I don't want the editor to guess what I want to undo, I want it to undo each individual keystroke and action I made.
Seriously? That's why there are different kinds of Undo for different key combinations in serious text editors.
Yes, seriously. It's a personal preference. Is the second part of your comment intended to imply TextMate isn't a serious text editor?
Yes, that's my general viewpoint.

TM is just something "good enough" for people not wanting to go full on to either Vim/Emacs or an IDE. People one would call "newbies" back in the day.

That sounds awfully like something someone would say if they were trolling. I'm going to assume you weren't.

There are many things I've found I like in TextMate that Vim can't do - character-by-character undo, for example.