Screenshots

Line numbering

_images/TowKindsOfLineNumbers.png

The line numbers show the numbering of the template and the overall numbering within the template tree.

_images/ErrorsWithLineNumberingTurnedOff.png

When line numbering is turned off the error messages contain the line number instead.

_images/ErrorsWithLineNumberingTurnedOn.png

When line numbering is turned on the error messages don’t duplicate the information.

Types of errors

_images/KeyValueErrors.png

For invalid lines it is assumed that the user want’s to enter an operator line. It is checked for invalid key and operator.

_images/BracesInExess.png

Braces in access are shown in the line where they occur.

_images/BracesMissing.png

Missing closing braces are detected at conditions and at the end of the template.

_images/UnclosedComment.png

An unclosed multiline comment is detected at the end of the template. Multiline comments can be used to comment out parts of the script. Included elements like conditions don’t result in an error.

_images/UnclosedValue.png

An unclosed multiline value is detected at the end of the template.