Tagged Questions

1
vote
1answer
25 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 …
0
votes
1answer
39 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 succes …
4
votes
5answers
147 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 …
0
votes
1answer
56 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
vote
3answers
72 views

Ways to speed up TextMate on large rails projects?

Is there any way to improve the performance of TextMate when a large project is open? Making it the active app is taking about 10 second each and every time.
0
votes
4answers
85 views

Python + SVN + Windows/Mac = Invalid syntax?

I'm pretty sure the following error is related to the fact that I'm sharing code via SVN with a colleague that is using a Windows system. Myself, I use Python on Mac, editing wit …
0
votes
2answers
34 views

can anyone explain this javascript textmate snippet to me please

hi all, the following code is a textmate javascript snippet, can anyone explain it please? cuz i want to use this feature in my own snippets. greate thanks. document.getElement${1 …
0
votes
5answers
158 views

TextMate’s Jump to Function in VIM?

Hi guys, Recently I've been trying my hand at using vim instead of TextMate and one of the features that I've missed most in VIM is TextMate's jump to method function (CMD + Shift …
1
vote
1answer
35 views

TextMate - jump to latest modification

is there any way of quick jump to the last modified line? eclipse has it bound to ctrl-q and I find it very usefull while navigating between multiple files. for example, when i nee …
0
votes
1answer
14 views

SASS syntax highlighting does not work when bundle is installed along with HAML’s in Textmate?

I've encountered this issue on two different machines and can't figure out what the cause is. SASS syntax highlighting works fine in TextMate when I install a SASS bundle like thi …
0
votes
4answers
136 views

Replace www.example.com w/ <a href=”http://www.example.com”>www.example.com</a>

I am not very good at regex, but I need to convert the following example from this <li>Creations by Carol - www.driedfloralcreations.com</li> to <li>Creations …
1
vote
1answer
51 views

Groovy bundle for TextMate

Where can I get the Groovy bundle for TextMate? I checked the TextMate subversion repository but it's not there. The Groovy site TextMate page references TextMate's missing Groovy …
1
vote
1answer
38 views

Java Code Formatting in Textmate

Is there a way/bundle/shortcut to format the Java Source in TextMate? (As we do with Shift+Command+F in Eclipse).
3
votes
4answers
100 views

Textmate toggle collapse/expand CSS rule command?

Does anyone know of a command (not a macro) for Textmate / E Text Editor / Redcar / etc. that will collapse a multi-line CSS rule down to one line OR, if the rule is already on one …
0
votes
3answers
39 views

Cleanly translate (x to y) and (y to x) using a find/replace/regex in TextMate.

I want to change this: _(with(new FuListNode )->isList())->shouldBe(true); _(with(new FuListNodes)->isList())->shouldBe(false); _(with(new FuTreeNode )->isList())-& …

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