Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.5 KB

Screenshots.rst

File metadata and controls

60 lines (36 loc) · 1.5 KB

Screenshots

Line numbering

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

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

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

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

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

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

Types of errors

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

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

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

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

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

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

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.

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.

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

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