Tagged Questions

0
votes
1answer
18 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
2answers
45 views

TextMate: using tmctags bundle, opens in new window!!! how do i open it as a tab?

I have this issue with textmate where it opens up a file in a new window, but not a tab. thereby its harder to navigate and also disables me from using tcmtags on that new file. …
0
votes
1answer
108 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 …
0
votes
1answer
72 views

TextMate for Java/Maven development

Is anybody doing Java/Maven development with TextMate? Any Bundle I can use for it? I am aware of regular bundles for Maven and Java (to generate part of the code), but are there a …
0
votes
3answers
68 views

Textmate with HTML(rails) Problem

Hi, I am editing a .html.erb file with HTML(rails) selected at the bottom. When I type if I get: < ?php if (condition): ? > < ?php endif ? > Any ideas? Cheers
1
vote
3answers
209 views

TextMate source.java comment block folding

How do I modify the java language definition bundle foldingStartMarker and foldingStopMarker entries to allow for folding of these types of comment blocks? This is the comment sty …
0
votes
2answers
195 views

Textmate Ruby on Rails Highlighting

Hi, I have textmate 1.5.7 running on my leopard machine. When programming in rails, for some reason some key words do not get highlighted. For example: validates_presence_of, has_ …
1
vote
2answers
72 views

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 NSUInt …
4
votes
1answer
480 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: …
0
votes
1answer
56 views

Textmate quick one [closed]

I know its not strictly programming related, but the textmate mailing list is too 1990 for me to use properly. I won't make a habit of this: Anyone seen this popup before, it happe …
1
vote
1answer
147 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 comman …
1
vote
1answer
91 views

How can I change language contexts in Textmate bundles?

I'd like to get my Textmate bundles to use the correct contexts based on what I'm editing. For example I use YUI a lot so I'd like the HTML bundle to use the YUI JS bundle instead …