C# Class GitScc.Blinkbox.UI.ReviewTab

Interaction logic for reviewTab.xaml
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Private Properties

Свойство Type Description
Diff_MouseDoubleClick void
GetSelectedReviewItem GitFile
OpenFile void
Review_MouseDoubleClick void

Méthodes publiques

Méthode Description
CancelReview ( ) : void

Cancel the current review and enable the pending changes list.

ClearDiffEditor ( ) : void

Clears the diff editor.

DisplayReview ( List changedFiles ) : void

List the provided files in the pending changes window for reivew.

EndReview ( ) : void

Ends the review.

InitialiseBlinkboxExtensions ( ) : void

Initialises the blinkbox extensions.

Review ( List changedFiles, string branchName ) : void

Show a list of files for review.

ReviewTab ( ) : System

Initializes a new instance of the ReviewTab class.

Review_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Handles the SelectionChanged event of the Review control.

WriteToDiffWindow ( string message ) : void

Writes a message to the diff editor

Private Methods

Méthode Description
Diff_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Opens the file in VS.

GetSelectedReviewItem ( ) : GitFile

Gets the selected review item.

OpenFile ( string fileName ) : void

Opens a file in VS.

Review_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Opens a tortoise diff.

Method Details

CancelReview() public méthode

Cancel the current review and enable the pending changes list.
public CancelReview ( ) : void
Résultat void

ClearDiffEditor() public méthode

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

DisplayReview() public méthode

List the provided files in the pending changes window for reivew.
public DisplayReview ( List changedFiles ) : void
changedFiles List /// The changed files. ///
Résultat void

EndReview() public méthode

Ends the review.
public EndReview ( ) : void
Résultat void

InitialiseBlinkboxExtensions() public méthode

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

Review() public méthode

Show a list of files for review.
public Review ( List changedFiles, string branchName ) : void
changedFiles List /// The changed files. ///
branchName string /// The branch Name. ///
Résultat void

ReviewTab() public méthode

Initializes a new instance of the ReviewTab class.
public ReviewTab ( ) : System
Résultat System

Review_SelectionChanged() public méthode

Handles the SelectionChanged event of the Review control.
public Review_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object The source of the event.
e System.Windows.Controls.SelectionChangedEventArgs The instance containing the event data.
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