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

Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
BuildEditList void
BuildStream Stream
InitializeComponent void
LoadDiff void
SelectViewer void
_ignoreWhitespace_CheckedChanged void
_sideBySideViewer_LeftUpdated void
_sideBySideViewer_LeftUpdating void
_sideBySideViewer_RightUpdated void
_sideBySideViewer_RightUpdating void
_sideBySide_Click void
_unified_Click void

Méthodes publiques

Méthode Description
GetLeft ( ) : Stream
GetRight ( ) : Stream
LoadStreams ( IStream leftStream, FileType leftFileType, byte leftData, IStream rightStream, FileType rightFileType, byte rightData ) : void
TextViewer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnIgnoreWhitespaceChanged ( EventArgs e ) : void
OnLeftUpdated ( EventArgs e ) : void
OnLeftUpdating ( CancelEventArgs e ) : void
OnRightUpdated ( EventArgs e ) : void
OnRightUpdating ( CancelEventArgs e ) : void
OnUnifiedDiffChanged ( EventArgs e ) : void

Private Methods

Méthode Description
BuildEditList ( ) : void
BuildStream ( Text text, TextFileType fileType ) : Stream
InitializeComponent ( ) : void

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

LoadDiff ( ) : void
SelectViewer ( Control control ) : void
_ignoreWhitespace_CheckedChanged ( object sender, EventArgs e ) : void
_sideBySideViewer_LeftUpdated ( object sender, EventArgs e ) : void
_sideBySideViewer_LeftUpdating ( object sender, CancelEventArgs e ) : void
_sideBySideViewer_RightUpdated ( object sender, EventArgs e ) : void
_sideBySideViewer_RightUpdating ( object sender, CancelEventArgs e ) : void
_sideBySide_Click ( object sender, EventArgs e ) : void
_unified_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

GetLeft() public méthode

public GetLeft ( ) : Stream
Résultat Stream

GetRight() public méthode

public GetRight ( ) : Stream
Résultat Stream

LoadStreams() public méthode

public LoadStreams ( IStream leftStream, FileType leftFileType, byte leftData, IStream rightStream, FileType rightFileType, byte rightData ) : void
leftStream IStream
leftFileType FileType
leftData byte
rightStream IStream
rightFileType FileType
rightData byte
Résultat void

OnIgnoreWhitespaceChanged() protected méthode

protected OnIgnoreWhitespaceChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnLeftUpdated() protected méthode

protected OnLeftUpdated ( EventArgs e ) : void
e EventArgs
Résultat void

OnLeftUpdating() protected méthode

protected OnLeftUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnRightUpdated() protected méthode

protected OnRightUpdated ( EventArgs e ) : void
e EventArgs
Résultat void

OnRightUpdating() protected méthode

protected OnRightUpdating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnUnifiedDiffChanged() protected méthode

protected OnUnifiedDiffChanged ( EventArgs e ) : void
e EventArgs
Résultat void

TextViewer() public méthode

public TextViewer ( ) : System
Résultat System