Method | Description | |
---|---|---|
DiffEditorControl ( ) : System | ||
SetMarkers ( List |
||
UpdateVisibleRange ( int offset, int visible, int lineHeight ) : void |
Method | Description | |
---|---|---|
OnButtonClick ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
AddButton ( MarkerButton buttons, DiffEditorButtonType type, IDiffMarker editMarker ) : void | ||
FindButton ( Point location ) : MarkerButton>.Tuple |
protected OnButtonClick ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public SetMarkers ( List |
||
markers | List |
|
visibleLines | int | |
return | void |
public UpdateVisibleRange ( int offset, int visible, int lineHeight ) : void | ||
offset | int | |
visible | int | |
lineHeight | int | |
return | void |