Tagged Questions
TextMate is a text editor for Mac OS X.
46
votes
18answers
18k views
43
votes
58answers
33k views
Best editor or IDE for Ruby? [closed]
I've heard so much about TextMate - The Missing Editor for Mac and that it is the best one for Ruby.
What is your choice?
And what is the best Ruby editor on Windows?
E Text Editor?
37
votes
13answers
20k views
Which text/code editor on Linux is most similar to TextMate?
I'm using TextMate on Mac OS X, which I am very happy with, but I would also like a nice editor on my Ubuntu box. So I have been looking for something like TextMate, which is very simplistic in its ...
35
votes
32answers
38k views
Is there TextMate-like editor for Windows?
Are there any good TextMate-like programs for the Windows platform?
30
votes
19answers
16k views
Why Emacs/Vim/Textmate? Isn't Xcode good enough?
Hi I mostly do C++, Objective-C programming. And I found Xcode plus an auto completion/macro plugin (Completion Dictionary) quite adequate.
However, all people seem to praise over their pure text ...
27
votes
9answers
7k views
Text editor for scala
I'm tired of using IDEs for scala because it can take several minutes to write one line of code on my computer (before I started programming in scala I didn't surmise that it is slow). It's a great ...
24
votes
6answers
5k views
Textmate git commands fail with 'sh: line 1: git: command not found'
When trying to use some of the commands from the Git bundle for TextMate (eg. 'Show Uncommited Changes') I get an error message like 'sh: line 1: git: command not found'.
How do I make TextMate work ...
20
votes
11answers
2k views
Thinking of moving from TextMate to vim for Rails dev. What do I need?
I do Ruby on Rails development pretty much exclusively. I currently develop in OS X using TextMate. I have a virtual machine running to emulate as closely as possible the environment my app will be ...
20
votes
17answers
5k views
What are some useful TextMate features?
I noticed that many people here use TextMate for coding on OS X. I've recently started using it, and although I like its minimalistic interface, it makes it harder to stumble upon cool features if you ...
19
votes
4answers
4k views
Is it possible to implement Python code-completion in TextMate?
PySmell seems like a good starting point.
I think it should be possible, PySmell's idehelper.py does a majority of the complex stuff, it should just be a case of giving it the current line, offering ...
18
votes
8answers
3k views
What's so great about TextMate?
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 ...
18
votes
30answers
5k views
What are some useful TextMate shortcuts?
Macs are renowned (or bemoaned) for having an extensive number of shortcuts. However, OS X itself pales in comparison to the shortcut lists in TextMate and its bundles.
What are some useful keyboard ...
17
votes
6answers
4k views
What is your favorite textmate plugin or bundle?
Textmate is a great editor with lots of plugins and bundles, hoping to find a few more that will make Textmate even more useful.
I personally can't live without Ack in Project ...
17
votes
7answers
9k views
TextMate alternative for Linux [closed]
Is there any TextMate alternative for Linux?
Something like e-TextEditor for Windows
15
votes
5answers
2k views
TextMate tips for Rails Development
Working on Rails code for a bit has started me on the spiral into obsessively customising my dev environment (I say obsessive as at the last Rails meetup I went to there was some guy who was raving ...
15
votes
1answer
3k views
Bracket Highlighting in Textmate (javascript)
I have some gnarly functions in javascript that I am using Textmate to edit. I see an extremely short flash of the matching bracket, but it is almost imperceptible if you don't arrow over the bracket ...
15
votes
7answers
5k views
class & function names highlighting in Vim
I just recently set up my Vim environment from Textmate, after becoming addicted to its modal input.
However, syntax highlighting seems to be not so beautiful in Vim. I code in C++ and since the ...
14
votes
2answers
948 views
Bundler Gemfile syntax highlight in Text Mate
Hello I'm learning Rails3 so I start to use gem Bundler (http://github.com/carlhuda/bundler)
Does anybody know, how to setup TextMate to highlight Gemfile syntax?
Thanks!
13
votes
2answers
5k views
Is there a better Python bundle for textmate than the one in the bundle repository?
At this time Textmate's official Python bundle is really bare bones, especially in comparison to the Ruby bundle. Does anyone know of a Python bundle that is more complete?
EDIT:
I am fully aware ...
12
votes
4answers
480 views
What's textmate's 'Go to File' fuzzy search algorithm?
Textmate's 'go to file' fuzzy search is really awesome.
Wincent's Command-T plugin for vim does something similar and it rocks too.
Can someone explain how these work? Is there a general term for ...
12
votes
7answers
5k views
Editing remote files over SSH, using TextMate?
I LOVE using TextMate on my MacBook. It's great.
Unfortunately, I want to edit some files directly on my dev server, since it's difficult to recreate the environment locally. I'm using Git, so one ...
12
votes
3answers
4k views
Django + Emacs (as TextMate replacement)
There is any complete tutorial how to configure emacs for using with Django (1.1) (on Mac)?
Im thinking about switch from TextMate to Emacs to have multiplatform editor for django. I have my fav. ...
10
votes
1answer
1k views
TextMate: Highlight matching tags of caret location
Is it possible for TextMate to syntax highlight the opening and closing tags of your current caret location? And I am talking about constantly, not by pressing a key combo.
Furthermore, if it ...
9
votes
3answers
281 views
Amend HTML Grammar based on attributes in TextMate
I've recently started experimenting with jQuery Templates, which rely on your ability to wrap HTML within SCRIPT tags.
<script id="movieTemplate" type="text/x-jquery-tmpl">
<li>
...
9
votes
4answers
4k views
Using Python 3.1 with TextMate
TextMate seems to use the built-in Python version I assume (sys.path doesn't work). How do you configure it to use 3.1 instead? I've already installed the 3.1 package and I can use IDLE for ...
9
votes
3answers
779 views
Find out to which highlight-group a particular keyword/symbol belongs in vim
I am coming to Vim from TextMate, and I would like to customise my vim colorscheme. It would be really helpful if I could find out to which highlight-group(s) any particular word or symbol belongs. In ...
9
votes
2answers
1k views
Highlighting trailing whitespace in Textmate for Python?
I would like to do something like this Textmate tip, so that trailing whitespace are always highlighted in some way when I code something in Python - it makes it easier to correct it immediately and ...
8
votes
1answer
219 views
Your i18n workflow in Rails with TextMate?
What is the best workflow for i18n in rails? I am using Textmate as an editor, but all Textmate bundles that I have tried have a poor user experience. Is there anything out there that helps me extract ...
8
votes
4answers
583 views
TextMate js.erb: toggle <%= %>, <% %>
I'm using a js.erb template to render some jQuery. When editing an html.erb file in TextMate, I frequently use the convenient key combo, ctrl+>, to create and then toggle the following tags:
<%= ...
8
votes
5answers
5k views
How do you default to Soft Tabs while programming in Textmate?
My "Soft Tabs" setting in TextMate is not sticky. After I restart TextMate, I often have to set the option again for the same file. How can I make this setting the sticky default across all files?
8
votes
3answers
4k views
How do I view git diff with textmate
I have my editor setup to be textmate but when I do a git diff it uses vi to show me the diff output, is there any way to set it to show the diff in textmate?
8
votes
2answers
12k views
TextMate's Dawn color theme for Emacs
Does anybody know if there is a color theme like the TextMate Dawn theme, for Emacs ? I simply don't like the way the fonts look on my dark emacs theme and I am not sure if it's emacs's fault or just ...
7
votes
3answers
112 views
Is there a way to dynamically examine html output with vim?
When I write html in MacVim I keep the same file open in a web browser so that I can examine the html output. One of the things I dislike about this method is that I constantly have to leave vim, go ...
7
votes
3answers
1k views
Pros and cons to RubyMine and TextMate [closed]
I need to move to a "serious" Ruby (on Rails) IDE now that Netbeans is discontinuing Ruby support. I don't want to start a trolling war, but could I'd love to hear the pros and cons of using TextMate ...
7
votes
1answer
874 views
Setting up TextMate for Haskell programming on Mac OS X
I am new to mac, and am in the process of getting my computer setup with all the programs I need, one of them being Haskell.
To my surprise, the Haskell platform for OS X is not like in Windows ...
7
votes
6answers
1k views
HTML5 formatting on MacOS X? (preferably with TextMate)
Are there any editors or bundles available for MacOS X that support formatting of HTML5 documents? Tidy errors out on newer tags like canvas.
7
votes
6answers
259 views
Wrapping selecting text in enclosing characters in Emacs
In Textmate I can wrap enclosing characters ('(', '[', '"', etc.) around text by selecting it and hitting the opening character. For example, if I select word and hit (, it will become (word). What ...
7
votes
8answers
8k views
What is a good C++ editor for Mac OS X?
I am a first year Comp. Sci. student and am looking for the best way to develop C++ on a Mac. I have Xcode and Textmate.
What are the benefits/negatives of each?
Are there any better ones?
Do you ...
7
votes
2answers
3k views
How to program in C# with TextMate as my IDE?
Yes, I know there is MonoDevelop. But what if I want to use Textmate instead?
So my question here is aimed at the .Net developer who has developed some C# applications using Textmate. I'm curious ...
7
votes
3answers
859 views
Textmate: remap Escape for word completion
In the Textmate code-editor I use the Escape-key, for word completion, alot.
Is there a way to bind another key-shortcut to its functionality ?
(ps: my CAPSLOCK is already CTRL)
7
votes
1answer
2k views
Setting Shortcut Keys in Textmate
I am switching to textmate and there are a few things I want to change. I have tried Googling for the answer, but haven't found a simple explanation for how to rebind shortcuts globally.
First, tab ...
6
votes
2answers
88 views
Sweave can't load R packages
I upgraded R to v2.14.0 and along with the upgrade I decided to move the standard package repository to Dropbox so laptop and desktop are in sync all the time.
I set my ...
6
votes
2answers
193 views
shortcut to goto method definition in rails with textmate
With Netbeans or Eclipse I would Ctrl + click on the function name to go to the method definition. Are there any shortcuts for this in Textmate ?
6
votes
2answers
132 views
“Execute and Update '# =>' Markers” for VIM
Is there a possibility in VIM to repeat "Execute and Update '# =>' Markers" TextMate feature for ruby code.
I'd like to have something like:
x = 2
class A
def a
42
end
end
x # =>
...
6
votes
3answers
1k views
Textmate Rails3 no such file to load — bundler
When I try to run tests from TextMate in Rails3 i get an error that I trace back to boot.rb. When I try to run boot.rb via textmate I get this error:
LoadError: no such file to load — bundler
method ...
6
votes
3answers
1k views
Textmate tab and de-tab selected block
Recently switched to Textmate on Mac for coding. On PC when ever I want to tab in or out a block of code I just highlight and press tab or shift+tab to move it in our out. It's very useful when you ...
6
votes
6answers
1k views
Emacs recursive project search
I am switching to Emacs from TextMate. One feature of TextMate that I would really like to have in Emacs is the "Find in Project" search box that uses fuzzy matching. Emacs sort of has this with ...
6
votes
4answers
3k views
What is the standard programming font used in Textmate?
It looks very readable. I specifically like how the text is a little bit bolder than Consolas, sort of like Comic Sans.
Is it downloadable for windows?
6
votes
3answers
676 views
How can I undo more than a single character in TextMate?
TextMate may be the best editor out there, but is has a big disadvantage: it undoes each character typed instead of grouping characters. This makes a large undo tedious!
Do you now any hacks, plugins ...
5
votes
4answers
965 views
Compile CoffeeScript on Save?
Is there anyway to easily compile CoffeeScript on save? I'm using TextMate or Sublime Text 2.