C# Class Alsing.SourceCode.Scope

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

Public Properties

Property 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
return bool

CauseIndent public_oe property

public bool CauseIndent
return bool

DefaultExpanded public_oe property

Gets or Sets if this block should be expanded or collapsed by default
public bool DefaultExpanded
return bool

EndPatterns public_oe property

List of end patterns
public PatternCollection EndPatterns
return PatternCollection

ExpansionText public_oe property

The text that should be displayed if the owner block is collapsed
public string ExpansionText
return string

NormalizeCase public_oe property

Gets or Sets if the scope patterns should be case normalized
public bool NormalizeCase
return bool

Parent public_oe property

The owner spanDefinition
public SpanDefinition,Alsing.SourceCode Parent
return Alsing.SourceCode.SpanDefinition

Start public_oe property

The Start trigger Pattern
public Pattern,Alsing.SourceCode Start
return Pattern

Style public_oe property

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

spawnSpanOnEnd public_oe property

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

spawnSpanOnStart public_oe property

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