| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.AppProvider", | 4 "type": "@Common.AppProvider", |
| 5 "className": "Main.SimpleAppProvider", | 5 "className": "Main.SimpleAppProvider", |
| 6 "order": 10 | 6 "order": 10 |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "type": "@UI.ContextMenu.Provider", | 9 "type": "@UI.ContextMenu.Provider", |
| 10 "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.Netw
orkRequest", "Node"], | 10 "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.Netw
orkRequest", "Node"], |
| 11 "className": "Components.HandlerRegistry.ContextMenuProvider" | 11 "className": "Components.HandlerRegistry.ContextMenuProvider" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "type": "@UI.ContextMenu.Provider", |
| 15 "contextTypes": ["Node"], |
| 16 "className": "UI.ExternaLinkContextMenuProvider" |
| 17 }, |
| 18 { |
| 14 "type": "@UI.ActionDelegate", | 19 "type": "@UI.ActionDelegate", |
| 15 "category": "Navigation", | 20 "category": "Navigation", |
| 16 "actionId": "main.reload", | 21 "actionId": "main.reload", |
| 17 "className": "Main.Main.ReloadActionDelegate", | 22 "className": "Main.Main.ReloadActionDelegate", |
| 18 "title": "Reload page", | 23 "title": "Reload page", |
| 19 "bindings": [ | 24 "bindings": [ |
| 20 { | 25 { |
| 21 "platform": "windows,linux", | 26 "platform": "windows,linux", |
| 22 "shortcut": "F5 Ctrl+R" | 27 "shortcut": "F5 Ctrl+R" |
| 23 }, | 28 }, |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "OverlayController.js", | 359 "OverlayController.js", |
| 355 "Main.js" | 360 "Main.js" |
| 356 ], | 361 ], |
| 357 "resources": [ | 362 "resources": [ |
| 358 "errorWarningCounter.css", | 363 "errorWarningCounter.css", |
| 359 "remoteDebuggingTerminatedScreen.css", | 364 "remoteDebuggingTerminatedScreen.css", |
| 360 "renderingOptions.css", | 365 "renderingOptions.css", |
| 361 "targetCrashedScreen.css" | 366 "targetCrashedScreen.css" |
| 362 ] | 367 ] |
| 363 } | 368 } |
| OLD | NEW |