Questions tagged [textmate]

TextMate is a text editor for macOS.

TextMate is a text editor for macOS, created by Allan Odgaard in 2004. Although it is still actively maintained, public-facing development was largely dormant for a decade after 2007, during which time many users migrated to other software. The current version of the software is 2.0.23.

The code is open source, and is hosted on Github. Questions about development of the editor and its bundles are on topic at Stack Overflow.

As an editor targeted primarily at the development community, questions about general use of TextMate are also on-topic. Please check end-user documentation for possible solutions before posting.

1125 questions
0
votes
1 answer

Textmate shortcut/macro for selecting HTML tag's contents?

Is there a Textmate shortcut or macro for selecting an HTML tag's contents?

Everything

So, for the above, "Everything" would be selected. Bonus points if you know of a shortcut or macro that also selects everything including the tags.…
manafire
  • 5,984
  • 4
  • 43
  • 53
0
votes
3 answers

Does the textmate vertical selection feature exist in Flex Builder or Eclipse?

In textmate on OS X there is a handy feature when you select text. If you hold the option key down the cursor turns into cross-hairs and you can select a vertical column of text and paste it back as a vertical column with the lines rows…
Gordon Potter
  • 5,802
  • 9
  • 42
  • 60
0
votes
0 answers

How do I remove a shortcut in Textmate?

Whenever I hit CMD + R in TextMate (version 1.5.11), it opens Safari. How do I disable that shortcut, or at least make it open Chrome instead? Couldn't find anything on TextMate preferences, neither on system preferences's application shortcuts.
zok
  • 6,065
  • 10
  • 43
  • 65
0
votes
1 answer

Textmate code folding

I'm working on a big project so I use code folding a lot. I basically have two types of code: 1. help.scroll = function() { // some code } 2. help.scroll = { // some code }; So Textmate folds the first code, but doesn't folds the second…
ajitam
  • 371
  • 3
  • 16
0
votes
1 answer

Zen Coding CSS in TextMate doesn't expand anything

I've installed … TextMate.Zen.CSS.1.3.1.zip TextMate.Zen.HTML.1.3.1.zip Zen.Coding-TextMate.v0.7.zip … and using version 1.5.11 (1635) HTML expansion seems to work fine. But no CSS abbreviation expands. In Google Code I didn't find an issue with…
suntrop
  • 775
  • 3
  • 10
  • 24
0
votes
1 answer

Set TextMate to use Allman indentation for PHP

For programming PHP with TextMate (OS X) I'd like it to use Allman indentation: for($i = 0; $i < 1000; $i++) { echo($i); } Rather than the default indentation: for($i = 0; $i < 1000; $i++) { echo($i); } I can only find bundles to re-indent…
Rein
  • 1,347
  • 3
  • 17
  • 26
0
votes
1 answer

Run tests in popup

In TextMate 1 when I do cmd+R in tests - it opens a popup. In TextMate 2 it shows the running tests in the footer panel. How can I get the popup back?
egze
  • 3,200
  • 23
  • 23
0
votes
1 answer

Rails doesn't write to development.log file anymore as soon as I save it from another location

I'm facing a really strange problem. When I start rails s, Rails logs as expected to log/development.log file. As soon as I open it in an editor (e.g. Vi, TextMate) and save it from there, Rails doesn't write to it anymore! I have to restart the…
Joshua Muheim
  • 12,617
  • 9
  • 76
  • 152
0
votes
1 answer

how do you align javascript : assignments in textmate

how do you align javascript : assignments in textmate? I see that = assignments are aligned with the keyboard shortcut, but couldn't find a way to align : assignments.
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
0
votes
1 answer

TextMate: Find in Files seems to have out-of-date cache (maybe because of AckMate?)

I have installed AckMate a while ago, and the problem I describe here never happened to me before, so maybe it's because of AckMate...? Here we go: often when I'm searching inside a project, TextMate finds occurrences of the search pattern in "old…
Joshua Muheim
  • 12,617
  • 9
  • 76
  • 152
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

In Textmate, how do I permanently "Add Existing Files.." for a folder?

I renamed a folder in Textmate, and then it started disappearing from the drawer and the search index. So I'd "Add Existing Files.." and it would come back, but then disappear again after a while spontaneously. I've reinstalled Textmate, recreated…
kbighorse
  • 389
  • 1
  • 2
  • 15
0
votes
2 answers

How do I get TextMate to auto-expand when I close the project drawer?

So when I press control-option-command-D to open/close the project drawer, the window doesn't go back to maximum size as it was before. Is there a way to enable this? This is for TextMate 1.5.11.
cbmeeks
  • 11,248
  • 22
  • 85
  • 136
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
0
votes
1 answer

Trouble using git with TextMate

I am trying to use git with TextMate. When I want to initialize a repo, I have this message error, even if I pointed the TM_GIT shell variable to the right 'which git'…
beni-oui
  • 65
  • 3
  • 8