From cfa066806e90b113d08dc22ced61281f3e5853de Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Fri, 28 Nov 2014 12:12:55 +0300 Subject: [PATCH] diff: commander: mirgate to new diff --- plugins/commander/commander.iml | 1 + .../com/intellij/ide/commander/Commander.java | 4 +- .../ide/commander/PsiDiffContentFactory.java | 40 +++++++++++-------- 3 files changed, 26 insertions(+), 19 deletions(-) diff --git a/plugins/commander/commander.iml b/plugins/commander/commander.iml index 79c9cf0be489..6a57b0915dc2 100644 --- a/plugins/commander/commander.iml +++ b/plugins/commander/commander.iml @@ -9,6 +9,7 @@ + diff --git a/plugins/commander/src/com/intellij/ide/commander/Commander.java b/plugins/commander/src/com/intellij/ide/commander/Commander.java index b46300dd3611..5dca32f544da 100644 --- a/plugins/commander/src/com/intellij/ide/commander/Commander.java +++ b/plugins/commander/src/com/intellij/ide/commander/Commander.java @@ -29,11 +29,11 @@ import com.intellij.openapi.components.PersistentStateComponent; import com.intellij.openapi.components.ServiceManager; import com.intellij.openapi.components.State; import com.intellij.openapi.components.Storage; -import com.intellij.openapi.diff.actions.CompareFiles; import com.intellij.openapi.keymap.KeymapManager; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.Splitter; import com.intellij.openapi.util.Disposer; +import com.intellij.openapi.util.diff.actions.CompareFilesAction; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.openapi.vfs.VirtualFileManager; import com.intellij.openapi.wm.FocusWatcher; @@ -493,7 +493,7 @@ public class Commander extends JPanel implements PersistentStateComponent