Skip to main content

Rigi Documentation

TS Parser for Qt

Parser settings:

  • idComment

    Rigi creates unique string IDs. Use this setting to specify if and which comment attribute shall be included in the string ID.

    Table 13.

    Setting

    Description

    oldcomment

    Include the oldcomment as part of the string ID.

    comment

    Include the comment as part of the string ID.

    Do not include comment information in the string ID (default).

    extracomment

    Include the extracomment as part of the string ID.


Generate target file

The following settings apply to the generated target files.

  • indentation

    An integer value that specifies the indentation of elements in the generated file.

  • writeEntities

    If true, then the single quotation marks are written as ' and double quotation marks are written as &quot.

  • EscapeAbove0x7F

    If true, then all characters with codes greater than 7F are written in their escaped form.