Skip to content

Commit

Permalink
IDEA-238791: shortcut from TODO to Problems View
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b6eda1fb1d1722c098755655c0827ef8e4718a6a
  • Loading branch information
Sergey Malenkov authored and intellij-monorepo-bot committed Jun 29, 2020
1 parent c620eca commit 24fe6c9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class JBTerminalPanel extends TerminalPanel implements FocusListener, Ter
"ActivateFindToolWindow",
"ActivateRunToolWindow",
"ActivateDebugToolWindow",
"ActivateProblemsViewToolWindow",
"ActivateTODOToolWindow",
"ActivateStructureToolWindow",
"ActivateHierarchyToolWindow",
Expand Down
2 changes: 1 addition & 1 deletion platform/platform-resources/src/keymaps/$default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
<action id="ActivateDebugToolWindow">
<keyboard-shortcut first-keystroke="alt 5"/>
</action>
<action id="ActivateTODOToolWindow">
<action id="ActivateProblemsViewToolWindow">
<keyboard-shortcut first-keystroke="alt 6"/>
</action>
<action id="ActivateStructureToolWindow">
Expand Down
2 changes: 1 addition & 1 deletion platform/platform-resources/src/keymaps/Mac OS X 10.5+.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<action id="ActivateDebugToolWindow">
<keyboard-shortcut first-keystroke="meta 5"/>
</action>
<action id="ActivateTODOToolWindow">
<action id="ActivateProblemsViewToolWindow">
<keyboard-shortcut first-keystroke="meta 6"/>
</action>
<action id="ActivateStructureToolWindow">
Expand Down
2 changes: 1 addition & 1 deletion platform/platform-resources/src/keymaps/Mac OS X.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<action id="ActivateDebugToolWindow">
<keyboard-shortcut first-keystroke="meta 5"/>
</action>
<action id="ActivateTODOToolWindow">
<action id="ActivateProblemsViewToolWindow">
<keyboard-shortcut first-keystroke="meta 6"/>
</action>
<action id="ActivateStructureToolWindow">
Expand Down
2 changes: 1 addition & 1 deletion platform/platform-resources/src/keymaps/NetBeans 6.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<keyboard-shortcut first-keystroke="control 7"/>
<keyboard-shortcut first-keystroke="alt 7"/>
</action>
<action id="ActivateTODOToolWindow">
<action id="ActivateProblemsViewToolWindow">
<keyboard-shortcut first-keystroke="alt 6"/>
<keyboard-shortcut first-keystroke="control 6"/>
</action>
Expand Down
2 changes: 1 addition & 1 deletion platform/platform-resources/src/keymaps/Xcode.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<keymap version="1" name="Xcode" parent="Mac OS X 10.5+">
<action id="ActivateHierarchyToolWindow"/>
<action id="ActivateTODOToolWindow"/>
<action id="ActivateProblemsViewToolWindow"/>
<action id="ActivateFavoritesToolWindow" />
<action id="ActivateProjectToolWindow">
<keyboard-shortcut first-keystroke="meta 1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
"ActivateCommitToolWindow", "ActivateVersionControlToolWindow", "ActivateFavoritesToolWindow", "ActivateCommanderToolWindow",
"ActivateDebugToolWindow", "ActivateServicesToolWindow", "ActivateFindToolWindow", "ActivateHierarchyToolWindow",
"ActivateMessagesToolWindow", "ActivateProjectToolWindow", "ActivateRunToolWindow", "ActivateStructureToolWindow",
"ActivateProblemsViewToolWindow",
"ActivateTODOToolWindow", "ActivateWebToolWindow", "ActivatePaletteToolWindow", "ActivateTerminalToolWindow",
"IDEtalk.SearchUserHistory", "IDEtalk.SearchUserHistory", "IDEtalk.Rename", "CIDR.Lang.Cpp.GenerateDefinitions",
"ActivateErrorsInSolutionToolWindow", "ActivateUnitTestsToolWindow", "ActivateInspectionResultsToolWindow",
Expand Down

0 comments on commit 24fe6c9

Please sign in to comment.