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
1
vote
0 answers

Matching multiple entries in a Textmate Bundle regular expression

tl;dr Can you collect multiple values into a single backreference? I'm trying to write the syntax highlighting for a Textmate bundle but I've struck a problem. There are two places a method type declaration can appear. The first is in a method…
zmthy
  • 568
  • 3
  • 13
1
vote
1 answer

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 constantly switching form Sinatra to Ruby on Rails, as…
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327
1
vote
2 answers

Is there bundle for textmate or sublime text 2 that will show me what value a ruby method returns?

Is there bundle for textmate or sublime text 2 that will show me what value a ruby method returns?. I'm looking for something with a tooltip that I can hover over a statement and have it tell me what the method returns.
lampShade
  • 4,361
  • 8
  • 34
  • 50
1
vote
1 answer

Is there a TextMate grammar for DM Script development with Visual Studio?

Over the years, I have been using various versions of Visual Studio as the IDE for my multi-file DM script projects. The code editor in GMS3 makes this less necessary, but VS provides very nice integration with Git source control, so it is very…
Mike Kundmann
  • 705
  • 5
  • 12
1
vote
2 answers

Pb latex compilation with Textmate under OS Ventura 13

I have some problem to generate pdf file after calling pdflatex under TextMate. I work under Mac OS 13 and I know that The LaTeX-Bundle of TextMate was not updated in time for the release of MacOS 12.3. So I followed the procedure here : Textmate…
1
vote
1 answer

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 bundle) /** something **/ That basically adds to…
Tom Kruk
  • 11
  • 1
1
vote
0 answers

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 can't get it to run with JGR. (But then I know…
1
vote
1 answer

Syntax highlighting of unsupported language in WebStorm with TextMate bundle

The usual answer to this question is, "download and add a suitable TextMate bundle." I have done that. I'm working in WebStorm on a React project using GraphQL. It has a lot of .vtl (Velocity Template Language) files that do not have syntax…
Audiopolis
  • 530
  • 5
  • 24
1
vote
2 answers

Is there a SubEthaEdit-like plugin for for TextMate?

It would be fantastic to edit the same file as a neighbor in real time, à la SubEthaEdit, in Textmate. Coda does this. Is there a way to hack this stuff into TextMate?
Alan H.
  • 16,219
  • 17
  • 80
  • 113
1
vote
4 answers

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 style: /** * This is a comment... * Yet another comment... */ I've…
Evan
  • 412
  • 3
  • 7
1
vote
1 answer

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 (Rails) I want to know the difference between…
Just a learner
  • 26,690
  • 50
  • 155
  • 234
1
vote
1 answer

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 of the standard JS one, etc. Can anyone suggest where and what I…
sh1mmer
  • 1,316
  • 11
  • 19
1
vote
4 answers

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 of time if I did not have to manually open…
atmorell
  • 3,052
  • 6
  • 30
  • 44
1
vote
1 answer

⌃⇧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 ';' or '\n' /tmp/temp_textmate.RRepHN:15: syntax…
1
vote
1 answer

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 the tools as they're broken, or has somebody started…
nessur
  • 1,143
  • 1
  • 11
  • 18