Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ClearIndicator ( |
||
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 ( |
||
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éthode | Description | |
---|---|---|
Range ( ) : System |
public ClearIndicator ( |
||
indicator | ||
Résultat | void |
public ClearIndicator ( int indicator ) : void | ||
indicator | int | |
Résultat | void |
public IntersectsWith ( |
||
otherRange | ||
Résultat | bool |
public PositionInRange ( int position ) : bool | ||
position | int | |
Résultat | bool |
public Range ( int start, int end, Scintilla scintilla ) : System | ||
start | int | |
end | int | |
scintilla | Scintilla | |
Résultat | System |
public SetIndicator ( int indicator ) : void | ||
indicator | int | |
Résultat | void |
public SetIndicator ( int indicator, int value ) : void | ||
indicator | int | |
value | int | |
Résultat | void |
public SetStyle ( byte styleMask, int style ) : void | ||
styleMask | byte | |
style | int | |
Résultat | void |
public SetStyle ( byte styleMask, string styleName ) : void | ||
styleMask | byte | |
styleName | string | |
Résultat | void |
public SetStyle ( string styleName ) : void | ||
styleName | string | |
Résultat | void |