Options
This is the options dialog:

In this dialog you can define the template identifiers. The default defintions would be ...
For *.htm and *.html files:
<!-- 1-abc.net ... -->
<!-- 1-abc.net ... end -->
For *.pl files:
# 1-abc.net … -->
# 1-abc.net … end -->
For *.php files, also works for Java and C++ by the way:
// 1-abc.net … -->
// 1-abc.net … end -->
... with "..." as the place where you can give a name to the template.
If you want to use any other identifiers in your source code and template, please make these changes here. When you save the project, this information will be saved then too.
Additionally, in this dialog you can select after how many characters you want to break a path name in the main dialog if it should be too long. |