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

Unified Diff: third_party/WebKit/Source/devtools/front_end/quick_open/module.json

Issue 2716683006: DevTools: add entry points for command menu (Closed)
Patch Set: ac Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/quick_open/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
index 469f08d19b357a5b01c111ba3852e3397b6829e7..58de9635e4b56b75e4a15c3aa51085a23295bf1d 100644
--- a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
@@ -2,7 +2,7 @@
"extensions": [
{
"type": "@QuickOpen.FilteredListWidget.Provider",
- "title": "Run a command",
+ "title": "Run command",
"prefix": ">",
"className": "QuickOpen.CommandMenuProvider"
},
@@ -29,7 +29,7 @@
{
"type": "@UI.ActionDelegate",
"actionId": "quickOpen.show",
- "title": "Go to file...",
+ "title": "Open file",
"className": "QuickOpen.QuickOpen.ShowActionDelegate",
"order": 100,
"bindings": [
@@ -42,6 +42,11 @@
"shortcut": "Ctrl+P Ctrl+O"
}
]
+ },
+ {
+ "type": "context-menu-item",
+ "location": "mainMenu/navigate",
+ "actionId": "quickOpen.show"
}
],
"dependencies": [
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698