Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's so great about TextMate? [closed]

Tags:

Almost every developer that uses a Mac practically worships TextMate. Why? What extraordinary features does it have that other text editors and IDEs don't? I did a quick search and the only really useful feature that I found that most other editors lack is the column selection option, but I wouldn't use a certain editor just for that. What makes TextMate so amazing?

like image 824
Sasha Chedygov Avatar asked Jun 20 '09 21:06

Sasha Chedygov


People also ask

Is TextMate still good?

Textmate is still the best Mac native text editor for programming. It's fast, stable, and gets out of your way. The newer CotEditor is a nice swift based implementation, but still lacks the extensibility that TM has.

What does TextMate do?

TextMate has a simple yet effective completion function on ⎋ (escape). It will complete the current word based on matches in the current document. If there are multiple matches, you can cycle through these by pressing ⎋ continuously. It is also possible to cycle backwards using ⇧⎋.

Who created TextMate?

TextMate is a general-purpose GUI text editor for macOS created by Allan Odgaard. TextMate features declarative customizations, tabs for open documents, recordable macros, folding sections, snippets, shell integration, and an extensible bundle system.


2 Answers

TextMate was the first app I bought when I switched to the Mac a few years ago.
The features I like most are:

  • bundle support
  • clean UI
  • project support
  • shell integration
  • fast for small files (fast startup time)
  • HTMLTidy built in
  • CSS and XHTML validation integrated (needs online connection)

but it also has some drawbacks:

  • slow for big files
  • lack of updates (for some time now, but TextMate 2.0 seems to be alive)
like image 112
Thomas Zoechling Avatar answered Nov 03 '22 01:11

Thomas Zoechling


The main selling point is the ability to extend the UI using bundles, which are basically just shell scripts. It is also fairly lightweight.

like image 24
Ken Liu Avatar answered Nov 03 '22 01:11

Ken Liu