C# Class NetIde.Core.ToolWindows.DiffViewer.DiffViewerControl

Inheritance: NetIde.Util.Forms.UserControl
Mostra file Open project: netide/netide Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
LoadStream byte[]
SelectViewer void
_textViewer_IgnoreWhitespaceChanged void
_textViewer_UnifiedDiffChanged void

Public Methods

Method Description
DiffViewerControl ( ) : System
GetLeft ( ) : IStream
GetRight ( ) : IStream
Load ( IStream left, IStream right ) : void
Reset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLeftUpdated ( EventArgs e ) : void
OnLeftUpdating ( CancelEventArgs e ) : void
OnModeChanged ( EventArgs e ) : void
OnRightUpdated ( EventArgs e ) : void
OnRightUpdating ( CancelEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadStream ( IStream stream ) : byte[]
SelectViewer ( Control viewer ) : void
_textViewer_IgnoreWhitespaceChanged ( object sender, EventArgs e ) : void
_textViewer_UnifiedDiffChanged ( object sender, EventArgs e ) : void

Method Details

DiffViewerControl() public method

public DiffViewerControl ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetLeft() public method

public GetLeft ( ) : IStream
return IStream

GetRight() public method

public GetRight ( ) : IStream
return IStream

Load() public method

public Load ( IStream left, IStream right ) : void
left IStream
right IStream
return void

OnLeftUpdated() protected method

protected OnLeftUpdated ( EventArgs e ) : void
e System.EventArgs
return void

OnLeftUpdating() protected method

protected OnLeftUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnModeChanged() protected method

protected OnModeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnRightUpdated() protected method

protected OnRightUpdated ( EventArgs e ) : void
e System.EventArgs
return void

OnRightUpdating() protected method

protected OnRightUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Reset() public method

public Reset ( ) : void
return void