don't show thumbnails images action in the project view

fix keymap test

GitOrigin-RevId: 7f8c5b74d3138dea8a6b0c6c9b2c10593f60f7a0
This commit is contained in:
Sergey Ignatov
2019-08-15 11:10:36 +03:00
committed by intellij-monorepo-bot
parent dd0dcc8d79
commit 4a343e5758

View File

@@ -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