C# 클래스 ARCed.Scintilla.Range

A range within the editor. Start and End are both Positions.
상속: ScintillaHelperBase, IComparable
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Range ( ) : System

메소드 상세

ClearIndicator() 공개 메소드

public ClearIndicator ( Indicator indicator ) : void
indicator Indicator
리턴 void

ClearIndicator() 공개 메소드

public ClearIndicator ( int indicator ) : void
indicator int
리턴 void

CollapseAllFolds() 공개 메소드

Collapses all folds
public CollapseAllFolds ( ) : void
리턴 void

Colorize() 공개 메소드

public Colorize ( ) : void
리턴 void

CompareTo() 공개 메소드

public CompareTo ( object otherObj ) : int
otherObj object
리턴 int

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( CopyFormat format ) : void
format CopyFormat
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ExpandAllFolds() 공개 메소드

Expands all folds
public ExpandAllFolds ( ) : void
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GotoEnd() 공개 메소드

public GotoEnd ( ) : void
리턴 void

GotoStart() 공개 메소드

public GotoStart ( ) : void
리턴 void

HideLines() 공개 메소드

public HideLines ( ) : void
리턴 void

IntersectsWith() 공개 메소드

public IntersectsWith ( Range otherRange ) : bool
otherRange Range
리턴 bool

PositionInRange() 공개 메소드

public PositionInRange ( int position ) : bool
position int
리턴 bool

Range() 보호된 메소드

protected Range ( ) : System
리턴 System

Range() 공개 메소드

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

Select() 공개 메소드

public Select ( ) : void
리턴 void

SetIndicator() 공개 메소드

public SetIndicator ( int indicator ) : void
indicator int
리턴 void

SetIndicator() 공개 메소드

public SetIndicator ( int indicator, int value ) : void
indicator int
value int
리턴 void

SetStyle() 공개 메소드

public SetStyle ( byte styleMask, int style ) : void
styleMask byte
style int
리턴 void

SetStyle() 공개 메소드

public SetStyle ( byte styleMask, string styleName ) : void
styleMask byte
styleName string
리턴 void

SetStyle() 공개 메소드

public SetStyle ( int style ) : void
style int
리턴 void

SetStyle() 공개 메소드

public SetStyle ( string styleName ) : void
styleName string
리턴 void

ShowLines() 공개 메소드

public ShowLines ( ) : void
리턴 void

StripTrailingSpaces() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string