[TxMt] Re: Templates in TM2
Rasmus Malver
rasmus at malver.dk
Wed May 27 17:47:42 UTC 2015
I asked the same question when I migrated. I obviously appreciate the
help we've received to create a temporary fix, but templates should
really be a natural part of the software.
Walter, I have set it up, so whenever I press [tab] in a blank document,
I get a HTML5 template, and the language is set to PHP. There is no
better way to select language, so it is dependent on activated bundles.
See screenshot for settings. Code below.
Rasmus
#!/usr/bin/osascript
tell application "System Events"
keystroke "p" using {control down, option down, shift down}
keystroke "3" -- This is where it's messy. You might need to fix this
shortcut
"<!DOCTYPE html>
<html lang=\"da\">
<head>
<meta charset=\"utf-8\">
<title>$1</title>
<meta name=\"description\" content=\"\">
<style type=\"text/css\" media=\"screen\">
*{margin:0;padding:0;}
$2
</style>
</head>
<body>
$0
</body>
</html>"
end tell
On 27/05/15 14.24, Walter Lee Davis wrote:
> I am sure this may have been discussed earlier, but I would like to know what the current state of Templates (File / New from Template) is in TM2. I started experimenting with 2 over the weekend, after about a decade of using 1.x exclusively. That was my immediate "miss", as I typed out the complete structure of an HTML page (like an animal). Am I just looking in the wrong place for these?
>
> Thanks,
>
> Walter
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20150527/b1153a84/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2015-05-27 at 19.40.08.png
Type: image/png
Size: 201671 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate/attachments/20150527/b1153a84/attachment-0001.png>
More information about the textmate
mailing list