Version

Search Results

GlobalAmbiguityDetectedEventArgs Class

Events arguments for the Infragistics.Documents.Parsing.CustomLanguage.GlobalAmbiguityDetected event. Syntax

Context Property

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...

IIndentServiceProvider Interface

The interface used by an object that provides the indenting service for lines in a document. Syntax

CalculateLineIndent Method

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...

IsSignificantForIndent Method

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...

Infragistics.Documents.Lexing.Syntax.Visitors Namespace

See Also Reference Infragistics.Documents.TextDocument Assembly