mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
don't show thumbnails images action in the project view
fix keymap test GitOrigin-RevId: 7f8c5b74d3138dea8a6b0c6c9b2c10593f60f7a0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd0dcc8d79
commit
4a343e5758
@@ -96,7 +96,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
|
||||
{ "shift control H", "ChangesView.ShelveSilently", "MethodHierarchy"},
|
||||
{ "shift control LEFT", "EditorPreviousWordWithSelection", "ResizeToolWindowLeft"},
|
||||
{ "shift control RIGHT", "EditorNextWordWithSelection", "ResizeToolWindowRight"},
|
||||
{ "shift control T", "GotoTest", "Images.ShowThumbnails", "RunDashboard.ShowConfigurations"},
|
||||
{ "shift control T", "GotoTest", "RunDashboard.ShowConfigurations"},
|
||||
{ "shift control UP", "ResizeToolWindowUp", "MoveStatementUp"},
|
||||
{ "shift control U", "ShelveChanges.UnshelveWithDialog", "EditorToggleCase"},
|
||||
{ "shift control alt D", "UML.ShowChanges", "Console.TableResult.CloneColumn"},
|
||||
@@ -361,7 +361,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
|
||||
{ "shift ctrl D", "Console.TableResult.CompareCells", "EditorDuplicate", "Uml.ShowDiff"},
|
||||
{ "shift ctrl DOWN", "MoveLineDown", "ResizeToolWindowDown"},
|
||||
{ "shift ctrl ENTER", "Console.Jpa.GenerateSql", "EditorStartNewLineBefore"},
|
||||
{ "shift ctrl T", "Images.ShowThumbnails", "ReopenClosedTab", "RunDashboard.ShowConfigurations"},
|
||||
{ "shift ctrl T", "ReopenClosedTab", "RunDashboard.ShowConfigurations"},
|
||||
{ "shift ctrl UP", "MoveLineUp", "ResizeToolWindowUp"}
|
||||
});
|
||||
put("Sublime Text (Mac OS X)", new String[][] {
|
||||
@@ -384,7 +384,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
|
||||
{ "shift ENTER", "CollapseExpandableComponent", "Console.TableResult.EditValueMaximized", "EditorSplitLine", "ExpandExpandableComponent", "JupyterRunCellSelectBelowAction", "OpenElementInNewWindow"},
|
||||
{ "shift meta D", "Console.TableResult.CompareCells", "EditorDuplicate", "Uml.ShowDiff"},
|
||||
{ "shift meta ENTER", "Console.Jpa.GenerateSql", "EditorStartNewLineBefore"},
|
||||
{ "shift meta T", "Images.ShowThumbnails", "ReopenClosedTab", "RunDashboard.ShowConfigurations"}
|
||||
{ "shift meta T", "ReopenClosedTab", "RunDashboard.ShowConfigurations"}
|
||||
});
|
||||
}};
|
||||
// @formatter:on
|
||||
|
||||
Reference in New Issue
Block a user