hi,
I have a problem when i try to create a new file from any predifined template. Nothing is happen no file, was created. Did somebody have any clues to hellp me or a similar problem ?
Thanks.
guillaume garcera <guillaume.garcera@...> writes:
hi,
I have a problem when i try to create a new file from any predifined template. Nothing is happen no file, was created. Did somebody have any clues to hellp me or a similar problem ?
Thanks.
It's me again,
After some new try new from template work only when i'm not in a project, strange search on this list tell that work only in project. And no message appear on the console when I create a new file from template. Idea or clues are welcome.
On 13/4/2006, at 0:17, guillaume garcera wrote:
After some new try new from template work only when i'm not in a project, strange search on this list tell that work only in project.
Initially it was only possible to create files from templates via the New File action in the project drawer.
So you can get a new file when you use New From Template -> «some template» only when there is no project window open?
Allan Odgaard <throw-away-1@...> writes:
So you can get a new file when you use New From Template -> «some template» only when there is no project window open?
Thats it. For exemple: In a project, I go to the new file item at the bottom of the drawer , select a template write the filename and press ok. But nothing happen, no file created no message display and nothing in the log file.
If i try from the menu file -> new from template, nothing happen. The window for choosing template isn't display.
I ever try to trash my preference but no changes.
On 13/4/2006, at 18:53, guillaume garcera wrote:
So you can get a new file when you use New From Template -> «some template» only when there is no project window open?
Thats it. For exemple: In a project, I go to the new file item at the bottom of the drawer , select a template write the filename and press ok. But nothing happen, no file created no message display and nothing in the log file.
If i try from the menu file -> new from template, nothing happen. The window for choosing template isn't display.
But you said it was only when a project was open. So if you _close_ the project and select File -> New From Template -> …, do you then get a file?
If not, it’s probably your shell startup. Templates works by running shell commands. You can do a quick test to see if things are working by creating a new document, type date and then ctrl-R to run that as a shell command.
The shell startup procedure is described here:
http://macromates.com/textmate/manual/shell_commands#search_path
Likely one of the files sourced is causing the problem.
But you said it was only when a project was open. So if you _close_ the project and select File -> New From Template -> …, do you then get a file?
Yes if i close the project the fonction works properly It not work only if a project was open
If not, it’s probably your shell startup. Templates works by running shell commands. You can do a quick test to see if things are working by creating a new document, type date and then ctrl-R to run that as a shell command.
it was ok the date command and other work.
The shell startup procedure is described here:
http://macromates.com/textmate/manual/shell_commands#search_path
Likely one of the files sourced is causing the problem.
i'll read this this week and post result if find something