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