Namespace Telerik.WinForms.Controls.SyntaxEditor.Taggers
Classes
Tagger class responsible for creating collapsible (folding) regions in code document. Collapsible section is defined with opening and closing bracket symbols. |
Tagger class responsible for creating collapsible (folding) regions in CSharp code document. |
Class defining C# programming language keywords and comments. |
Defines the start and end strings of a collapsible (folding) code section. |
Represents a folding start or end match structure. It keeps the index of the match and the start/end tag (keyword) which is matched in the document. |
Base class for collecting folding (collapsible) sections in document. Override this class and add ExpandableRegionDefinitions to define the start / end matching rules of a collapsible section. |
Tagger class responsible for creating collapsible (folding) regions in JavaScript code document. |
Class defining JavaScript programming language keywords and comments. |
Class LineHighlightTagger which prepares collection of TextHighlightTags for a collection of lines. |
Class defining T-SQL (Transact-SQL) programming language keywords and comments. |
Class TextSearchHighlightTagger which prepares collection of TextHighlightTags for all occurrences of a given search word. |
Class TextSearchUnderlineTagger prepares collection of UnderlineTags for all occurrences of a given search word. |
Tagger class responsible for creating collapsible (folding) regions in VisualBasic code document. |
Class defining Visual Basic programming language keywords and comments. |
Base tagger class for classification of words. |
Tagger class responsible for creating collapsible (folding) regions in XML, XAML and HTML code documents. |
Class defining XML main language main parts as text format definitions. |
Class for tagging XML language words in a text. |
Enums
Determines which part of a span will be highlighted. |