Tagged Questions

4
votes
5answers
109 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
47 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
49 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
2answers
28 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
4answers
73 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 …
1
vote
1answer
30 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
5answers
126 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
24 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).
0
votes
4answers
125 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 …
0
votes
0answers
17 views

TextMate Snippet to Mirror Only Matched Characters

I have been trying unsuccessfully to mirror text that only matches "a-z0-9" using the following code: ${1/[a-z]/$0/}${1} After the snippet has been tab triggered I would expect …
3
votes
4answers
79 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
37 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
vote
1answer
38 views

How can I add the “--watch” flag to this TextMate snippet?

I love TextMate as my editor for all things web, and so I'd like to use a snippet to use it with style.less files to automatically take advantage of the .less way of compiling .css …
0
votes
1answer
82 views

Live CSS Edit with Textmate & Firefox

I have become accustom to editing CSS live in the browser using FF dev toolbar. However I do miss Textmate and syntax highlighting. I'm looking for a plug-in for Textmate to edit C …
1
vote
1answer
42 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 2 3 4 5 8 next
15 30 50 per page