The Template Registry is accessed from the IDE Tools Menu (Tools > Edit Template Registry)
The Register, Unregister, Enable, and Disable buttons are not available in Multi-Developer mode. To change this setting, select Tools Application Options.
Save and Close | Saves the current registry changes and closes the registry |
Cancel | Closes the Template Registry dialog window without saving the current changes. |
Save | Saves the current registry changes without closing. |
Register | Calls the Open File dialog, which allows you to register template (.TPL) files (you can select multiple templates and the entire group will be processed).If you encounter any error during the registration process, use the IDE Outpad Pad to view and correct any template errors. |
Unregister | This button unregisters the currently highlighted template class from TemplateRegistry.TRF. |
Edit Definition | This button open the template into the Template editor to allow you to edit the the code. If the currently highlighted item in the Template Registry tree is a module, the text window opens to the first line of the MODULE definition. If a procedure, it opens to the first line of the PROCEDURE. If the highlighted template is one of several in a single file, it opens to the first line of the highlighted template. |
Enable | This button enables the currently highlighted template class or procedure (if you had previously disabled it). |
Disable | This button disables the currently highlighted template class or procedure, which makes it unavailable to your application. |
Expand All | This button expands all template classes to reveal all template sections for each template class registered. |
Contract All | This button contracts all template classes to Class definitions only. Useful when there are a large number of template classes registered. |
Help (F1 Key) | Displays this window. |
To access template properties, select the template and dbl-click, or press the ENTER key on the selected template.