Events arguments for the Infragistics.Documents.Parsing.CustomLanguage.GlobalAmbiguityDetected event. Syntax
Public Properties
Public Properties
An object containing the relevant information about the global ambiguity. Syntax Remarks A global ambiguity occurs when the same span of text in a document can be interpreted in two or more different ways based on the grammar rules for the language and the context in which text occurs. The Context value contains t...
The interface used by an object that provides the indenting service for lines in a document. Syntax
Public Methods
Public Methods
Returns the number of columns to indent a line. Syntax Parameters document The document being edited.lineIndex The zero-based line index of the line being indented Return Value The number of columns to indent the line (i.e. the amount of whitespace before the first non-tab or space character). Remarks Note: use th...
Indicates whether the specified token is significant to the indenting logic. Syntax Parameters token The token to check for significance. Return Value True if the token is significant to the indenting logic; False if the token is insignificant; Null to use the default logic. Remarks This will get called when edits...
See Also Reference Infragistics.Documents.TextDocument Assembly