Questions tagged [textmatebundles]

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate.

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate. They offer syntax definitions, language specific snippets and commands, and other tools related to editing within specific programming languages or editing text in general.

172 questions
2
votes
0 answers

Correct indentation with rspec textmate bundle

When I hit cmd-shift-t I see the go to symbol view for rspec, I see something like: Project context "with collaborators" "should have mailing list" Notice that the "should have mailing list" isn't correctly indented under the context. What I'd…
opsb
  • 29,325
  • 19
  • 89
  • 99
2
votes
1 answer

Compiling multiple Java packages with TextMate

I've recently been converted to TextMate as a diverse and powerful programmer's tool. But it appears to be lacking in Java support. So, I've been trying to mess around with the supplied Java bundle (Compile & Run) but it only contains one…
JohnQApple
  • 41
  • 4
2
votes
1 answer

Is there a Texmate bundle similar to Vim's surround plugin?

What is the Textmate equivalent to http://www.vim.org/scripts/script.php?script_id=1697
jwerre
  • 9,179
  • 9
  • 60
  • 69
2
votes
4 answers

play! bundle for textmate is giving me errors

I'm trying to configure textmate with Play! and I keep getting this error when I use the model shortcut /Users/bennett/Library/Application Support/TextMate/Pristine Copy/Bundles/Play!.tmbundle/Support/bin/model.py: Permission denied Can anyone make…
JamesTBennett
  • 2,091
  • 6
  • 19
  • 22
2
votes
1 answer

TextMate's default CSS bundle throws an error when trying to use code complete

I like code complete for CSS because sometimes I forget what values are available for a property. Unfortunately it seems that TextMate's default CSS bundle errors when trying to use it's implementation of Code Complete. The error it generates…
2
votes
5 answers

Textmate autocompletion and class outline for PHP project

I'm using PDT, but want to switch to any lightweit editor. First I want to try Textmate. Eclipse has several useful features: class outlile to get list of properties and methods (with signature) to navigate; type hierarchy, it is like class outlile…
Anton Egorov
  • 1,174
  • 1
  • 11
  • 21
2
votes
1 answer

How to perform multiple find and replace in TextMate besides macro?

I have several regular expressions to find and replace text in documents in TextMate. I would like to be able to have them run in a batch. I made a macro and it worked, but any tiny modifications to the macro means re-recording the macro. And I…
T1000
  • 918
  • 2
  • 15
  • 30
2
votes
2 answers

TextMate find text and then delete entire line?

I'll show you what I want to do using a textmate command or bundle: Lets say we have the following document: foo diddy bah foo foobah diddy I want to find and delete all the lines matching bah, the desired ouput in this case would…
jpemberthy
  • 7,473
  • 8
  • 44
  • 52
2
votes
0 answers

Adding keyword commands and functions to Textmate 2 bundle syntax

I want to add some additional syntax highlighting definitions to an existing bundle, but I need some general advice on how to do this. I'm not building a syntax from scratch, and I think my request is pretty simple, but I think it involves some…
WildGunman
  • 393
  • 4
  • 13
2
votes
2 answers

Recommended TextMate Bundles for Ruby on Rails Development

Can you guys please recommend few textmate bundles that would be helpful while developing ruby on rails applications
felix
  • 11,304
  • 13
  • 69
  • 95
2
votes
2 answers

TextMate bundle to convert line endings from CRLF to LF

I can convert LF to CRLF using sed "s/$/`echo -e \\\r`/" I can also remove all line endings with perl -pe 's/\r|\n//g' I created a modified version which I thought would remove only CR from CRLF however it doesn't seem to work, any ideas? perl -pe…
Jason
  • 607
  • 3
  • 9
  • 25
2
votes
0 answers

Modifying the "proof" completion (environment based on current word) in TextMate LaTeX bundle

Editing with the TextMate LaTeX bundle, I'm trying to change the behaviour of the "Environment based on current word" snippet when applied to the "proof" environment. I would like it to behave as a normal (i.e. not a labeled) environment. I edited…
Noam
  • 21
  • 2
2
votes
1 answer

Creating a command in a bundle to do a find in a replace in a given document

I'm looking to create a command in a textmate bundle that when run will: Search the document for a given string Replace that string with another given string The strings will always be the same Search for
Jason
  • 15,017
  • 23
  • 85
  • 116
1
vote
0 answers

Needs to develop in textmate using JS

I started to use textmate in my projects now. But I'm having problems to run (command+R) javascript and node.js. Every time I run my file, the xcode try compile it. What do I need to do to compile my js files in the browser or in other tool to…
Felipe Volpatto
  • 155
  • 2
  • 11
1
vote
1 answer

Can I make Textmate completions ignore capitalisation?

I've used Textmate for a couple of years, but for Objective-C I'm finding that Xcode is easier. One of the reasons I like Xcode is that I can type "nsui" and it will suggest NSUInteger for me. If I want the same thing in Textmate, I have to type…
nevan king
  • 112,709
  • 45
  • 203
  • 241