Example #1
0
        private void ShowDifference()
        {
            var document = MarginCore.GetTextDocument();

            if (document != null)
            {
                MarginCore.GitCommands.StartExternalDiff(document, MarginCore.OriginalPath);
            }
        }
Example #2
0
        private void ShowDifference()
        {
            var document = MarginCore.GetTextDocument();

            if (document != null)
            {
                PerforceCommands.GetInstance().StartExternalDiff(document);
            }
        }