fixed IdeaKeymapsTest

This commit is contained in:
Egor.Ushakov
2015-02-10 16:08:03 +03:00
parent faeb7d1e92
commit 59abf50812
4 changed files with 6 additions and 6 deletions
@@ -47,7 +47,7 @@
<keyboard-shortcut first-keystroke="shift alt D" />
<keyboard-shortcut first-keystroke="shift F9" />
</action>
<action id="Debugger.Inspect">
<action id="XDebugger.Inspect">
<keyboard-shortcut first-keystroke="shift control I" />
</action>
<action id="DelegateMethods">
@@ -43,7 +43,7 @@
<action id="Debug">
<keyboard-shortcut first-keystroke="meta F11" />
</action>
<action id="Debugger.Inspect">
<action id="XDebugger.Inspect">
<keyboard-shortcut first-keystroke="shift meta I" />
</action>
<action id="DelegateMethods"/>
@@ -83,7 +83,7 @@
<keyboard-shortcut first-keystroke="shift control F5" />
<keyboard-shortcut first-keystroke="shift alt F5" />
</action>
<action id="Debugger.NewWatch">
<action id="XDebugger.NewWatch">
<keyboard-shortcut first-keystroke="shift control F7" />
</action>
<action id="Debugger.ResumeThread">
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2014 JetBrains s.r.o.
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -262,7 +262,7 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
{ "shift control F6", "PreviousTab", "ChangeTypeSignature"},
{ "shift control F11", "ToggleBookmark", "FocusTracer"},
{ "shift control G", "FindUsagesInFile", "ClassTemplateNavigation", "GoToClass"},
{ "shift control I", "QuickImplementations", "Debugger.Inspect"},
{ "shift control I", "QuickImplementations", "XDebugger.Inspect"},
{ "shift control LEFT", "EditorPreviousWordWithSelection", "ResizeToolWindowLeft", },
{ "shift control RIGHT", "EditorNextWordWithSelection", "ResizeToolWindowRight", },
{ "shift control UP", "ResizeToolWindowUp", "MethodUp"},
@@ -297,7 +297,7 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
{ "shift alt F9", "ChooseDebugConfiguration", "ValidateXml", "ValidateJsp"},
{ "shift control DOWN", "EditorDuplicate", "ResizeToolWindowDown", },
{ "shift control ENTER", "EditorChooseLookupItemCompleteStatement", "EditorCompleteStatement", "Console.Jpa.GenerateSql"},
{ "shift control F7", "HighlightUsagesInFile", "Debugger.NewWatch"},
{ "shift control F7", "HighlightUsagesInFile", "XDebugger.NewWatch"},
{ "shift control UP", "EditorDuplicate", "ResizeToolWindowUp", },
{ "shift control alt P", "Print", "Graph.Print"},
{ "shift control K", "HippieCompletion", "Vcs.Push"},