C# Class ARCed.Scintilla.Range

A range within the editor. Start and End are both Positions.
Inheritance: ScintillaHelperBase, IComparable
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearIndicator ( Indicator indicator ) : void
ClearIndicator ( int indicator ) : void
CollapseAllFolds ( ) : void

Collapses all folds

Colorize ( ) : void
CompareTo ( object otherObj ) : int
Copy ( ) : void
Copy ( CopyFormat format ) : void
Equals ( object obj ) : bool
ExpandAllFolds ( ) : void

Expands all folds

GetHashCode ( ) : int
GotoEnd ( ) : void
GotoStart ( ) : void
HideLines ( ) : void
IntersectsWith ( Range otherRange ) : bool
PositionInRange ( int position ) : bool
Range ( int start, int end, Scintilla scintilla ) : System
Select ( ) : void
SetIndicator ( int indicator ) : void
SetIndicator ( int indicator, int value ) : void
SetStyle ( byte styleMask, int style ) : void
SetStyle ( byte styleMask, string styleName ) : void
SetStyle ( int style ) : void
SetStyle ( string styleName ) : void
ShowLines ( ) : void
StripTrailingSpaces ( ) : void

Removes trailing spaces from each line

ToString ( ) : string

Méthodes protégées

Méthode Description
Range ( ) : System

Method Details

ClearIndicator() public méthode

public ClearIndicator ( Indicator indicator ) : void
indicator Indicator
Résultat void

ClearIndicator() public méthode

public ClearIndicator ( int indicator ) : void
indicator int
Résultat void

CollapseAllFolds() public méthode

Collapses all folds
public CollapseAllFolds ( ) : void
Résultat void

Colorize() public méthode

public Colorize ( ) : void
Résultat void

CompareTo() public méthode

public CompareTo ( object otherObj ) : int
otherObj object
Résultat int

Copy() public méthode

public Copy ( ) : void
Résultat void

Copy() public méthode

public Copy ( CopyFormat format ) : void
format CopyFormat
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ExpandAllFolds() public méthode

Expands all folds
public ExpandAllFolds ( ) : void
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GotoEnd() public méthode

public GotoEnd ( ) : void
Résultat void

GotoStart() public méthode

public GotoStart ( ) : void
Résultat void

HideLines() public méthode

public HideLines ( ) : void
Résultat void

IntersectsWith() public méthode

public IntersectsWith ( Range otherRange ) : bool
otherRange Range
Résultat bool

PositionInRange() public méthode

public PositionInRange ( int position ) : bool
position int
Résultat bool

Range() protected méthode

protected Range ( ) : System
Résultat System

Range() public méthode

public Range ( int start, int end, Scintilla scintilla ) : System
start int
end int
scintilla Scintilla
Résultat System

Select() public méthode

public Select ( ) : void
Résultat void

SetIndicator() public méthode

public SetIndicator ( int indicator ) : void
indicator int
Résultat void

SetIndicator() public méthode

public SetIndicator ( int indicator, int value ) : void
indicator int
value int
Résultat void

SetStyle() public méthode

public SetStyle ( byte styleMask, int style ) : void
styleMask byte
style int
Résultat void

SetStyle() public méthode

public SetStyle ( byte styleMask, string styleName ) : void
styleMask byte
styleName string
Résultat void

SetStyle() public méthode

public SetStyle ( int style ) : void
style int
Résultat void

SetStyle() public méthode

public SetStyle ( string styleName ) : void
styleName string
Résultat void

ShowLines() public méthode

public ShowLines ( ) : void
Résultat void

StripTrailingSpaces() public méthode

Removes trailing spaces from each line
public StripTrailingSpaces ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string