Question

oddrax's avatar

How to open Textmate for a .java document since the begining?

Asked by oddrax (142points) | asked April 25th, 2008 | 1 response | “Great Question” (0points) | Flag as…

I want to know how can I make Textmate open and instead of starting with a .text startring in a .java

Topics: ,
Observing members: 0 Composing members: 0

Answers

paulc's avatar

You can’t do that with TextMate as far as I know. You could, however make a shell script that does something like:

touch $1.java
mate $1.java

Where $1 is the path and file name passed as an argument (eg: `./script.sh Class`)

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question about something? Ask Fluther!