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
7
votes
2 answers

Sweave can't load R packages

I upgraded R to v2.14.0 and along with the upgrade I decided to move the standard package repository to Dropbox so laptop and desktop are in sync all the time. I set my R_LIBS=/Dropbox/ToolBox/R/packages in .Renviron and when open Rstudio or R.app…
Altons
  • 1,422
  • 3
  • 12
  • 23
7
votes
1 answer

Xcode and Scala

Is there a way that I can make Xcode understand Scala's syntax through a plugin or something else? How about TextMate? Is there a bundle for that? I've seen quite a few Scala bundles for TextMate but not sure which one is "official" from the Scala…
Hahnemann
  • 4,378
  • 6
  • 40
  • 64
7
votes
3 answers

textmate bundle for coffeescript

I'm trying to add the textmate bundle for coffeescript. I've followed the instructions on github - https://github.com/jashkenas/coffee-script-tmbundle When I try to compile & display JavaScript I get the following error -…
Finnnn
  • 3,530
  • 6
  • 46
  • 69
7
votes
1 answer

How do I customize the color of HTML attributes in Visual Studio Code?

How do I customize the color of HTML attributes like class="", href="", src="", style="" etc. in Visual Studio Code?
7
votes
1 answer

Regular Expression To Select An Entire Line That Contains a HTML Class

I'm using TextMate to edit a project that I'm doing(HTML files) and I have some
tags assigned with the class=navigation property, but I need to change this
's for a new design that I'm planning, but they are much(about 47 results if I…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
7
votes
2 answers

Textmate: How do I enter a repeated sequence of characters?

I often need to enter text (consisting of repeated characters) like this: ------------------------------------ TODO ------------------------------------ In emacs, I can do a C-u 60 - that's a Ctrl+U followed by a "60" followed by a "-", which…
Debajit
  • 46,327
  • 33
  • 91
  • 100
7
votes
6 answers

HTML5 formatting on MacOS X? (preferably with TextMate)

Are there any editors or bundles available for MacOS X that support formatting of HTML5 documents? Tidy errors out on newer tags like canvas.
Eric the Red
  • 5,364
  • 11
  • 49
  • 63
7
votes
2 answers

"Execute and Update '# =>' Markers" for VIM

Is there a possibility in VIM to repeat "Execute and Update '# =>' Markers" TextMate feature for ruby code. I'd like to have something like: x = 2 class A def a 42 end end x # => A.new.a # => Enter some command... and get x = 2 class A …
cutalion
  • 4,334
  • 1
  • 38
  • 47
7
votes
4 answers

Rspec bundle is broken in TextMate and rvm

I've had a difficult time since I started using rvm. I've done all the rvm/textmate set up and have the latest bundles but I still can't run Rspec test from textmate. I have the latest bundle from github.com/rspec/rspec-tmbundle.git and it's…
jspooner
  • 10,975
  • 11
  • 58
  • 81
7
votes
1 answer

Can I extend VS Code TextMate Language Grammars?

Is there a way to extend the default csharp.tmLanguage with some additional rule? With references to existing scopes?
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
7
votes
6 answers

Using svn with Textmate

Coming from IDEs with full-blown svn support such as Eclipse and Netbeans, I'm wondering what is the recommended way to use svn with Textmate? Is it all manual, ie using the command line, or are there features that allow you to…
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
7
votes
4 answers

Emacs/TextMate code completion for Erlang?

ESense looks dead; what are your recommendations for Erlang code completion in Emacs? It doesn't have to be fancy (ESense built an index from the Erlang source); even something that just uses Erlang's module_info/0 and module_info/1 functions for…
7
votes
2 answers

TextMate's Dawn color theme for Emacs

Does anybody know if there is a color theme like the TextMate Dawn theme, for Emacs ? I simply don't like the way the fonts look on my dark emacs theme and I am not sure if it's emacs's fault or just the theme. Here's a…
Cezar
7
votes
1 answer

How do I highlight the current TextMate document in the project drawer?

I keep forgetting where to find this in the menus. I often open a document using (for example) Find in Project… and then want to know where it is in the project drawer (especially when it's buried deep down in the folder hierarchy. How do I…
Daryl Spitzer
  • 143,156
  • 76
  • 154
  • 173
7
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
  • 373
  • 2
  • 9