| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "sources", | 6 "id": "sources", |
| 7 "title": "Sources", | 7 "title": "Sources", |
| 8 "order": 30, | 8 "order": 30, |
| 9 "className": "Sources.SourcesPanel" | 9 "className": "Sources.SourcesPanel" |
| 10 }, | 10 }, |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 ] | 149 ] |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "type": "@UI.ActionDelegate", | 152 "type": "@UI.ActionDelegate", |
| 153 "actionId": "sources.add-to-watch", | 153 "actionId": "sources.add-to-watch", |
| 154 "className": "Sources.WatchExpressionsSidebarPane", | 154 "className": "Sources.WatchExpressionsSidebarPane", |
| 155 "title": "Add selected text to watches", | 155 "title": "Add selected text to watches", |
| 156 "contextTypes": ["Sources.UISourceCodeFrame"], | 156 "contextTypes": ["Sources.UISourceCodeFrame"], |
| 157 "bindings": [ | 157 "bindings": [ |
| 158 { | 158 { |
| 159 "shortcut": "Ctrl+Shift+A'" | 159 "shortcut": "Ctrl+Shift+A" |
| 160 } | 160 } |
| 161 ] | 161 ] |
| 162 }, | 162 }, |
| 163 { | 163 { |
| 164 "type": "@UI.ContextMenu.Provider", | 164 "type": "@UI.ContextMenu.Provider", |
| 165 "contextTypes": ["TextEditor.CodeMirrorTextEditor"], | 165 "contextTypes": ["TextEditor.CodeMirrorTextEditor"], |
| 166 "className": "Sources.WatchExpressionsSidebarPane" | 166 "className": "Sources.WatchExpressionsSidebarPane" |
| 167 }, | 167 }, |
| 168 { | 168 { |
| 169 "type": "@UI.ActionDelegate", | 169 "type": "@UI.ActionDelegate", |
| 170 "actionId": "debugger.evaluate-selection", | 170 "actionId": "debugger.evaluate-selection", |
| 171 "className": "Sources.SourcesPanel.DebuggingActionDelegate", | 171 "className": "Sources.SourcesPanel.DebuggingActionDelegate", |
| 172 "title": "Evaluate in console", | 172 "title": "Evaluate in console", |
| 173 "contextTypes": ["Sources.UISourceCodeFrame"], | 173 "contextTypes": ["Sources.UISourceCodeFrame"], |
| 174 "bindings": [ | 174 "bindings": [ |
| 175 { | 175 { |
| 176 "shortcut": "Ctrl+E'" | 176 "shortcut": "Ctrl+Shift+E" |
| 177 } | 177 } |
| 178 ] | 178 ] |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "type": "context-menu-item", | 181 "type": "context-menu-item", |
| 182 "location": "mainMenu/navigate", | 182 "location": "mainMenu/navigate", |
| 183 "actionId": "sources.search.toggle" | 183 "actionId": "sources.search.toggle" |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "type": "context-menu-item", | 186 "type": "context-menu-item", |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 "fileBasedSearchResultsPane.css", | 592 "fileBasedSearchResultsPane.css", |
| 593 "navigatorTree.css", | 593 "navigatorTree.css", |
| 594 "navigatorView.css", | 594 "navigatorView.css", |
| 595 "revisionHistory.css", | 595 "revisionHistory.css", |
| 596 "serviceWorkersSidebar.css", | 596 "serviceWorkersSidebar.css", |
| 597 "sourcesPanel.css", | 597 "sourcesPanel.css", |
| 598 "sourcesSearch.css", | 598 "sourcesSearch.css", |
| 599 "sourcesView.css" | 599 "sourcesView.css" |
| 600 ] | 600 ] |
| 601 } | 601 } |
| OLD | NEW |