C# Class GitScc.PendingChangesView

BB extensions to the PendingChangesView
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

Clears the diff editor.
public ClearDiffEditor ( ) : void
Résultat void

InitialiseBlinkboxExtensions() public méthode

Initialises the blinkbox extensions.
public InitialiseBlinkboxExtensions ( ) : void
Résultat void

WriteToDiffWindow() public méthode

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