I've been working with gedit because it is the standard offering with Linux (I'm a Kubuntu user), but several people have mentioned Kate. For a text editor, for the most part I want a clone of textmate. Is there any merit to the claim that Kate is a textmate clone? I seek comparisons =]
-
3Gedit with the gmate suite of extensions (https://github.com/gmate/gmate) comes close to textmate. – Shreyas Mar 17 '11 at 10:22
-
looking at that package, thanks – Sophie Mar 17 '11 at 10:45
-
Very closely related question: http://stackoverflow.com/questions/253982/ruby-and-linux-prefered-setup , plus other questions with the tags "ruby" and "editor". – Andrew Grimm Mar 17 '11 at 21:51
4 Answers
There are redcar
Textmate bundles, Redcar supports Textmate themes and snippets.

- 59
- 4
-
FAQ says it's still beta. I'd rather go with something that has a following, at least for now ;) – Sophie Mar 17 '11 at 10:44
-
1
-
Actually we say it's still Alpha :) but it's pretty useable now. – Daniel Lucraft Mar 21 '11 at 10:14
I don't know Textmate, but I have some experience with Geany and Kate on Ruby.
I prefer Kate because it's possible to view several files side-by-side in the same window. It's useful to see file dependencies (class and subclass, controller and model/view, etc.).
Kate save sessions, so the window will open next time as it was left.
I suggest KDE >= 4.7 due to some bug fixes and new features.

- 5,435
- 30
- 41
SublimeText 2 (beta) is a cross-platform gui editor that is a lot like Textmate. I've been using it on an off on my Mac and Linux machines. Its fast and so far much nicer than anything else I've used on a Linux machine for development (except for VIM, but that's arguably a whole other ballgame).

- 18,485
- 7
- 55
- 78
While not a "clone" (I don't think you're going to find that any time soon), check out E-Texteditor which supports TextMate bundles.

- 4,662
- 2
- 33
- 55
-
-
Apologies. Check out http://stackoverflow.com/questions/70120/which-text-code-editor-on-linux-is-most-similar-to-textmate then. It's a couple of years old, but offers many Linux options. – Chuck Mar 17 '11 at 23:23