mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
IJ-CR-148260 LLM-12069 revert wrong merge conflict resolution in keymap test
GitOrigin-RevId: 717b8d72524c17e80aa5379e83970a8f65c4d42b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
26507dd461
commit
08000327b8
@@ -38,8 +38,8 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
|
||||
{"SUBTRACT", "CollapseTreeNode", "Graph.ZoomOut"},
|
||||
{"TAB", "EditorChooseLookupItemReplace", "NextTemplateVariable", "NextParameter", "EditorIndentSelection",
|
||||
"EditorTab", "ExpandLiveTemplateByTab", "BraceOrQuoteOut", "SplitChooser.NextWindow", "InsertInlineCompletionAction",
|
||||
"Terminal.CommandCompletion", "CodeFloatingToolbar.GotoNextMenu", "AIAssistant.Editor.AcceptOneLineCompletion",
|
||||
"InlinePromptGenerateCodeAction", "InsertNextEditAction"},
|
||||
"Terminal.CommandCompletion", "CodeFloatingToolbar.GotoNextMenu", "AIAssistant.Editor.AcceptOneLineCompletion",
|
||||
"InlinePromptGenerateCodeAction"},
|
||||
{"UP", "EditorUp", "Terminal.SelectBlockAbove"},
|
||||
{"alt DOWN", "MethodDown", "ShowContent", "ShowSearchHistory", "JupyterNotebookMoveCellDownCommandModeAction", "NotebookMoveCellDownAction"},
|
||||
{"alt ENTER", "ShowIntentionActions", "Console.TableResult.EditValue", "JupyterNotebookRunCellInsertBelowCommandModeAction",
|
||||
@@ -244,7 +244,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
|
||||
{"TAB", "EditorChooseLookupItemReplace", "NextTemplateVariable", "NextParameter", "EditorIndentSelection",
|
||||
"EmacsStyleIndent", "ExpandLiveTemplateByTab", "BraceOrQuoteOut", "SplitChooser.NextWindow", "InsertInlineCompletionAction",
|
||||
"Terminal.CommandCompletion", "CodeFloatingToolbar.GotoNextMenu", "AIAssistant.Editor.AcceptOneLineCompletion",
|
||||
"InlinePromptGenerateCodeAction", "InsertNextEditAction"},
|
||||
"InlinePromptGenerateCodeAction"},
|
||||
{"alt MINUS", SECOND_STROKE, "RInsertAssignmentAction"},
|
||||
{"alt SLASH", "CodeCompletion", "HippieCompletion"},
|
||||
{"control A", "EditorLineStart", "Terminal.MoveCaretToLineStart"},
|
||||
|
||||
Reference in New Issue
Block a user