C# Class SamirBoulema.TGit.Commands.ContextMenuCommands

Mostrar archivo Open project: sboulema/TGit

Public Methods

Method Description
AddCommands ( ) : void
ContextMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, DTE dte, OptionPageGrid generalOptions ) : System

Private Methods

Method Description
BlameContextCommand ( object sender, EventArgs e ) : void
CommitContextCommand ( object sender, EventArgs e ) : void
DiffContextCommand ( object sender, EventArgs e ) : void
DiskBrowserContextCommand ( object sender, EventArgs e ) : void
FetchContextCommand ( object sender, EventArgs e ) : void
MergeContextCommand ( object sender, EventArgs e ) : void
PrefDiffContextCommand ( object sender, EventArgs e ) : void
PullContextCommand ( object sender, EventArgs e ) : void
RepoBrowserContextCommand ( object sender, EventArgs e ) : void
RevertContextCommand ( object sender, EventArgs e ) : void
ShowLogContextCommand ( object sender, EventArgs e ) : void

Method Details

AddCommands() public method

public AddCommands ( ) : void
return void

ContextMenuCommands() public method

public ContextMenuCommands ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs, DTE dte, OptionPageGrid generalOptions ) : System
mcs Microsoft.VisualStudio.Shell.OleMenuCommandService
dte DTE
generalOptions OptionPageGrid
return System