Interface of highlighter object for Azuki.
Namespace: Sgry.Azuki.HighlighterAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public interface IHighlighter |
Visual Basic |
---|
Public Interface IHighlighter |
Remarks
This interface is commonly used by highlighter objects which are used to highlight syntax of documents.
If a highlighter object is set for a document, IHighlighter.Highlight method will be called on every time slightly after the user stopped editing. Since the method is called with parameters indicating where to begin highlighting and where to end highlighting, highlighting will not process entire document.