Telerik.Windows.Controls.SyntaxEditor.Taggers
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.
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 defining T-SQL (Transact-SQL) programming language keywords and comments.
Tagger class responsible for creating collapsible (folding) regions in VisualBasic code document.
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.