Skip to main content

Rigi Documentation

TS Parser for Qt

Parser settings:

  • idComment

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

    Table 11.

    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 and double quotations are written as respectively ' and &quot.

  • EscapeAbove0x7F

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