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
3 answers

TextMate: Adding to a bundle

There are a couple of bundles that I would like to add some functionality to. If I update the bundles via SVN will my additions/updates be replaced?
simonwjackson
  • 1,818
  • 4
  • 25
  • 33
1
vote
2 answers

Textmate, how to find out which theme I am using?

I am using TextMate version 2.0-alpha.9387, I don't see any options in Preferences.
ideawu
  • 2,287
  • 1
  • 23
  • 28
1
vote
1 answer

haml comment in Sublime Text 2

I downloaded the Textmate bundle for haml in Sublime Text 2 and did this (changing comment from / to correct -#): http://www.sublimetext.com/forum/viewtopic.php?f=4&t=3995 Well, now Ctrl+/ will always give -# which is good. But I also want another…
HP.
  • 19,226
  • 53
  • 154
  • 253
1
vote
2 answers

Get rid of TextMate2 TODO shortcut - no solution possible

EDIT: There currently is no solution. It turns TextMate 2 doesn't maintain the ability to insert the "kill buffer" with ^Y. While it is possible to rebind a ^Y to "Paste" (command-V), I want the emacs behavior of inserting the "kill buffer". The…
Rose Perrone
  • 61,572
  • 58
  • 208
  • 243
1
vote
0 answers

How can I skip variable in sublime text 2 snippet?

I have a sublime text 2 snippet like this: on('${1:click}', ${2:'$3', }function (e) { $0 return false; }); If I trigger the snippet first is highlighted click, next is highlighted '', and here I have an option to either enter a value with…
simo
  • 15,078
  • 7
  • 45
  • 59
1
vote
1 answer

Textmate - search data in directory

Can i search data in directory? It's too painful to search on whole project (on my Mac it takes something like 5-15 minutes which is awful). Version of textmate is 1.5.10 (1631).
ExiRe
  • 4,727
  • 7
  • 47
  • 92
0
votes
2 answers

spellchecking code comments in Textmate

Does anyone know of a plugin I can use to spell check the comments in my code? I'm always doing things like this //Retrns porduct name in upercase function getUpperCaseProductName(){ var productName = Myobj.currentProduct.data.name; …
Finnnn
  • 3,530
  • 6
  • 46
  • 69
0
votes
1 answer

Prevent textmate from auto adding semicolon after colon

Is there a way to prevent textmate from auto-typing a ; after every : when editing CSS? I still want it to auto add closing brackets and curly braces. Just not semi-colons. Is this somewhere in the CSS textmate bundle?
Christian Schlensker
  • 21,708
  • 19
  • 73
  • 121
0
votes
1 answer

How can I fix permissions for bundles or Subversion in TextMate?

When I try to use GetBundles to update my TextMate bundles, "Parsing Local Bundles" appears and the progress wheel spins endlessly (e.g. >20 minutes). Reading the Help manual for GetBundles suggests that this might be a permissions error. In line…
ChristopherE
  • 135
  • 5
0
votes
1 answer

What's the best way to update TextMate bundles?

I've just realized, that some of my TextMate bundles would probably profit from updating. The problem is, that some of them are pre-packaged with TextMate under /Applications/TextMate.app/Contents/SharedSupport/Bundles and others are manually…
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327
0
votes
0 answers

How can I implement custom syntax highlighting for my own small 'language' in CLion?

I have created a really small 'language' for which I want to implement custom syntax highlighting. I have tried to do this in CLion using the "File Types" menu, but didn't really get too far: (In this picture the entire syntax is visible) How do I…
0
votes
1 answer

TextMate: Bundle to wrap selected text with php commenting

I am new to TextMate, and so far I am loving it! Prior to TextMate, I was using Dreamweaver. Dreamweaver has a nice feature where you select your text, and wrap it with php commenting. . This was especially useful for temporarily…
Michel Joanisse
  • 450
  • 1
  • 9
  • 26
0
votes
1 answer

Getting current again with TextMate (bundles, tutorials)

What would be the best way to get my TextMate bundles all up to date and learn all those great keyboard shortcuts that speed development? (especially rails, html, jquery, blogging) I have circa 2008 textmate books; looking for up to date tutorials,…
Bob Walsh
  • 13,011
  • 4
  • 24
  • 21
0
votes
1 answer

Reinstall Aptana Studio 3 bundles to get my custom snippets back?

I'm using Aptana Studio 3 for JavaScript development. Day 1, I tried importing some old favorite Textmate snippets etc. with limited success. Some keys like dot, comma, "d + number" etc. takes precedence over my custom commands and the situation has…
dani
  • 4,880
  • 8
  • 55
  • 95
0
votes
1 answer

Ruby 1.9: Break statement from recursive functions now a syntax error?

I'm updating a bundle (GetBundles) to be compatible with Ruby 1.9 (1.9.2 specifically). This script uses break if $close in a (I'm assuming) recursive function. I'm assuming this is a recursive function since break doesn't make sense otherwise…
Brandon
  • 1,956
  • 18
  • 18