Regex-based highlighting engine.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class HighlightingEngine
Public Class HighlightingEngine
public ref class HighlightingEngine
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
HighlightingEngine(HighlightingRuleSet) |
Creates a new HighlightingEngine instance.
| |
CurrentSpanStack |
Gets/sets the current span stack.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
HighlightLine(IDocument, IDocumentLine) |
Highlights the specified line in the specified document.
Before calling this method, CurrentSpanStack must be set to the proper
state for the beginning of this line. After highlighting has completed,
CurrentSpanStack will be updated to represent the state after the line.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ScanLine(IDocument, IDocumentLine) |
Updates CurrentSpanStack for the specified line in the specified document.
Before calling this method, CurrentSpanStack must be set to the proper
state for the beginning of this line. After highlighting has completed,
CurrentSpanStack will be updated to represent the state after the line.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
HighlightingEngine |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238