GlobalSettings

Global application settings.

Members

Static variables

dataDir
cstring dataDir;

Path to the data directory.

ddocFilePaths
cstring[] ddocFilePaths;

Array of DDoc macro file paths.

htmlMapFile
cstring htmlMapFile;

HTML map file.

importPaths
cstring[] importPaths;

Array of import paths to look for modules.

kandilDir
cstring kandilDir;

Path to the directory of kandil.

langCode
string langCode;

Language code of loaded messages catalogue.

langFile
cstring langFile;

Path to the language file.

lexerErrorFormat
cstring lexerErrorFormat;

Lexer error.

messages
cstring[] messages;

Table of localized compiler messages.

parserErrorFormat
cstring parserErrorFormat;

Parser error.

semanticErrorFormat
cstring semanticErrorFormat;

Semantic error.

tabWidth
uint tabWidth;

Tabulator character width.

versionIds
cstring[] versionIds;

Predefined version identifiers.

xmlMapFile
cstring xmlMapFile;

XML map file.

Meta