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
4
votes
1 answer

TextMate's Execute and Update ‘# =>’ Markers evaluates with ruby 1.8 instead of 1.9

In TextMate 2, Execute and Update ‘# =>’ Markers menu action updates the markers in the following code as if I am running ruby 1.8 even though my TM_RUBY environment variable is set to ~/.rvm/rubies/ruby-1.9.3-p286/bin/ruby: v = RUBY_VERSION # =>…
Milos
  • 2,728
  • 22
  • 24
4
votes
3 answers

Sublime tmLanguage file and sublime-settings file

I have two questions about the Sublime Text Editor 2. My 1st question is, I have several different .tmLanguage files ( ex: Console.tmLanguage) or .tmbundle (Ex: Handlebars.tmbundle) saved in the Packages/User folder. But it won't detect by the…
MMA
  • 525
  • 2
  • 10
  • 19
3
votes
2 answers

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 ,I can not select the bundle which I have…
Ford Guo
  • 957
  • 9
  • 18
3
votes
1 answer

"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 works fine when I view the page, and doing Command+B…
codedog
  • 2,488
  • 9
  • 38
  • 67
3
votes
1 answer

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 output. Basically what happens is this: I hit a key…
Martin
  • 217
  • 4
  • 10
3
votes
1 answer

How can I get Textmate to properly highlight the code in Ruby .rb files?

I am using version 1.5.15 (1523) of Textmate on OX X Snow Leopard. My .rb files only have rudimentary highlighting, and the highlighting breaks on every appearance of a double-quoted string. The syntax has been checked and it is valid. How can I fix…
RubyRedGrapefruit
  • 12,066
  • 16
  • 92
  • 193
3
votes
3 answers

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 using xcode and it was working fine.. Here is the…
BlackSoil
  • 516
  • 1
  • 5
  • 16
3
votes
2 answers

Textmate, How do I limit the folders TODO bundle searches when it launches?

I like the TODO bundle in textmate. When I launch it however, it searches what seems like my entire drive. Is there a way I can tell it to just search, for example, my projects folder? Or better yet, the folder of the project that is currently…
francob411
  • 103
  • 6
3
votes
0 answers

Atom Editor Syntax Grammar: How to match function call?

I'm writing a grammar file for the Atom Editor for a specific (yet unsupported language). While I'm getting expected results up to now, I'm not sure how to accomplish the following. I want functions declared in the current file that are called in…
3
votes
1 answer

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 not that I can see. I would think that the syntax…
Vivi
  • 4,070
  • 6
  • 29
  • 44
3
votes
2 answers

Autocomplete in Textmate

Sometimes I watch screen casts where someone is using text mate. I'm a rails developer, so these are rails screen casts. They'll type something like: def for example and "end" will automatically appear underneath. I do have the bundle for Rails…
Elliot
  • 13,580
  • 29
  • 82
  • 118
3
votes
4 answers

Matching nested constructs in TextMate / Sublime Text / Atom language grammars

While writing a grammar for Github for syntax highlighting programs written in the Racket language, I have stumbled upon a problem. In Racket #| starts a multiline comment and |# ends it. The problem is that multiline comments can be nested: #| a…
soegaard
  • 30,661
  • 4
  • 57
  • 106
3
votes
2 answers

run Scala in TextMate

I am trying to run Scala in TextMate. I have created a new variable TM_SCALA and set it to the path which I obtained on executing the following command on the terminal which scala But when I try to run a Scala program, I get the error Run Script:…
Dinesh
  • 2,194
  • 3
  • 30
  • 52
3
votes
1 answer

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 also install a HAML bundle, like this one, SASS…
Hakan Ensari
  • 1,969
  • 1
  • 18
  • 32
3
votes
3 answers

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 viewing in Firefox. I have tried other editors such as…
Parrfolio
  • 157
  • 1
  • 4
  • 9
1 2
3
11 12