You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NiftyPerforce/Connect.cs add these lines:
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceEditItem", "P4 Edit",
"Opens the document for edit", 1, 1);
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceRenameItem", "P4
Rename", "Renames the item", 1, 2);
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceDiffItem", "P4 Diff",
"Diffs the selected item with the depot", 3, 3);
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceRevisionHistoryItem",
"P4 Revision History", "Shows the revision history of the selected item",
6, 4);
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceTimeLapseItem", "P4
Time lapse view", "Brings up the time lapse view", 7, 5);
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceRevertItem", "P4
Revert", "Reverts the item", 4, 6);
Note with my other suggested change (issue 27) the first line would be:
m_plugin.AddMenuCommand("Code Window", "NiftyPerforceEditItem", "P4 Edit",
"Opens the document for edit", 1, 1, true);
Arieh.
Original issue reported on code.google.com by arieh.sc...@gmail.com on 14 Nov 2008 at 2:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
arieh.sc...@gmail.com
on 14 Nov 2008 at 2:51The text was updated successfully, but these errors were encountered: