Tagged Questions
The textmatebundles tag has no wiki summary.
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 ...
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 ...
8
votes
4answers
586 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
6answers
1k views
Textmate cucumber bundle issues - 'Run Feature' producing errors
From a cucumber feature file when I go to 'Run features' Im getting the error below in the popup box that appears.
How do I fix this?
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in ...
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.
5
votes
2answers
516 views
Add Javascript syntax highlighting to the HAML TM Bundle
I have the HAML TextMate bundle and inside of the :javascript block, I'd like to have proper javascript syntax highlighting. How could I modify the HAML bundle to do this?
4
votes
1answer
1k views
How to update GetBundles in TextMate?
I originally installed GetBundles using Trey Piepmeier's instructions. Afterwards, I installed all TextMate bundles using GetBundles. I noticed that my copy of GetBundles was old, so I did the ...
4
votes
6answers
3k views
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 ...
4
votes
1answer
1k views
Formatting ERB Templates automatically in textmate
When writing ERB templates in Ruby on Rails using Textmate formatting by hand pretty much sucks.
Do anyone know of a textmate bundle that handles formatting of ERB templates/views? My googling has ...
3
votes
2answers
37 views
Shortcut to create a javascipt function stub in Sublime Text 2
Is it possible to quickly create a method stub in Sublime Text 2? Perhaps a package I could install?
For example, I bind something in jquery -
$("p").bind("click", {foo: "bar"}, handler)
Could I ...
3
votes
1answer
314 views
How to tell textmate to open .scss.erb files as SASS?
With Rails 3.1 I have to append my scss files with .erb to use images in my css. It's causing me a problem with textmate though.
How do you tell textmate to always open .scss.erb files as SASS?
...
3
votes
1answer
105 views
IN TextMate I can't create partials with Rails tmbundle
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:355:in `to_plist': An object in the argument tree could not be converted (ArgumentError)
from ...
3
votes
1answer
382 views
Can't build XCode 4 Project from Textmate
I've opened a newly created XCode 4 project in TextMate (by dropping the project folder on the TextMate icon like the manual suggests) and have attempted to build it using the Command-B shortcut and ...
3
votes
1answer
207 views
3
votes
1answer
135 views
Is there such a thing as an “elisp bundle” for TextMate?
I started using Code Collector Pro to organise and save my Emacs codes, and this software requires TextMate bundles for syntax highlighting. They have a lisp bundle, but not an elisp bundle, at least ...
3
votes
3answers
2k views
PHP custom class and function autocompletion in TextMate project
Is there a bundle which completes my custom classes and functions in a TextMate project?
Like the code hints with PHP core functions?
3
votes
1answer
923 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 this. However, when I ...
3
votes
4answers
1k 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 CSS live while ...
2
votes
1answer
66 views
Error running osascript -e 'tell app “TextMate” to reload bundles'
I'm trying to install Cucumber bundle for TextMate2. I followed the following instructions from the official page https://github.com/cucumber/cucumber-tmbundle:
mkdir -p ~/Library/Application\ ...
2
votes
1answer
337 views
“ReferenceError: $ is not defined” using CoffeeScript TextMate bundle with Rails 3.1
I am trying to use this bundle with the coffee files generated for each controller. I'm just delving into this for the first time by just doing the traditional
$ ->
alert('Hello World!')
It ...
2
votes
3answers
824 views
textmate bundle for coffeescript
I'm trying to add the textmate bundle for coffeescript.
I've followed the instructions on github - https://github.com/jashkenas/coffee-script-tmbundle
When I try to compile & display JavaScript ...
2
votes
3answers
99 views
TextMate bundle to insert a line of text above each line selected?
I'm looking for a way to insert a line of text above each line in the selected text in TextMate.
Does anyone know how to write a command or snippet to do this?
Example, selected text:
This is line ...
2
votes
1answer
121 views
Why do my TextMate bundles sometimes not have access to environment/shell variables?
I have a TextMate bundle written in ruby that accesses the ENV hash to read shell variables.
It sometimes succeeds in reading this variable, and sometimes doesn't find it. I've been unable to figure ...
2
votes
1answer
239 views
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 ...
2
votes
1answer
476 views
TextMate - How to install a bundle?
I see a lot of bundles here I'd like to get my hands on
http://svn.textmate.org/trunk/Bundles/
The problem is I don't know how to install them. I've read the section 5 of manual dedicated to ...
2
votes
1answer
1k views
RSpec TextMate Bundle [spec/autorun (LoadError)]
So I updated to the latest RSpec TextMate Bundle and I'm no longer able to run spec test with "Command R".
I have a clean version version of TextMate installed.
Rspec version 1.3.1 installed and the ...
2
votes
3answers
237 views
TextMate toggle comment macro is broken
My laptop crashed and when it rebooted, "cmd /" (toggle comment) was broken. When I try to toggle comments on a line that only contains "foo", I get this output in my code instead of "# foo":
...
2
votes
1answer
136 views
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 ...
2
votes
2answers
276 views
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
2
votes
1answer
343 views
Programming TextMate in Ruby. Problem with TextMate.go_to
I'm modding a TextMate bundle even though I'm a complete beginner at Ruby. The problem I'm trying to solve is the issue of moving the caret to a certain positition after the command has made its ...
1
vote
0answers
62 views
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 ...
1
vote
1answer
24 views
How to re-enable the TextMate2 's bundle
I am using Tm2.
For some reasons,I disabled a bundle with "Edit with Bundles",but when I reopen the Tm2 and re-select the bundles such as Avian,it becomes grey cause it is disabled.
So the question ...
1
vote
0answers
22 views
How can I help TextMate recognize which bundle to load?
I have a problem with four bundles I'm using, specifically Ruby, Ruby on Rails, RSpec and Sinatra.
Most of the time TextMate manages to get the bundle type right, but for these, I find myself ...
1
vote
1answer
140 views
TextMate Haskell Plugin
I am a big fan of textmate, and have recently had to start using Haskell for school. I was wondering if anyone knows where I can find the haskell bundle for textmate. I have tried the directions in ...
1
vote
1answer
54 views
How to create a custom symbol list item in Textmate?
I am looking to create a custom "Symbol" for the "Symbol List" in Textmate so that I can have named bookmarks and jump to sections more easily.
Specifically I am trying to duplicate (from the CSS ...
1
vote
0answers
62 views
How to change Textmate R-Bundle to run JGR.app instead of R.app?
I find JGR (Java GUI for R) far better than the standard R Gui, but I would like to run it with Textmate, because of its project handling capabilities.
There's already a Textmate bundle for R, but I ...
1
vote
1answer
110 views
syntax highlighting for .ru files in textmate
Hi i am using text mate on the mac whilst learning ruby on rails !! However the backup files (.ru) , don't have any syntax highlighting and I can't find any bundles for these for text mate. Does ...
1
vote
1answer
60 views
In TextMate is there an easy way to swap two comma-separated values?
Let's say I have the following:
['cart', 'horse']
Is there a quick way to swap the two so I have the following:
['horse', 'cart']
I'm referring to the actual text and not reordering an array ...
1
vote
1answer
170 views
Formatting Ruby on Rails Code Textmate
I've a project that I'm working on which has not been started by me. The code is all jumbled up, I want to format the code, not manually but by using textmate. How do i go about it?
1
vote
1answer
116 views
Question on Textmate Ruby on Rails bundle, what's the difference on HTML(Rails) mode and Ruby on Rails mode?
When developing Rails project using Textmate, there are some related modes. When pressing Win + Alt + Shift + r, you will get a list of modes:
Ruby
HTML (Rails)
Ruby on Rails (RJS)
Ruby on Rails
SQL ...
1
vote
3answers
197 views
Rails 3, make exception links clickable and open in editor (textmate)
I have a Rails 3 installation running on a remote development server. Is it possible to make the exception lines clickable and open in an editor like textmate on my local maschine? I would save a lot ...
1
vote
2answers
196 views
⌃⇧H in TextMate to 'Tidy' HTML causes NoMethodError
I tried using 'Tidy' in an HTML document for the first time yesterday, and got...
/tmp/temp_textmate.Z2P0KX:30:in `<main>': undefined method `empty?' for nil:NilClass (NoMethodError)
I've not ...
1
vote
1answer
98 views
⌃⇧L 'Wrap selection/word as a link' broken in TextMate
I regularly use ⌃⇧L in TextMate to wrap selection as a link. When I used it this morning, i got...
/tmp/temp_textmate.RRepHN:13: syntax error, unexpected ':', expecting keyword_then or ',' or ';' ...
1
vote
1answer
139 views
Has anyone started a port of the Textmate tmbundle for Rails 3?
I loved this bundle in Rails 2
https://github.com/drnic/ruby-on-rails-tmbundle
But now that I'm moving to Rails 3, I'm feeling left out in the cold.
Should I just start my own branch and upgrade ...
1
vote
0answers
60 views
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" ...
1
vote
3answers
593 views
Compiling C++ with textmate
I have problem with compiling cpp that include another cpp files
so I have Main.cpp Numbers.h and Numbers.cpp and it seems that TextMate only compile my Main.cpp and doesn't include the rest. I tried ...
1
vote
1answer
240 views
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
1
vote
0answers
187 views
python highlighting in textmate
recently i switch to textmate for python coding, and i was very disappointment that textmate doesnt highlight standart built-in methods for string, list and others. So, i'm trying implement it by ...
1
vote
2answers
126 views
Any TextMate trick/bundle to lookup Rails documentation?
I know this is common in 'full featured' IDE's and not text editors but TextMate walks a unique line with its many bundles... I'm wondering if there is an easy way to, say, click on a Ruby or Rails ...
1
vote
1answer
235 views
Why don't Textmate snippets autocomplete but work when using the “Bundle” menu?
Edit:
Below is my original question. After solving my problem, I thought I'd re-edit this so others may benefit. The root question is "A certain subset of textmate snippets aren't working."
Original ...