A code template is a set of shortcuts with associated code. It is used for most frequently used code structures. Templates are stored in the subdirectory \Template\ in the EditPlug program folder.
Press CTRL+J in the editor to insert code after typing the desired insertion by name.
The format of a code template is:[name | description] code
Note: The pipe character (|) in defines where cursor will be positioned after inserting code from a template.
Example[ifb | if statement] if | then begin end;
To edit a code template, see the Options menu.