Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1987)

Unified Diff: Source/devtools/front_end/sources/module.json

Issue 378273004: DevTools: Add a shortcut for switching between files with the same name and different extensions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/sources/SourcesView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index de0fd9af20742010cee42bc6d2413d51ae38cd42..ed1103e6d7ff30809fbdcc1b9f3030d7f2ead93d 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -109,6 +109,17 @@
]
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "sources.switch-file",
+ "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
+ "contextTypes": ["WebInspector.SourcesView"],
+ "bindings": [
+ {
+ "shortcut": "Alt+O"
+ }
+ ]
+ },
+ {
"type": "ui-setting",
"settingName": "javaScriptDisabled",
"settingType": "custom",
« no previous file with comments | « Source/devtools/front_end/sources/SourcesView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698