Live data from Hacker News

TextMate 2 (Public) Alpha

blog.macromates.com

81–90 of 178 posts

Re: TextMate 2 (Public) Alpha

#81

I don't see any mention of this under notable changes since 1.5.10, but does TM2 undo more than one character at a time yet? This was the deal-breaker for me with TM. I like being able to undo and redo quickly.

I just checked the latest build and...

Yes. It has been fixed.

Re: TextMate 2 (Public) Alpha

#82

Earlier quoted context omitted.

I'm sure I'm not the only textmate user who finds Sublime Text hideous. I'd sooner bite the bullet on vim if I'm going the ugly route.

I would have to agree. I tried Sublime Text for two weeks, but I continued to dislike it. It's not a bad editor or anything, it's just not for me. Personally I'm getting a bit tired of reading about how people think that TextMate is done and how we should move on. TextMate 1.5 is still my text editor of choice, it simply fit how I work. Honestly I would be happy if TextMate 1.5 is just maintained as is. There's a lot…

"""There's a lot of complaining about TextMate which I simply don't understand. Split screen editing, really, you care about that?"""

Hell yes I care.

"""More frequent update? Why? Do you really need a new feature in your text editor every week?"""

No, I just need tons of features 1.5.x lacks. I could care less if they are delivered all in one release of a couple of them in frequent updates, but as we've seen "infrequent releases" doesn't work for Alan.

Re: TextMate 2 (Public) Alpha

#84
post #18
post #2

Split views are coming. From the post: "Split views: Yes, I actually had this on the alpha milestone, I’m not overly excited about this feature myself, but I know it’s a very common request, so eventually it should find its way into the application."

I don't get why people think this is an editor feature, and not an OS feature. When I want to view two files at the same time, I open two windows, and put them side by side. Not everything needs to be fullscreen all-the-time. Let the OS manage windows. It's better at it! Besides, having windows automatically become half-maximized is easy with the right tools, like BetterTouchTool (Do it with a gesture!), or Divvy.

vimdiff, that's why.

(or whatever your editor of choice calls its synchronized side-by-side diff mode)

Re: TextMate 2 (Public) Alpha

#85
> Full screen mode: This is mainly because we are hesitant to go Lion-only so we are holding back with “lionizing” TextMate till we feel confident we can fully drop backwards compatibility.

That's not true. Adding full-screen support does not require breaking backwards compatibility: it's a quick check to see if the feature can be enabled.

Re: TextMate 2 (Public) Alpha

#86

Earlier quoted context omitted.

Honestly, while Sublime is GREAT, it doesn't feel like a Mac app.

Neither does TM. And it's not like "feels like a Mac app" should be a top requirement for a programmer's editor --else we wouldn't use Emacs, Vim and the like.

I humbly disagree on both counts. (Emacs is my ugly #2, though.)

Re: TextMate 2 (Public) Alpha

#87
post #40

Earlier quoted context omitted.

Honestly, while Sublime is GREAT, it doesn't feel like a Mac app.

Does TextMate 2.0a1 ?

I've only used it for an hour or so last night, so I can't really say. However, TextMate 1 with MissDrawer definitely does.

https://github.com/jezdez/textmate-missingdrawer

Re: TextMate 2 (Public) Alpha

#88
post #24

Earlier quoted context omitted.

From what I've gleaned, it sounds like (although I haven't been able to try the alpha myself) that TextMate is missing some crucial features, such as split screen functionality. After switching from TextMate to vim I'm almost certain I won't be able to switch back and especially not if stuff like that doesn't make it into the final release.

Modal editing is the killer feature for me -- and the lack of those special project files cluttering up everything. Even if TextMate had splitscreen, Vim used with the project-oriented NerdTree and BufExplorer plugins is a tough combination to beat for everyday hacking. Sublime Text 2 with Vintage mode enabled comes close, but man does it clutter up your project folders.

This fork of Macvim has a very Textmate-like file browser baked in.

https://github.com/alloy/macvim/downloads

https://skitch.com/ericschiller/gtbb9/index.html.haml-dev-sa...

Re: TextMate 2 (Public) Alpha

#89
post #68

Earlier quoted context omitted.

Try Vico. Textmate bundles and vim editing.

I did (but admittedly not for long). It didn't have the same level of polish. Has this changed? I can already use TM bundles on Sublime Text, but it just felt more feature complete.

I personally find it much more polished than Sublime Text. It's not quite TextMate yet, but close.

Re: TextMate 2 (Public) Alpha

#90

In the mean time Sublime Text 2 has all of the Alpha features as well as cross platform support and support for TextMate bundles. You should really give it a shot if you haven't.

There is one feature in TextMate that's not in Sublime which I really love to the point, where it's an absolute requirement for me: when I edit a file in TextMate and my account lacks permission for saving the file, TM would allow me to sudo right from the GUI in order to still save.

This is much better than seeing that I can't save, copy the whole file to the clipboard, reopen it with 'sudo vim' and then pasting it (no. Not even 'sudo subl' works)

One of the main reasons I use an editor like TM or S2 for is system administration which often requires root. For development I'm usually using the JetBrains IDE with the respective plugins.

Post reply on HN