Top "Textmate" questions

TextMate is a text editor for Mac OS X.

How to start textmate in command line

Because I didn't create textmate link when installing, so it can not find 'mate' command. who can help me to …

textmate
How may I apply double quotes around every value of csv file using TextMate?

I have a csv file with the following format: example csv: bear,brown,mean,large ant,black,strong,tiny cat,…

regex csv textmate
How do I use a shortcut to comment out code automatically in Textmate?

Is there a shortcut to highlight and comment code in textmate, rather than putting in the comments manually?

keyboard-shortcuts textmate
How to use a regular expression to remove lines without a word?

I am using textmate to edit a file. I would like to remove all the lines not containing a word. …

regex textmate oniguruma
How can I find the character code of a special character in my text editor?

When pasting text from outside sources into a plain-text editor (e.g. TextMate or Sublime Text 2) a common problem is …

text utf-8 character-encoding textmate sublimetext2
How do you default to Soft Tabs while programming in Textmate?

My "Soft Tabs" setting in TextMate is not sticky. After I restart TextMate, I often have to set the option …

tabs textmate
Where to find a list of scopes for Sublime2 (or textMate?)

in .tmTheme files the scope key defines how a element is highlighted: <dict> <key>name</…

textmate sublimetext
Using Python 3.1 with TextMate

TextMate seems to use the built-in Python version I assume (sys.path doesn't work). How do you configure it to …

python macos python-3.x textmate
Auto auto-complete in TextMate

I've recently switched to TextMate from Coda after getting annoyed by the long delays and general slowness of the app. …

textmate coda