Method | Description | |
---|---|---|
AddMarker ( ICSharpCode.TextEditor.Document.TextMarker item ) : void | ||
GetMarkers ( Point position ) : List |
||
GetMarkers ( int offset ) : List |
||
GetMarkers ( int offset, int length ) : List |
||
InsertMarker ( int index, TextMarker item ) : void | ||
MarkerStrategy ( IDocument document ) : System | ||
RemoveAll ( Predicate |
||
RemoveMarker ( TextMarker item ) : void |
Method | Description | |
---|---|---|
DocumentChanged ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void |
public AddMarker ( ICSharpCode.TextEditor.Document.TextMarker item ) : void | ||
item | ICSharpCode.TextEditor.Document.TextMarker | |
return | void |
public GetMarkers ( int offset, int length ) : List |
||
offset | int | |
length | int | |
return | List |
public InsertMarker ( int index, TextMarker item ) : void | ||
index | int | |
item | TextMarker | |
return | void |
public MarkerStrategy ( IDocument document ) : System | ||
document | IDocument | |
return | System |
public RemoveMarker ( TextMarker item ) : void | ||
item | TextMarker | |
return | void |