Hey all,
I just started tasting TextMate today, great app.
I was wondering is there any trick to get "creating files from templates" functional? I mean nothing happen when I click the "create" button.
Here's some error from my console.log that I guess which is related to the problem I'm facing:
2006-03-07 18:26:01.742 TextMate[2305] Error laoding '/Applications/ TextMate.app/Contents/SharedSupport/Bundles/Java.tmbundle/Templates/ addrbook.awk/info.plist' as Templates 2006-03-07 18:26:01.742 TextMate[2305] Error laoding '/Applications/ TextMate.app/Contents/SharedSupport/Bundles/Java.tmbundle/Templates/ templatize.sh/info.plist' as Templates
Tank you for your help. S
On 7/3/2006, at 11:35, Sing wrote:
I was wondering is there any trick to get "creating files from templates" functional? I mean nothing happen when I click the "create" button.
No -- but it does use a shell script to do the work, so this might be the heart of the problem.
To verify that TM can use your shell, create a new document and write the following, and press ctrl-R after the line (to execute it as a shell command):
date
Please also try the File -> New From Template to see if this one is also faulty.