Property | Type | Description | |
---|---|---|---|
Format | void | ||
GetMarkerType | DiffMarkerType | ||
GetTrimmedText | string | ||
InitializeComponent | void | ||
PerformCopy | void | ||
RemoveFromDocument | void | ||
RemoveMarker | void | ||
SyncTo | void | ||
UpdateEditor | void | ||
UpdateVisibleLines | void | ||
WriteContextLine | void | ||
WriteEmptyLine | void | ||
WriteLine | void | ||
WriteLine | void | ||
_editor_ButtonClick | void | ||
_leftDetails_ContentTypeSelected | void | ||
_markerMap_LineClicked | void | ||
_rightDetails_ContentTypeSelected | void |
Method | Description | |
---|---|---|
GetLeftText ( ) : string | ||
GetRightText ( ) : string | ||
LoadDiff ( |
||
Reset ( ) : void | ||
SelectDetails ( IStream leftStream, FileType leftFileType, IStream rightStream, FileType rightFileType ) : void | ||
SideBySideViewer ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLeftUpdated ( EventArgs e ) : void | ||
OnLeftUpdating ( CancelEventArgs e ) : void | ||
OnRightUpdated ( EventArgs e ) : void | ||
OnRightUpdating ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
Format ( EditList edits, |
||
GetMarkerType ( Edit type ) : DiffMarkerType | ||
GetTrimmedText ( NetIde.Core.TextEditor.TextEditorControl editor, int start, int end ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PerformCopy ( NetIde.Core.TextEditor.TextEditorControl from, NetIde.Core.TextEditor.TextEditorControl to, int line, int length, int fromLength ) : void | ||
RemoveFromDocument ( NetIde.Core.TextEditor.TextEditorControl editor, int line, int length ) : void | ||
RemoveMarker ( IDiffMarker marker, int removeLength ) : void | ||
SyncTo ( NetIde.Core.TextEditor.TextEditorControl source, NetIde.Core.TextEditor.TextEditorControl target ) : void | ||
UpdateEditor ( NetIde.Core.TextEditor.TextEditorControl editor, Action action ) : void | ||
UpdateVisibleLines ( ) : void | ||
WriteContextLine ( |
||
WriteEmptyLine ( StringBuilder @out, List |
||
WriteLine ( StringBuilder @out, List |
||
WriteLine ( StringBuilder @out, |
||
_editor_ButtonClick ( object sender, |
||
_leftDetails_ContentTypeSelected ( object sender, EventArgs e ) : void | ||
_markerMap_LineClicked ( object sender, |
||
_rightDetails_ContentTypeSelected ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoadDiff ( |
||
leftText | ||
rightText | ||
editList | EditList | |
return | void |
protected OnLeftUpdated ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnLeftUpdating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected OnRightUpdated ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnRightUpdating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
public SelectDetails ( IStream leftStream, FileType leftFileType, IStream rightStream, FileType rightFileType ) : void | ||
leftStream | IStream | |
leftFileType | FileType | |
rightStream | IStream | |
rightFileType | FileType | |
return | void |