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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 "className": "Sources.SourcesPanel.WrapperView" | 489 "className": "Sources.SourcesPanel.WrapperView" |
490 }, | 490 }, |
491 { | 491 { |
492 "type": "@UI.ActionDelegate", | 492 "type": "@UI.ActionDelegate", |
493 "category": "Sources", | 493 "category": "Sources", |
494 "actionId": "sources.close-all", | 494 "actionId": "sources.close-all", |
495 "className": "Sources.SourcesView.CloseAllActionDelegate", | 495 "className": "Sources.SourcesView.CloseAllActionDelegate", |
496 "title": "Close All" | 496 "title": "Close All" |
497 }, | 497 }, |
498 { | 498 { |
| 499 "type": "@UI.ActionDelegate", |
| 500 "category": "Sources", |
| 501 "actionId": "sources.create-snippet", |
| 502 "className": "Sources.SourcesNavigatorView.CreatingActionDelegate", |
| 503 "title": "Create new snippet" |
| 504 }, |
| 505 { |
| 506 "type": "@UI.ActionDelegate", |
| 507 "category": "Sources", |
| 508 "actionId": "sources.add-folder-to-workspace", |
| 509 "className": "Sources.SourcesNavigatorView.CreatingActionDelegate", |
| 510 "title": "Add folder to workspace" |
| 511 }, |
| 512 { |
499 "type": "@UI.ViewLocationResolver", | 513 "type": "@UI.ViewLocationResolver", |
500 "name": "navigator-view", | 514 "name": "navigator-view", |
501 "className": "Sources.SourcesPanel" | 515 "className": "Sources.SourcesPanel" |
502 }, | 516 }, |
503 { | 517 { |
504 "type": "@UI.ViewLocationResolver", | 518 "type": "@UI.ViewLocationResolver", |
505 "name": "sources-sidebar", | 519 "name": "sources-sidebar", |
506 "category": "Sources", | 520 "category": "Sources", |
507 "className": "Sources.SourcesPanel" | 521 "className": "Sources.SourcesPanel" |
508 }, | 522 }, |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 "navigatorView.css", | 665 "navigatorView.css", |
652 "revisionHistory.css", | 666 "revisionHistory.css", |
653 "serviceWorkersSidebar.css", | 667 "serviceWorkersSidebar.css", |
654 "sourcesPanel.css", | 668 "sourcesPanel.css", |
655 "sourcesSearch.css", | 669 "sourcesSearch.css", |
656 "sourcesView.css", | 670 "sourcesView.css", |
657 "threadsSidebarPane.css", | 671 "threadsSidebarPane.css", |
658 "dialog.css" | 672 "dialog.css" |
659 ] | 673 ] |
660 } | 674 } |
OLD | NEW |