C# Class GitScc.PendingChangesView

BB extensions to the PendingChangesView
Mostra file Open project: blinkbox/Git-Source-Control-Provider Class Usage Examples

Public Methods

Method Description
ClearDiffEditor ( ) : void

Clears the diff editor.

InitialiseBlinkboxExtensions ( ) : void

Initialises the blinkbox extensions.

WriteToDiffWindow ( string message ) : void

Writes a message to the diff editor

Private Methods

Method Description
dataGrid1_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Replaces the double-click functionality with a tortoise-git diff, if available.

Method Details

ClearDiffEditor() public method

Clears the diff editor.
public ClearDiffEditor ( ) : void
return void

InitialiseBlinkboxExtensions() public method

Initialises the blinkbox extensions.
public InitialiseBlinkboxExtensions ( ) : void
return void

WriteToDiffWindow() public method

Writes a message to the diff editor
public WriteToDiffWindow ( string message ) : void
message string The message.
return void