C# Class Alsing.SourceCode.Scope

The Scope class defines what patterns starts and ends a spanDefinition
Afficher le fichier Open project: ehasis/alsing Class Usage Examples

Méthodes publiques

Свойство Type Description
CaseSensitive bool
CauseIndent bool
DefaultExpanded bool
EndPatterns PatternCollection
ExpansionText string
NormalizeCase bool
Parent Alsing.SourceCode.SpanDefinition
Start Pattern
Style TextStyle
spawnSpanOnEnd Alsing.SourceCode.SpanDefinition
spawnSpanOnStart Alsing.SourceCode.SpanDefinition

Property Details

CaseSensitive public_oe property

Gets or Sets if the scope patterns is case sensitive
public bool CaseSensitive
Résultat bool

CauseIndent public_oe property

public bool CauseIndent
Résultat bool

DefaultExpanded public_oe property

Gets or Sets if this block should be expanded or collapsed by default
public bool DefaultExpanded
Résultat bool

EndPatterns public_oe property

List of end patterns
public PatternCollection EndPatterns
Résultat PatternCollection

ExpansionText public_oe property

The text that should be displayed if the owner block is collapsed
public string ExpansionText
Résultat string

NormalizeCase public_oe property

Gets or Sets if the scope patterns should be case normalized
public bool NormalizeCase
Résultat bool

Parent public_oe property

The owner spanDefinition
public SpanDefinition,Alsing.SourceCode Parent
Résultat Alsing.SourceCode.SpanDefinition

Start public_oe property

The Start trigger Pattern
public Pattern,Alsing.SourceCode Start
Résultat Pattern

Style public_oe property

The style that should be applied to the start and end patterns
public TextStyle,Alsing.SourceCode Style
Résultat TextStyle

spawnSpanOnEnd public_oe property

spanDefinition that should be started directly after this block have ended
public SpanDefinition,Alsing.SourceCode spawnSpanOnEnd
Résultat Alsing.SourceCode.SpanDefinition

spawnSpanOnStart public_oe property

spanDefinition that should be started directly after this block have started
public SpanDefinition,Alsing.SourceCode spawnSpanOnStart
Résultat Alsing.SourceCode.SpanDefinition