C# Class ARCed.Scintilla.Range

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

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
Range ( ) : System

Method Details

ClearIndicator() public method

public ClearIndicator ( Indicator indicator ) : void
indicator Indicator
return void

ClearIndicator() public method

public ClearIndicator ( int indicator ) : void
indicator int
return void

CollapseAllFolds() public method

Collapses all folds
public CollapseAllFolds ( ) : void
return void

Colorize() public method

public Colorize ( ) : void
return void

CompareTo() public method

public CompareTo ( object otherObj ) : int
otherObj object
return int

Copy() public method

public Copy ( ) : void
return void

Copy() public method

public Copy ( CopyFormat format ) : void
format CopyFormat
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExpandAllFolds() public method

Expands all folds
public ExpandAllFolds ( ) : void
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

GotoEnd() public method

public GotoEnd ( ) : void
return void

GotoStart() public method

public GotoStart ( ) : void
return void

HideLines() public method

public HideLines ( ) : void
return void

IntersectsWith() public method

public IntersectsWith ( Range otherRange ) : bool
otherRange Range
return bool

PositionInRange() public method

public PositionInRange ( int position ) : bool
position int
return bool

Range() protected method

protected Range ( ) : System
return System

Range() public method

public Range ( int start, int end, Scintilla scintilla ) : System
start int
end int
scintilla Scintilla
return System

Select() public method

public Select ( ) : void
return void

SetIndicator() public method

public SetIndicator ( int indicator ) : void
indicator int
return void

SetIndicator() public method

public SetIndicator ( int indicator, int value ) : void
indicator int
value int
return void

SetStyle() public method

public SetStyle ( byte styleMask, int style ) : void
styleMask byte
style int
return void

SetStyle() public method

public SetStyle ( byte styleMask, string styleName ) : void
styleMask byte
styleName string
return void

SetStyle() public method

public SetStyle ( int style ) : void
style int
return void

SetStyle() public method

public SetStyle ( string styleName ) : void
styleName string
return void

ShowLines() public method

public ShowLines ( ) : void
return void

StripTrailingSpaces() public method

Removes trailing spaces from each line
public StripTrailingSpaces ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string