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

How to run script in remote terminal from text editor?

My question is a bit specific to the scenario I'm facing. I wasn't really sure what to search for to find and answer to it here. I'm working on developing some CUDA-based programs as part of my research. I have access to a supercomputing cluster…
Thomas Antony
  • 544
  • 1
  • 7
  • 17
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

How do you upgrade Textmate to version 2

I have Textmate (1.5 I think) and thought I would look at the new version 2. I cant find instructions anywhere on how to upgrade/get the new version! I'm sure it must be really obvious but I just cant see how. Unless I have to compile from the…
giorgio
  • 2,115
  • 5
  • 23
  • 39
0
votes
1 answer

Need a Regex Replace For this Pattern

I am having trouble figuring out how I could get this regex replace to work. I am using textmate and trying to get this: title="cuba1" (could be any number range from 1-50 and any country name) to be replaced with this: data-group="cuba1, cuba"…
Justin Lonas
  • 189
  • 1
  • 11
0
votes
2 answers

Textmate Regex Simple Find/Replace

I am trying to do a simple find and replace. I have: as a variable on each page and I'm replacing it with: I had my find set up like this:
FTSoR
  • 41
  • 2
  • 9
0
votes
1 answer

Make TextMate "Run" command link against libraries

I have been experimenting with TextMate as an alternative editor. The run shortcut is fantastic for testing ideas quickly and easily. I have installed boost via homebrew and the run function will happily find, include and build simple projects with…
learnvst
  • 15,455
  • 16
  • 74
  • 121
0
votes
2 answers

How to configure Textmate (Mac version) to run Stata commands?

I'm a Mac user trying to configure Textmate to run Stata commands. I downloaded and installed the Stata bundle from this website (http://bylr.net/3/2010/10/stata-bundle-for-textmate/) Here's what I see in the Textmate Bundle Editor: Here's where I…
Pirate
  • 311
  • 1
  • 5
  • 12
0
votes
1 answer

Making Sublime Text more like TextMate

Well, I'm under Mac OS X and I use TextMate 1.5.11 to compile LaTeX documents. But I've found that Sublime Text 2 has some features I like more than TextMate (and also TM v2, which is in beta). TextMate 2 has some of that features, but it's still…
Manuel
  • 301
  • 2
  • 11
0
votes
1 answer

Textmate not picking up PATH

Textmate does not source my .profile file. I don't have a custom bash_init.rb, nor do I have a .bash_profile or .bash_login in my home directory (the other two files it checks first). My .profile gets sourced properly when I start up terminal
Daniel Huckstep
  • 5,368
  • 10
  • 40
  • 56
0
votes
1 answer

Why textmate not using a typical Xcode project?

I've clone a Textmate source code, and build it. When I read some code of Textmate, I found that it's not using a typical Xcode project. So, why is that? The cocoa framework of Apple seems not convenient for developing-not-using-Xcode. I wonder is…
Loki
  • 35
  • 4
0
votes
2 answers

Delete all lines without @ textmate regex

I have a huge file that I need to filter out all lines (comma delimited file) that do not contain an email address (determining that by @ character). Right now what I have is this to find all lines containing the @ sign: .*,.*,.*@.*,.*$ basically…
Zia
  • 2,735
  • 3
  • 30
  • 27
0
votes
1 answer

Executing Scala via TextMate

I am going through the Scala book i bought and am trying to get TextMate to cooperate I got the point where: Fails Works Fails (understandably why) main is missing What is it? What is it? What is it? What the difference between : Run Script Run…
James Raitsev
  • 92,517
  • 154
  • 335
  • 470
0
votes
2 answers

textmates' c++ keywords in color

I was wondering how to enable multi-color function in textmate to display keywords (c-like syntax) in color? So, for example in sublime, pressing CTRL+SHIFT+P will pop-up a menu from which a user can choose the coloring pattern for the code.
user1039063
  • 213
  • 3
  • 11
0
votes
1 answer

Textmate not recognizing coffee script in rails project?

For some reason my js.coffee file is not recognizing the coffee script? At the bottom footer the format says plain text. How can I fix this?
user1676691
  • 217
  • 1
  • 2
  • 6