Specify a code fragment that you want to include into file templates
(Templates tab) with the help of the #parse directive. One template can be shared by several file templates. Along with static text, code and comments, you can also use the predefined variables that will then be expanded like macros into corresponding values. |
Predefined variables take the following values: | ||
Name of the package in which a new file is created | ||
System login name of the current user | ||
Current system date | ||
Current system time | ||
Current year | ||
Current month | ||
First 3 letters of the current month name (Jan, Feb, and so on) | ||
Full name of the current month (January, February, and so on) | ||
Current day of the month | ||
First 3 letters of the current day name (Mon, Tue, and so on) | ||
Full name of the current day (Monday, Tuesday, and so on) | ||
Current hour | ||
Current minute | ||
Name of the current project |