C# Class GitUI.FormFileHistory

Inheritance: GitExtensionsForm
Afficher le fichier Open project: bleis-tift/gitextensions Class Usage Examples

Méthodes publiques

Méthode Description
FormFileHistory ( string fileName ) : System
FormFileHistory ( string fileName, GitRevision revision ) : System

Private Methods

Méthode Description
DiffExtraDiffArgumentsChanged ( object sender, EventArgs e ) : void
FileChangesDoubleClick ( object sender, EventArgs e ) : void
FileChangesSelectionChanged ( object sender, EventArgs e ) : void
FormFileHistoryFormClosing ( object sender, FormClosingEventArgs e ) : void
FormFileHistoryLoad ( object sender, EventArgs e ) : void
LoadFileHistory ( string fileName ) : void
OpenWithDifftoolToolStripMenuItemClick ( object sender, EventArgs e ) : void
TabControl1SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateSelectedFileViewers ( ) : void

Method Details

FormFileHistory() public méthode

public FormFileHistory ( string fileName ) : System
fileName string
Résultat System

FormFileHistory() public méthode

public FormFileHistory ( string fileName, GitRevision revision ) : System
fileName string
revision GitCommands.GitRevision
Résultat System