Exemple #1
0
 public override bool OnCommand()
 {
     if (Plugin.App.Solution != null && Plugin.App.Solution.FullName != string.Empty)
     {
         P4Operations.DiffFile(Plugin.OutputPane, Plugin.App.Solution.FullName);
         return(true);
     }
     return(false);
 }
Exemple #2
0
 public override void OnExecute(SelectedItem item, string fileName, OutputWindowPane pane)
 {
     P4Operations.DiffFile(pane, fileName);
 }