Questions tagged [textmate2]

Latest version of Textmate which is now open sourced on Github.

The new release of Textmate, (Textmate2). It has added a lot of new cool features like:

amongst other improvements like ability to run processes async, split windows and autocompletion.
For some tips on how to use TM2 better look at this blog.

See also the homepage on Github.

137 questions
53
votes
3 answers

How can I show dotfiles in Textmate 2?

I recently upgraded to Textmate 2 and now my dotfiles are not showing up in the file browser. Obviously, this is important when working with stuff like .htaccess files. Is there a way to enable this feature?
user2693845
45
votes
13 answers

What ever happened to Textmate 2?

What ever happened to Textmate 2?
user73481
  • 901
  • 2
  • 9
  • 15
30
votes
4 answers

Error running osascript -e 'tell app "TextMate" to reload bundles'

I'm trying to install Cucumber bundle for TextMate2. I followed the following instructions from the official page https://github.com/cucumber/cucumber-tmbundle: mkdir -p ~/Library/Application\ Support/TextMate/Bundles/ cd ~/Library/Application\…
Nicolas Garnil
  • 6,146
  • 3
  • 33
  • 48
20
votes
3 answers

Disable auto-pairing of characters in Textmate 2?

TextMate 1 had a preference called "Auto-pair characters (quotes etc.)" that would allow you to enable or disable the auto pairing functionality. Is it possible to disable this feature in TextMate 2?
TizzyTool
  • 223
  • 2
  • 5
16
votes
4 answers

Change language being spell-checked in Textmate

In OS X applications such as Mail and Firefox you can right click in a text field and change the language being spell-checked. I can't figure out how to do the same in Textmate. Can it be done easily, and if, how?
jacob
  • 1,214
  • 2
  • 13
  • 22
13
votes
2 answers

In Textmate2, how do you disable the header-styles in Markdown documents?

I am currently trying to disable or tweak the new "headline-style" that was introduced with TM2 (or the bundle?). The undesired behaviour will change the font-size and family for the line depending on the headline level. Here is an example…
m3nt0r
  • 457
  • 3
  • 9
12
votes
2 answers

Highlighting the current line in TextMate 2

In TM 1.x, there was a preferences setting to enable the highlighting of the current line. This option seems to have disappeared in TM2. I assume there is some setting in tm_properties that can be set, but I cannot figure it out. I've tried setting…
Chris Fonnesbeck
  • 3,881
  • 3
  • 24
  • 28
9
votes
4 answers

Has anyone managed to use older Textmate bundles with Textmate2?

I specifically want to be able to use Ackmate bundle, peepcode (the new 'Go to file' seems good enough) and some other custom bundles with TM2. I tried moving the existing bundles to a location ~/Library/Application…
jake
  • 2,322
  • 1
  • 20
  • 31
8
votes
4 answers

Set virtualenv for python in textmate 2

I'd like to work in my virtualenv from textmate 2, but i really have no idea on how to indicate text mate the env of python it has to use. If anyone can help, thank you.
user330860
8
votes
1 answer

How to adjust line spacing in Textmate 2?

How to adjust the height of line spacing in Textmate 2? i.e. preferably like Textmate 1 (on the right).
ohho
  • 47,708
  • 70
  • 236
  • 372
8
votes
5 answers

Textmate2 save on lost focus

In TextMate v1, there was an option to save on lost focus. That is, when you'd switch to another application, your TextMate documents would save. How can I recreate this behavior in TextMate 2?
Rose Perrone
  • 55,475
  • 49
  • 196
  • 231
7
votes
1 answer

How do I configure Textmate2 to turn off Soft Wrap by default for all files?

I put a .tm_properties file in my home folder and also at the top of my source tree with the following in it, none of the versions had any effect. softWrap = false softWrap = :false softWrap=false Also with no effect, I put the line below section…
BillSaysThis
  • 622
  • 4
  • 14
6
votes
2 answers

How do I tell TM2 file browser not to show certain folders

I already have a .tm_properties file that includes these lines: excludeInFileChooser = "{$excludeInFileChooser,log,vendor,tmp,META-INF,.svn}" excludeInBrowser = "{$excludeInBrowser,log,vendor,tmp,META-INF,.svn}" excludeInFolderSearch =…
BillSaysThis
  • 622
  • 4
  • 14
6
votes
1 answer

In TextMate 2, is it possible to change the title of the open tabs?

In TextMate 2, when you have multiple documents open at once, and they appear in a row of tabs on the main window, is there a way to change the text (filename) shown in each tab? By default, it shows the file's basename (the filename without any…
user3112401
  • 363
  • 2
  • 9
6
votes
1 answer

Opacity of background in Textmate2

I am new to Textmate 2. I have seen few people using textmate with a reduced opacity of the background color. I am trying to find a way to achieve that, but could not get to anything closer. I tried tweaking the bundle file for the default theme,…
Wizard
  • 1,022
  • 2
  • 13
  • 39
1
2 3
9 10