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
|
Method | Description | |
---|---|---|
dataGrid1_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Replaces the double-click functionality with a tortoise-git diff, if available.
|
public InitialiseBlinkboxExtensions ( ) : void | ||
return | void |
public WriteToDiffWindow ( string message ) : void | ||
message | string | The message. |
return | void |