Ejemplo n.º 1
0
 private void SeeDifferencePrevSelectedCallback(object path)
 {
     GitManager.ShowDiffPrev((string)path);
 }
Ejemplo n.º 2
0
 private void SeeDifferencePrevObject(StatusListEntry entry)
 {
     gitManager.ShowDiffPrev(entry.LocalPath, externalManager);
 }
Ejemplo n.º 3
0
 private static void SeeDifferencePrev()
 {
     GitManager.ShowDiffPrev(AssetDatabase.GUIDToAssetPath(Selection.assetGUIDs[0]));
 }
Ejemplo n.º 4
0
 private static void SeeDifferenceObjectPrev()
 {
     gitManager.ShowDiffPrev(gitManager.ToLocalPath(AssetDatabase.GUIDToAssetPath(Selection.assetGUIDs[0])), externalManager);
 }