Method | Description | |
---|---|---|
DriveChangelistFromListViewEx ( ListViewEx &listRev ) : void |
Describe (view) selected changelist and drive up/down back propagation through the host list view
|
|
FormShowChangelist ( ) : System |
Constructor, set the same font as for commit text box.
|
|
LoadChangelist ( string sha ) : void |
Given a Sha string, loads that commit into the form.
|
Method | Description | |
---|---|---|
ComboShowSelectedIndexChanged ( object sender, |
User changed the show mode (format) 'This' Tag contains the SHA of a current commit
|
|
FormShowChangelistFormClosing ( object sender, |
On form closing, save the dialog location and size
|
|
MenuItemCopyClick ( object sender, |
Copy selected text onto the clipboard
|
|
MenuItemDiffClick ( object sender, |
Diff selected file versus one of several options. The root menu class' Tag contains the name of the file to diff The individual menu item class Tag contains the diff options
|
|
MenuItemRevClick ( object sender, |
Show the revision history dialog for a selected file. This dialog is _not_ modal, so user can view multiple files.
|
|
TextChangelistKeyDown ( object sender, |
Handle key down event so we can do the copy (Ctrl + C)
|
|
TextChangelistLinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void |
User left-clicked on a file link within the rich text box
|
public static DriveChangelistFromListViewEx ( ListViewEx &listRev ) : void | ||
listRev | ListViewEx | |
return | void |