mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-133127 Emacs keymap wrong for Unsplit All - fix tests
This commit is contained in:
@@ -170,11 +170,12 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
|
||||
put("Emacs", new String[][] {
|
||||
{ "F2", "GotoNextError", "GuiDesigner.EditComponent", "GuiDesigner.EditGroup", "Console.TableResult.EditValue"},
|
||||
{ "alt ENTER", "ShowIntentionActions", "Console.TableResult.EditValue"},
|
||||
{ "TAB", "EditorChooseLookupItemReplace", "NextTemplateVariable", "NextParameter", "EditorIndentSelection", "EmacsStyleIndent", "NextTemplateParameter", "ExpandLiveTemplateByTab"},
|
||||
{ "TAB", "EditorChooseLookupItemReplace", "NextTemplateVariable", "NextParameter", "EditorIndentSelection",
|
||||
"EmacsStyleIndent", "NextTemplateParameter", "ExpandLiveTemplateByTab"},
|
||||
{ "alt DOWN", "ShowContent", "MethodDown"},
|
||||
{ "alt SLASH", "CodeCompletion", "HippieCompletion"},
|
||||
{ "control 0", "Unsplit", "GotoBookmark0"},
|
||||
{ "control 1", "UnsplitAll", "FileChooser.GotoHome", "GotoBookmark1", "DuplicatesForm.SendToLeft"},
|
||||
{ "control 1", "CloseAllEditorsButActive", "FileChooser.GotoHome", "GotoBookmark1", "DuplicatesForm.SendToLeft"},
|
||||
{ "control 2", "FileChooser.GotoProject", "GotoBookmark2", "DuplicatesForm.SendToRight"},
|
||||
{ "control 3", "GotoBookmark3", "FileChooser.GotoModule"},
|
||||
{ "control 5", "ChangeSplitOrientation", "GotoBookmark5"},
|
||||
@@ -186,7 +187,7 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
|
||||
{ "control SLASH", "$Undo", "Images.Editor.ActualSize"},
|
||||
{ "control X", "GotoFile", "SaveAll", "NextTab", "PreviousTab", "CloseContent", "CloseAllEditors", "NextSplitter",
|
||||
"GotoNextError", "NextProjectWindow", "EditorSwapSelectionBoundaries", "SplitVertically",
|
||||
"SplitHorizontally", "CloseAllEditorsButActive", "Switcher", "$SelectAll"},
|
||||
"SplitHorizontally", "UnsplitAll", "Switcher", "$SelectAll"},
|
||||
{ "control alt A", "MethodUp", "ChangesView.AddUnversioned", "Diagram.DeselectAll"},
|
||||
{ "control alt E", "MethodDown", "PerforceDirect.Edit", "Console.History.Browse"},
|
||||
{ "control alt G", "GotoDeclaration", "org.jetbrains.plugins.ruby.rails.actions.generators.GeneratorsPopupAction", "Mvc.RunTarget"},
|
||||
|
||||
Reference in New Issue
Block a user