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

Why Doesn't This TextMate 2 Bundle Command Set a Codebug Breakpoint?

This TextMate 2 bundle command: echo $TM_FILEPATH echo $TM_LINE_NUMBER open codebug://send?file="$TM_FILEPATH"&line="$TM_LINE_NUMBER"&op="add"&open="1" generates this echoed output: …
Bob Rockefeller
  • 4,492
  • 2
  • 28
  • 35
0
votes
2 answers

Textmate is garbling Rails test output

Instead of colors I see this.. Texmate Screenshot http://zeke.sikelianos.com/temp/textmate_tests_garbled.png Anyone know what might be causing this?
Zeke
  • 1,448
  • 14
  • 30
0
votes
2 answers

How to disassemble, process, and reassemble a string in perl (using regex?)?

I am working on documenting some mathematical research in a Trac wiki. I have set up the Trac installation with a MathJax plugin and everything has been working great. As the documents have gotten longer, I wanted to be able to use TextMate to do…
cheepychappy
  • 468
  • 3
  • 12
0
votes
3 answers

TextMate can't find my RSpec gem in opt (from macports)

I know I've had this problem before so I'm really frustrated. I've got the Ruby RSpec bundle installed for TextMate, but when I Run Behaviour Description or Run Focused Example I get this wonderful…
Simon Woodside
  • 7,175
  • 5
  • 50
  • 66
0
votes
1 answer

Shortcuts conflict between sublime text and textmate bundle

I install sublime text 3 and this bundle for mathematica: https://github.com/dehowell/mathematica-tmbundle. However, when I text edit under the Mathematica mode, I have shortkey conflict issues mainly with three commands, Documentation for Current…
0
votes
0 answers

TextMate PEP8 bundle: how do I enable it?

I want to validate my Python code against PEP8, so I've installed the PEP8 TextMate bundle: https://github.com/ppierre/python-pep8-tmbundle I've followed the README to install it: cd ~/Library/Application\ Support/TextMate/Bundles/ git clone…
flossfan
  • 10,554
  • 16
  • 42
  • 53
0
votes
1 answer

TextMate 2 - Smart Typing Pairs feature and tweaking

I use the TextMate 2 SCSS bundle everyday. It has a very annoying behavior: it "autocompletes" some stuff using the "Smart Typing Pairs" feature. It's very useful most of the time (e.g. I type ( and it types ) automatically), but buy looking at the…
whatyouhide
  • 15,897
  • 9
  • 57
  • 71
0
votes
1 answer

Is it possible to Tab-trigger a snippet in Textmate according to a Regex, instead of a character?

Ok... I guess it may sound stupid or lazy, but I'm doing a lot of CSS lately, and that simple fact of having to type "px" right after every single width or height or margin and so on is drivin' me nuts. I usually 'refine' pixels' values in Firebug…
ALFABreezE
  • 57
  • 6
0
votes
1 answer

Column Indentation Guide on Textmate

I'd like to know if there's a bundle or a preference somewhere in Textmate to get Sublime's white dotted column delimiter. Look at the screenshots. Look at this PHP function in Textmate (source: darwinsantos.com) Now look at it in…
0
votes
1 answer

How to use the "Project Drawer" in TextMate 2 when it doesn't seem to exist?

On TextMate 2 and opening two files in two different locations such as /path/1/file.txt and /path/2/file.txt, I am no longer seeing a way to perform diffs as before since one cannot select files in the project "drawer." We now have a file browser…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
0
votes
1 answer

TextMate is not loading my bundle from git

Using git, I checked out MyBundle.tmbundle to /Library/Application Support/TextMate/Bundles but TextMate does not recognize the bundle. I tried reloading TextMate and running "Reload Bundles" in the menu. None of this works. The same bundle had…
Will
  • 812
  • 3
  • 11
  • 21
0
votes
1 answer

Displaying Docbook section titles in TextMate's function popup

I'm working on a bundle for DocBook 5 XML, which frequently includes content like:
This is my awesome Java Class called <classname>FunBunny</classname> FunBunny is your friend.
I want the titles…
lyricsboy
  • 2,999
  • 24
  • 21
0
votes
3 answers

Textmate with HTML(rails) Problem

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
Meeeeeeee
0
votes
1 answer

Unable to Check Out Bundles for TextMate using SVN

I was following the instructions on this page to check out all bundles for TextMate using SVN: http://wiki.macromates.com/Main/SubversionCheckout When I issued this command: svn co http://svn.textmate.org/trunk ./ Encountered the following error…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
0
votes
1 answer

HTML and CSS bundle for Textmate

Are there any html and css bundle in textmate for autocompletion. Keeping track of every div becomes painful at some point. Thanks
Bhushan Lodha
  • 6,824
  • 7
  • 62
  • 100
1 2 3
11
12