Tagged Questions

1
vote
5answers
184 views

Explain this Regular Expression please

Regular Expressions are a complete void for me. I'm dealing with one right now in TextMate that does what I want it to do...but I don't know WHY it does what I want it to do. /[[:alpha:]]+|( …
0
votes
0answers
5 views

Reopening TextMate projects sourced on NFS mount

Every time I eject my NFS mount, my TextMate project(s) sourced on said mount go red. But if I reconnect, there doesn't seem to be a way to re-source them. Any ideas?
1
vote
1answer
27 views

Project Update via Textmate (like Espresso)

I am thoroughly in love with Textmate. I program everything in it, including ASP.Net for my daily job. However, I have a license for Espresso and I was looking at it recently and discovered that …
0
votes
3answers
36 views

TextMate: Adding to a bundle

There are a couple of bundles that I would like to add some functionality to. If I update the bundles via SVN will my additions/updates be replaced?
1
vote
2answers
91 views

Textmate and vim modes

Hello. It is possible to emulate vim modes, macros and bindings in textmate?
0
votes
0answers
16 views

textmate + tm_dialog2 howto?

hello, i've already added an own bundle to my textmate installation, next step would be to provide some nice GUI to the commands. i've already watched the screencasts of "interface builder" + …
0
votes
0answers
35 views

Having Textmate warn me when writing to a file that was modified since Textmate last read it [closed]

Scenario: I open a file, I edit it. After I began editing, the file is modified by another program. Finally, I save the file. In that case, Vim would provide that helpful warning: WARNING: The …
0
votes
0answers
20 views

Textmate, open file at Caret

I bet this is really obvious but I can't find how to open the linked file that the Caret is currently on in Textmate. For example in the likes of Dreamweaver you can click in the index.html portion of …
1
vote
1answer
66 views

How to enable ruby methods visualizing in vim

Hi, a have googled the question, but found nothing - maybe I do not know how to define the search keywords properly in this case. I like to use folding in vim when I'm developing Ruby on Rails …
0
votes
3answers
93 views

textmate railscast theme and font?

where can I get the textmate rails theme and font used on Railscast?
2
votes
2answers
164 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 …
1
vote
1answer
30 views

Code folding on consecutive collect/select/reject/each

I play around with arrays and hashes quite a lot in ruby and end up with some code that looks like this: sum = two_dimensional_array.select{|i| i.collect{|j| j.to_i }.sum > 5 }.collect{|i| …
0
votes
2answers
73 views

git commit -a on Mac hangs when TextMate is quitted

I have core.editor set to "mate -w". On Leopard, git commit -a starts TextMate. After entering a commit log message, saving (Cmd-S), and quitting (Cmd-Q) TextMate, git would successfully complete the …
4
votes
5answers
165 views

Emacs session / projects / window management

Hello, I am working with Ruby on Rails projects most of the time so I need a way to save projects and the state of the buffers/windows I am working on, mostly because I often find myself switching to …
0
votes
1answer
69 views

Shell script to grab selected text and alter it?

How can I make a shell script that will know where the caret is and grab selected text, so I can wrap the text in something? For example, this is a script from a Textmate bundle: …

1 2 3 4 5 9 next
15 30 50 per page