Class SquareBracketFoldingTagger
Tagger class responsible for creating collapsible (folding) regions in JSON document. Collapsible section is defined with opening and closing bracket symbols.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Taggers.Folding
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class SquareBracketFoldingTagger : BracketFoldingTagger, ITagger<FoldingRegionTag>
Constructors
SquareBracketFoldingTagger(ITextDocumentEditor)
Initializes a new instance of the SquareBracketFoldingTagger class.
Declaration
public SquareBracketFoldingTagger(ITextDocumentEditor editor)
Parameters
ITextDocumentEditor
editor
The editor. |
Properties
ClosingSquareBracket
Gets or sets the closing square section symbol.
Declaration
public char ClosingSquareBracket { get; set; }
Property Value
System.Char
|
OpeningSquareBracket
Gets or sets the opening square section symbol.
Declaration
public char OpeningSquareBracket { get; set; }
Property Value
System.Char
|
Methods
BuildBracketFoldings(String)
Rebuilds the bracket folding sections.
Declaration
protected override void BuildBracketFoldings(string inputValue)
Parameters
System.String
inputValue
|