@codingame/monaco-vscode-view-common-service-override 13.1.6 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -3
- package/package.json +39 -43
- package/vscode/src/vs/workbench/api/browser/viewsExtensionPoint.js +61 -61
- package/vscode/src/vs/workbench/browser/actions/listCommands.js +3 -3
- package/vscode/src/vs/workbench/browser/actions/navigationActions.js +7 -7
- package/vscode/src/vs/workbench/browser/parts/editor/editor.contribution.js +165 -165
- package/vscode/src/vs/workbench/browser/parts/editor/editorConfiguration.js +8 -8
- package/vscode/src/vs/workbench/browser/parts/paneCompositePartService.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution.js +12 -12
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyPeek.js +5 -5
- package/vscode/src/vs/workbench/contrib/callHierarchy/browser/callHierarchyTree.js +3 -3
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditor.contribution.js +1 -1
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditorInputFactory.js +2 -2
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditors.d.ts +2 -3
- package/vscode/src/vs/workbench/contrib/customEditor/browser/customEditors.js +2 -2
- package/vscode/src/vs/workbench/contrib/customEditor/common/contributedCustomEditors.js +2 -2
- package/vscode/src/vs/workbench/contrib/customEditor/common/customEditor.js +1 -1
- package/vscode/src/vs/workbench/contrib/customEditor/common/customEditorModelManager.d.ts +3 -0
- package/vscode/src/vs/workbench/contrib/customEditor/common/customEditorModelManager.js +3 -1
- package/vscode/src/vs/workbench/contrib/customEditor/common/extensionPoint.js +12 -12
- package/vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.js +14 -12
- package/vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js +8 -8
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/commands.js +27 -27
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/commands/devCommands.js +14 -14
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js +4 -4
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/colors.js +13 -13
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView.js +3 -3
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/codeEditorView.d.ts +8 -8
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView.js +11 -11
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView.js +5 -5
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/mergeEditor.js +3 -3
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.d.ts +4 -4
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewModel.js +1 -1
- package/vscode/src/vs/workbench/contrib/mergeEditor/browser/view/viewZones.js +1 -1
- package/vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js +12 -12
- package/vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js +2 -2
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution.js +10 -10
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyPeek.js +5 -5
- package/vscode/src/vs/workbench/contrib/typeHierarchy/browser/typeHierarchyTree.js +3 -3
- package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/overlayWebview.js +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/themeing.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewElement.js +2 -2
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewFindWidget.js +1 -1
- package/vscode/src/vs/workbench/contrib/webview/browser/webviewService.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewCommands.js +7 -7
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewEditorInputSerializer.js +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewPane.js +3 -3
- package/vscode/src/vs/workbench/contrib/webviewView/browser/webviewViewService.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/browser/editorPaneService.js +1 -1
- package/vscode/src/vs/workbench/services/editor/browser/editorResolverService.js +11 -11
- package/vscode/src/vs/workbench/services/history/browser/historyService.js +10 -10
- package/vscode/src/vs/workbench/services/progress/browser/progressService.js +13 -14
- package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.d.ts +1 -1
- package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorHandler.js +1 -1
- package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorService.d.ts +10 -17
- package/vscode/src/vs/workbench/services/untitled/common/untitledTextEditorService.js +5 -0
- package/vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js +10 -9
- package/vscode/src/vs/workbench/services/views/common/viewContainerModel.js +3 -22
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/
|
|
|
3
3
|
import { IViewDescriptorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views.service';
|
|
4
4
|
import { ViewDescriptorService } from './vscode/src/vs/workbench/services/views/browser/viewDescriptorService.js';
|
|
5
5
|
import { IActivityService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/activity/common/activity.service';
|
|
6
|
-
import { ActivityService } from '@codingame/monaco-vscode-
|
|
6
|
+
import { ActivityService } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/services/activity/browser/activityService';
|
|
7
7
|
import { IPaneCompositePartService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/panecomposite/browser/panecomposite.service';
|
|
8
8
|
import { IEditorResolverService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService.service';
|
|
9
9
|
import { EditorResolverService } from './vscode/src/vs/workbench/services/editor/browser/editorResolverService.js';
|
|
@@ -56,7 +56,7 @@ import './vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewPanel.cont
|
|
|
56
56
|
import './vscode/src/vs/workbench/contrib/externalUriOpener/common/externalUriOpener.contribution.js';
|
|
57
57
|
import './vscode/src/vs/workbench/contrib/languageStatus/browser/languageStatus.contribution.js';
|
|
58
58
|
import './vscode/src/vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution.js';
|
|
59
|
-
import '@codingame/monaco-vscode-
|
|
59
|
+
import '@codingame/monaco-vscode-771c2e6d-0284-5ac1-be73-7176085eedc5-common/vscode/vs/workbench/contrib/webview/browser/webview.contribution';
|
|
60
60
|
import './vscode/src/vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution.js';
|
|
61
61
|
import './vscode/src/vs/workbench/contrib/sash/browser/sash.contribution.js';
|
|
62
62
|
import './vscode/src/vs/workbench/contrib/preferences/browser/keyboardLayoutPicker.js';
|
|
@@ -64,7 +64,7 @@ import '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vsc
|
|
|
64
64
|
import '@codingame/monaco-vscode-d481a59e-259c-524e-bee1-76483d75d3a1-common/vscode/vs/workbench/contrib/files/browser/files.contribution._editorPane';
|
|
65
65
|
import '@codingame/monaco-vscode-5945a5e2-a66c-5a82-bd2c-1965724b29eb-common/vscode/vs/workbench/contrib/files/browser/fileCommands._save';
|
|
66
66
|
import './vscode/src/vs/workbench/browser/actions/navigationActions.js';
|
|
67
|
-
import '@codingame/monaco-vscode-
|
|
67
|
+
import '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/browser/style';
|
|
68
68
|
import './service-override/tools/editorAssets.js';
|
|
69
69
|
import '@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common/vscode/vs/workbench/browser/parts/editor/editorParts';
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-view-common-service-override",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - view-common service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,48 +15,44 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-
|
|
19
|
-
"@codingame/monaco-vscode-
|
|
20
|
-
"@codingame/monaco-vscode-
|
|
21
|
-
"@codingame/monaco-vscode-
|
|
22
|
-
"@codingame/monaco-vscode-
|
|
23
|
-
"@codingame/monaco-vscode-
|
|
24
|
-
"@codingame/monaco-vscode-
|
|
25
|
-
"@codingame/monaco-vscode-
|
|
26
|
-
"@codingame/monaco-vscode-
|
|
27
|
-
"@codingame/monaco-vscode-
|
|
28
|
-
"@codingame/monaco-vscode-
|
|
29
|
-
"@codingame/monaco-vscode-
|
|
30
|
-
"@codingame/monaco-vscode-
|
|
31
|
-
"@codingame/monaco-vscode-
|
|
32
|
-
"@codingame/monaco-vscode-
|
|
33
|
-
"@codingame/monaco-vscode-
|
|
34
|
-
"@codingame/monaco-vscode-
|
|
35
|
-
"@codingame/monaco-vscode-
|
|
36
|
-
"@codingame/monaco-vscode-
|
|
37
|
-
"@codingame/monaco-vscode-
|
|
38
|
-
"@codingame/monaco-vscode-
|
|
39
|
-
"@codingame/monaco-vscode-
|
|
40
|
-
"@codingame/monaco-vscode-
|
|
41
|
-
"@codingame/monaco-vscode-
|
|
42
|
-
"@codingame/monaco-vscode-
|
|
43
|
-
"@codingame/monaco-vscode-
|
|
44
|
-
"@codingame/monaco-vscode-
|
|
45
|
-
"@codingame/monaco-vscode-
|
|
46
|
-
"@codingame/monaco-vscode-
|
|
47
|
-
"@codingame/monaco-vscode-
|
|
48
|
-
"@codingame/monaco-vscode-
|
|
49
|
-
"@codingame/monaco-vscode-
|
|
50
|
-
"@codingame/monaco-vscode-
|
|
51
|
-
"@codingame/monaco-vscode-
|
|
52
|
-
"@codingame/monaco-vscode-
|
|
53
|
-
"@codingame/monaco-vscode-
|
|
54
|
-
"@codingame/monaco-vscode-
|
|
55
|
-
"@codingame/monaco-vscode-
|
|
56
|
-
"@codingame/monaco-vscode-e7080bda-ce3e-5243-9a35-98cd9634dbda-common": "13.1.6",
|
|
57
|
-
"@codingame/monaco-vscode-e72c94ca-257a-5b75-8b68-5a5fa3c18255-common": "13.1.6",
|
|
58
|
-
"@codingame/monaco-vscode-f48982c4-9e82-55e2-b800-20e6d1e6096f-common": "13.1.6",
|
|
59
|
-
"@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common": "13.1.6"
|
|
18
|
+
"@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common": "14.0.0",
|
|
19
|
+
"@codingame/monaco-vscode-0cc5da60-f921-59b9-bd8c-a018e93c0a6f-common": "14.0.0",
|
|
20
|
+
"@codingame/monaco-vscode-0f5ced28-abde-558b-8652-db8e7d4d64aa-common": "14.0.0",
|
|
21
|
+
"@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common": "14.0.0",
|
|
22
|
+
"@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common": "14.0.0",
|
|
23
|
+
"@codingame/monaco-vscode-40cada32-7e9c-528a-81fc-766e4da54147-common": "14.0.0",
|
|
24
|
+
"@codingame/monaco-vscode-44b92f80-48ea-5562-a8d0-18a015f8d845-common": "14.0.0",
|
|
25
|
+
"@codingame/monaco-vscode-464d4abe-0937-5367-af84-1b9279e14ea3-common": "14.0.0",
|
|
26
|
+
"@codingame/monaco-vscode-4a28f637-7c3c-5e48-a77c-1b7538b38850-common": "14.0.0",
|
|
27
|
+
"@codingame/monaco-vscode-4a316137-39d1-5d77-8b53-112db3547c1e-common": "14.0.0",
|
|
28
|
+
"@codingame/monaco-vscode-523730aa-81e6-55d7-9916-87ad537fe087-common": "14.0.0",
|
|
29
|
+
"@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": "14.0.0",
|
|
30
|
+
"@codingame/monaco-vscode-5945a5e2-a66c-5a82-bd2c-1965724b29eb-common": "14.0.0",
|
|
31
|
+
"@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "14.0.0",
|
|
32
|
+
"@codingame/monaco-vscode-6980eeab-47bb-5a48-8e15-32caf0785565-common": "14.0.0",
|
|
33
|
+
"@codingame/monaco-vscode-7443a901-21f6-577a-9674-42893b997ee0-common": "14.0.0",
|
|
34
|
+
"@codingame/monaco-vscode-771c2e6d-0284-5ac1-be73-7176085eedc5-common": "14.0.0",
|
|
35
|
+
"@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common": "14.0.0",
|
|
36
|
+
"@codingame/monaco-vscode-897bebad-39df-57cb-8a57-36a271d038be-common": "14.0.0",
|
|
37
|
+
"@codingame/monaco-vscode-89a82baf-8ded-5b2f-b8af-e5fbd72dc5ad-common": "14.0.0",
|
|
38
|
+
"@codingame/monaco-vscode-8ccb7637-50ea-5359-97bf-00015d7fe567-common": "14.0.0",
|
|
39
|
+
"@codingame/monaco-vscode-91789cdf-e3cb-5a04-aaeb-6f7df7d3d231-common": "14.0.0",
|
|
40
|
+
"@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "14.0.0",
|
|
41
|
+
"@codingame/monaco-vscode-a17f5129-e16c-5dac-857e-dcd91bfeffa2-common": "14.0.0",
|
|
42
|
+
"@codingame/monaco-vscode-a7c9ae3c-16d2-5d17-86b2-981be7094566-common": "14.0.0",
|
|
43
|
+
"@codingame/monaco-vscode-api": "14.0.0",
|
|
44
|
+
"@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "14.0.0",
|
|
45
|
+
"@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": "14.0.0",
|
|
46
|
+
"@codingame/monaco-vscode-bulk-edit-service-override": "14.0.0",
|
|
47
|
+
"@codingame/monaco-vscode-c3c61c00-c254-5856-9dc9-d7929c1f9062-common": "14.0.0",
|
|
48
|
+
"@codingame/monaco-vscode-ce8c4b18-4e75-55dd-9656-517347af9de7-common": "14.0.0",
|
|
49
|
+
"@codingame/monaco-vscode-d0fb86d3-2a47-594e-955b-9a24631a7124-common": "14.0.0",
|
|
50
|
+
"@codingame/monaco-vscode-d481a59e-259c-524e-bee1-76483d75d3a1-common": "14.0.0",
|
|
51
|
+
"@codingame/monaco-vscode-e59ecb8c-db32-5324-8fe4-cf9921fd92b8-common": "14.0.0",
|
|
52
|
+
"@codingame/monaco-vscode-e72c94ca-257a-5b75-8b68-5a5fa3c18255-common": "14.0.0",
|
|
53
|
+
"@codingame/monaco-vscode-eea37658-2307-56a5-8ed0-b2752c7b7a50-common": "14.0.0",
|
|
54
|
+
"@codingame/monaco-vscode-f48982c4-9e82-55e2-b800-20e6d1e6096f-common": "14.0.0",
|
|
55
|
+
"@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common": "14.0.0"
|
|
60
56
|
},
|
|
61
57
|
"main": "index.js",
|
|
62
58
|
"module": "index.js",
|
|
@@ -9,13 +9,13 @@ import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/
|
|
|
9
9
|
import { IInstantiationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
|
|
10
10
|
import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/registry/common/platform';
|
|
11
11
|
import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/themables';
|
|
12
|
-
import { Extensions as Extensions$1 } from '@codingame/monaco-vscode-
|
|
12
|
+
import { Extensions as Extensions$1 } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/browser/panecomposite';
|
|
13
13
|
import { CustomTreeView, TreeViewPane } from '@codingame/monaco-vscode-4a316137-39d1-5d77-8b53-112db3547c1e-common/vscode/vs/workbench/browser/parts/views/treeView';
|
|
14
|
-
import { ViewPaneContainer } from '@codingame/monaco-vscode-
|
|
14
|
+
import { ViewPaneContainer } from '@codingame/monaco-vscode-91789cdf-e3cb-5a04-aaeb-6f7df7d3d231-common/vscode/vs/workbench/browser/parts/views/viewPaneContainer';
|
|
15
15
|
import { registerWorkbenchContribution2, WorkbenchPhase } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions';
|
|
16
16
|
import { Extensions, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
|
|
17
17
|
import { VIEWLET_ID as VIEWLET_ID$3 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/debug/common/debug';
|
|
18
|
-
import { VIEWLET_ID as VIEWLET_ID$1 } from '@codingame/monaco-vscode-
|
|
18
|
+
import { VIEWLET_ID as VIEWLET_ID$1 } from '@codingame/monaco-vscode-eea37658-2307-56a5-8ed0-b2752c7b7a50-common/vscode/vs/workbench/contrib/files/common/files';
|
|
19
19
|
import { VIEWLET_ID } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/remote/browser/remoteExplorer';
|
|
20
20
|
import { VIEWLET_ID as VIEWLET_ID$2 } from '@codingame/monaco-vscode-ff9fa663-eae3-5274-8573-c2b918871e4b-common/vscode/vs/workbench/contrib/scm/common/scm';
|
|
21
21
|
import { WebviewViewPane } from '../../contrib/webviewView/browser/webviewViewPane.js';
|
|
@@ -31,19 +31,19 @@ const viewsContainerSchema = {
|
|
|
31
31
|
properties: {
|
|
32
32
|
id: {
|
|
33
33
|
description: ( localize(
|
|
34
|
-
|
|
34
|
+
2380,
|
|
35
35
|
"Unique id used to identify the container in which views can be contributed using 'views' contribution point"
|
|
36
36
|
)),
|
|
37
37
|
type: 'string',
|
|
38
38
|
pattern: '^[a-zA-Z0-9_-]+$'
|
|
39
39
|
},
|
|
40
40
|
title: {
|
|
41
|
-
description: ( localize(
|
|
41
|
+
description: ( localize(2381, 'Human readable string used to render the container')),
|
|
42
42
|
type: 'string'
|
|
43
43
|
},
|
|
44
44
|
icon: {
|
|
45
45
|
description: ( localize(
|
|
46
|
-
|
|
46
|
+
2382,
|
|
47
47
|
"Path to the container icon. Icons are 24x24 centered on a 50x40 block and have a fill color of 'rgb(215, 218, 224)' or '#d7dae0'. It is recommended that icons be in SVG, though any image file type is accepted."
|
|
48
48
|
)),
|
|
49
49
|
type: 'string'
|
|
@@ -52,16 +52,16 @@ const viewsContainerSchema = {
|
|
|
52
52
|
required: ['id', 'title', 'icon']
|
|
53
53
|
};
|
|
54
54
|
const viewsContainersContribution = {
|
|
55
|
-
description: ( localize(
|
|
55
|
+
description: ( localize(2383, 'Contributes views containers to the editor')),
|
|
56
56
|
type: 'object',
|
|
57
57
|
properties: {
|
|
58
58
|
'activitybar': {
|
|
59
|
-
description: ( localize(
|
|
59
|
+
description: ( localize(2384, "Contribute views containers to Activity Bar")),
|
|
60
60
|
type: 'array',
|
|
61
61
|
items: viewsContainerSchema
|
|
62
62
|
},
|
|
63
63
|
'panel': {
|
|
64
|
-
description: ( localize(
|
|
64
|
+
description: ( localize(2385, "Contribute views containers to Panel")),
|
|
65
65
|
type: 'array',
|
|
66
66
|
items: viewsContainerSchema
|
|
67
67
|
}
|
|
@@ -85,7 +85,7 @@ const viewDescriptor = {
|
|
|
85
85
|
properties: {
|
|
86
86
|
type: {
|
|
87
87
|
markdownDescription: ( localize(
|
|
88
|
-
|
|
88
|
+
2386,
|
|
89
89
|
"Type of the view. This can either be `tree` for a tree view based view or `webview` for a webview based view. The default is `tree`."
|
|
90
90
|
)),
|
|
91
91
|
type: 'string',
|
|
@@ -94,45 +94,45 @@ const viewDescriptor = {
|
|
|
94
94
|
'webview',
|
|
95
95
|
],
|
|
96
96
|
markdownEnumDescriptions: [
|
|
97
|
-
( localize(
|
|
97
|
+
( localize(2387, "The view is backed by a `TreeView` created by `createTreeView`.")),
|
|
98
98
|
( localize(
|
|
99
|
-
|
|
99
|
+
2388,
|
|
100
100
|
"The view is backed by a `WebviewView` registered by `registerWebviewViewProvider`."
|
|
101
101
|
)),
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
id: {
|
|
105
105
|
markdownDescription: ( localize(
|
|
106
|
-
|
|
106
|
+
2389,
|
|
107
107
|
'Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.'
|
|
108
108
|
)),
|
|
109
109
|
type: 'string'
|
|
110
110
|
},
|
|
111
111
|
name: {
|
|
112
|
-
description: ( localize(
|
|
112
|
+
description: ( localize(2390, 'The human-readable name of the view. Will be shown')),
|
|
113
113
|
type: 'string'
|
|
114
114
|
},
|
|
115
115
|
when: {
|
|
116
|
-
description: ( localize(
|
|
116
|
+
description: ( localize(2391, 'Condition which must be true to show this view')),
|
|
117
117
|
type: 'string'
|
|
118
118
|
},
|
|
119
119
|
icon: {
|
|
120
120
|
description: ( localize(
|
|
121
|
-
|
|
121
|
+
2392,
|
|
122
122
|
"Path to the view icon. View icons are displayed when the name of the view cannot be shown. It is recommended that icons be in SVG, though any image file type is accepted."
|
|
123
123
|
)),
|
|
124
124
|
type: 'string'
|
|
125
125
|
},
|
|
126
126
|
contextualTitle: {
|
|
127
127
|
description: ( localize(
|
|
128
|
-
|
|
128
|
+
2393,
|
|
129
129
|
"Human-readable context for when the view is moved out of its original location. By default, the view's container name will be used."
|
|
130
130
|
)),
|
|
131
131
|
type: 'string'
|
|
132
132
|
},
|
|
133
133
|
visibility: {
|
|
134
134
|
description: ( localize(
|
|
135
|
-
|
|
135
|
+
2394,
|
|
136
136
|
"Initial state of the view when the extension is first installed. Once the user has changed the view state by collapsing, moving, or hiding the view, the initial state will not be used again."
|
|
137
137
|
)),
|
|
138
138
|
type: 'string',
|
|
@@ -144,27 +144,27 @@ const viewDescriptor = {
|
|
|
144
144
|
default: 'visible',
|
|
145
145
|
enumDescriptions: [
|
|
146
146
|
( localize(
|
|
147
|
-
|
|
147
|
+
2395,
|
|
148
148
|
"The default initial state for the view. In most containers the view will be expanded, however; some built-in containers (explorer, scm, and debug) show all contributed views collapsed regardless of the `visibility`."
|
|
149
149
|
)),
|
|
150
150
|
( localize(
|
|
151
|
-
|
|
151
|
+
2396,
|
|
152
152
|
"The view will not be shown in the view container, but will be discoverable through the views menu and other view entry points and can be un-hidden by the user."
|
|
153
153
|
)),
|
|
154
|
-
( localize(
|
|
154
|
+
( localize(2397, "The view will show in the view container, but will be collapsed."))
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
initialSize: {
|
|
158
158
|
type: 'number',
|
|
159
159
|
description: ( localize(
|
|
160
|
-
|
|
160
|
+
2398,
|
|
161
161
|
"The initial size of the view. The size will behave like the css 'flex' property, and will set the initial size when the view is first shown. In the side bar, this is the height of the view. This value is only respected when the same extension owns both the view and the view container."
|
|
162
162
|
)),
|
|
163
163
|
},
|
|
164
164
|
accessibilityHelpContent: {
|
|
165
165
|
type: 'string',
|
|
166
166
|
markdownDescription: ( localize(
|
|
167
|
-
|
|
167
|
+
2399,
|
|
168
168
|
"When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string. Keybindings will be resolved when provided in the format of <keybinding:commandId>. If there is no keybinding, that will be indicated and this command will be included in a quickpick for easy configuration."
|
|
169
169
|
))
|
|
170
170
|
}
|
|
@@ -176,25 +176,25 @@ const remoteViewDescriptor = {
|
|
|
176
176
|
properties: {
|
|
177
177
|
id: {
|
|
178
178
|
description: ( localize(
|
|
179
|
-
|
|
179
|
+
2389,
|
|
180
180
|
'Identifier of the view. This should be unique across all views. It is recommended to include your extension id as part of the view id. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`.'
|
|
181
181
|
)),
|
|
182
182
|
type: 'string'
|
|
183
183
|
},
|
|
184
184
|
name: {
|
|
185
|
-
description: ( localize(
|
|
185
|
+
description: ( localize(2390, 'The human-readable name of the view. Will be shown')),
|
|
186
186
|
type: 'string'
|
|
187
187
|
},
|
|
188
188
|
when: {
|
|
189
|
-
description: ( localize(
|
|
189
|
+
description: ( localize(2391, 'Condition which must be true to show this view')),
|
|
190
190
|
type: 'string'
|
|
191
191
|
},
|
|
192
192
|
group: {
|
|
193
|
-
description: ( localize(
|
|
193
|
+
description: ( localize(2400, 'Nested group in the viewlet')),
|
|
194
194
|
type: 'string'
|
|
195
195
|
},
|
|
196
196
|
remoteName: {
|
|
197
|
-
description: ( localize(
|
|
197
|
+
description: ( localize(2401, 'The name of the remote type associated with this view')),
|
|
198
198
|
type: ['string', 'array'],
|
|
199
199
|
items: {
|
|
200
200
|
type: 'string'
|
|
@@ -203,36 +203,36 @@ const remoteViewDescriptor = {
|
|
|
203
203
|
}
|
|
204
204
|
};
|
|
205
205
|
const viewsContribution = {
|
|
206
|
-
description: ( localize(
|
|
206
|
+
description: ( localize(2402, "Contributes views to the editor")),
|
|
207
207
|
type: 'object',
|
|
208
208
|
properties: {
|
|
209
209
|
'explorer': {
|
|
210
|
-
description: ( localize(
|
|
210
|
+
description: ( localize(2403, "Contributes views to Explorer container in the Activity bar")),
|
|
211
211
|
type: 'array',
|
|
212
212
|
items: viewDescriptor,
|
|
213
213
|
default: []
|
|
214
214
|
},
|
|
215
215
|
'debug': {
|
|
216
|
-
description: ( localize(
|
|
216
|
+
description: ( localize(2404, "Contributes views to Debug container in the Activity bar")),
|
|
217
217
|
type: 'array',
|
|
218
218
|
items: viewDescriptor,
|
|
219
219
|
default: []
|
|
220
220
|
},
|
|
221
221
|
'scm': {
|
|
222
|
-
description: ( localize(
|
|
222
|
+
description: ( localize(2405, "Contributes views to SCM container in the Activity bar")),
|
|
223
223
|
type: 'array',
|
|
224
224
|
items: viewDescriptor,
|
|
225
225
|
default: []
|
|
226
226
|
},
|
|
227
227
|
'test': {
|
|
228
|
-
description: ( localize(
|
|
228
|
+
description: ( localize(2406, "Contributes views to Test container in the Activity bar")),
|
|
229
229
|
type: 'array',
|
|
230
230
|
items: viewDescriptor,
|
|
231
231
|
default: []
|
|
232
232
|
},
|
|
233
233
|
'remote': {
|
|
234
234
|
description: ( localize(
|
|
235
|
-
|
|
235
|
+
2407,
|
|
236
236
|
"Contributes views to Remote container in the Activity bar. To contribute to this container, enableProposedApi needs to be turned on"
|
|
237
237
|
)),
|
|
238
238
|
type: 'array',
|
|
@@ -241,7 +241,7 @@ const viewsContribution = {
|
|
|
241
241
|
}
|
|
242
242
|
},
|
|
243
243
|
additionalProperties: {
|
|
244
|
-
description: ( localize(
|
|
244
|
+
description: ( localize(2408, "Contributes views to contributed views container")),
|
|
245
245
|
type: 'array',
|
|
246
246
|
items: viewDescriptor,
|
|
247
247
|
default: []
|
|
@@ -323,13 +323,13 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
323
323
|
}
|
|
324
324
|
isValidViewsContainer(viewsContainersDescriptors, collector) {
|
|
325
325
|
if (!Array.isArray(viewsContainersDescriptors)) {
|
|
326
|
-
collector.error(( localize(
|
|
326
|
+
collector.error(( localize(2409, "views containers must be an array")));
|
|
327
327
|
return false;
|
|
328
328
|
}
|
|
329
329
|
for (const descriptor of viewsContainersDescriptors) {
|
|
330
330
|
if (typeof descriptor.id !== 'string' && isFalsyOrWhitespace(descriptor.id)) {
|
|
331
331
|
collector.error(( localize(
|
|
332
|
-
|
|
332
|
+
2410,
|
|
333
333
|
"property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.",
|
|
334
334
|
'id'
|
|
335
335
|
)));
|
|
@@ -337,23 +337,23 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
337
337
|
}
|
|
338
338
|
if (!(/^[a-z0-9_-]+$/i.test(descriptor.id))) {
|
|
339
339
|
collector.error(( localize(
|
|
340
|
-
|
|
340
|
+
2410,
|
|
341
341
|
"property `{0}` is mandatory and must be of type `string` with non-empty value. Only alphanumeric characters, '_', and '-' are allowed.",
|
|
342
342
|
'id'
|
|
343
343
|
)));
|
|
344
344
|
return false;
|
|
345
345
|
}
|
|
346
346
|
if (typeof descriptor.title !== 'string') {
|
|
347
|
-
collector.error(( localize(
|
|
347
|
+
collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'title')));
|
|
348
348
|
return false;
|
|
349
349
|
}
|
|
350
350
|
if (typeof descriptor.icon !== 'string') {
|
|
351
|
-
collector.error(( localize(
|
|
351
|
+
collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'icon')));
|
|
352
352
|
return false;
|
|
353
353
|
}
|
|
354
354
|
if (isFalsyOrWhitespace(descriptor.title)) {
|
|
355
355
|
collector.warn(( localize(
|
|
356
|
-
|
|
356
|
+
2412,
|
|
357
357
|
"property `{0}` is mandatory and must be of type `string` with non-empty value",
|
|
358
358
|
'title'
|
|
359
359
|
)));
|
|
@@ -423,7 +423,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
423
423
|
}
|
|
424
424
|
if (key === 'remote' && !isProposedApiEnabled(extension.description, 'contribViewsRemote')) {
|
|
425
425
|
collector.warn(( localize(
|
|
426
|
-
|
|
426
|
+
2413,
|
|
427
427
|
"View container '{0}' requires 'enabledApiProposals: [\"contribViewsRemote\"]' to be added to 'Remote'.",
|
|
428
428
|
key
|
|
429
429
|
)));
|
|
@@ -432,7 +432,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
432
432
|
const viewContainer = this.getViewContainer(key);
|
|
433
433
|
if (!viewContainer) {
|
|
434
434
|
collector.warn(( localize(
|
|
435
|
-
|
|
435
|
+
2414,
|
|
436
436
|
"View container '{0}' does not exist and all views registered to it will be added to 'Explorer'.",
|
|
437
437
|
key
|
|
438
438
|
)));
|
|
@@ -442,11 +442,11 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
442
442
|
for (let index = 0; index < value.length; index++) {
|
|
443
443
|
const item = value[index];
|
|
444
444
|
if (( viewIds.has(item.id))) {
|
|
445
|
-
collector.error(( localize(
|
|
445
|
+
collector.error(( localize(2415, "Cannot register multiple views with same id `{0}`", item.id)));
|
|
446
446
|
continue;
|
|
447
447
|
}
|
|
448
448
|
if (this.viewsRegistry.getView(item.id) !== null) {
|
|
449
|
-
collector.error(( localize(
|
|
449
|
+
collector.error(( localize(2416, "A view with id `{0}` is already registered.", item.id)));
|
|
450
450
|
continue;
|
|
451
451
|
}
|
|
452
452
|
const order = ExtensionIdentifier.equals(extension.description.identifier, container.extensionId)
|
|
@@ -461,7 +461,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
461
461
|
const initialVisibility = this.convertInitialVisibility(item.visibility);
|
|
462
462
|
const type = this.getViewType(item.type);
|
|
463
463
|
if (!type) {
|
|
464
|
-
collector.error(( localize(
|
|
464
|
+
collector.error(( localize(2417, "Unknown view type `{0}`.", item.type)));
|
|
465
465
|
continue;
|
|
466
466
|
}
|
|
467
467
|
let weight = undefined;
|
|
@@ -543,29 +543,29 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
543
543
|
}
|
|
544
544
|
isValidViewDescriptors(viewDescriptors, collector) {
|
|
545
545
|
if (!Array.isArray(viewDescriptors)) {
|
|
546
|
-
collector.error(( localize(
|
|
546
|
+
collector.error(( localize(2418, "views must be an array")));
|
|
547
547
|
return false;
|
|
548
548
|
}
|
|
549
549
|
for (const descriptor of viewDescriptors) {
|
|
550
550
|
if (typeof descriptor.id !== 'string') {
|
|
551
|
-
collector.error(( localize(
|
|
551
|
+
collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'id')));
|
|
552
552
|
return false;
|
|
553
553
|
}
|
|
554
554
|
if (typeof descriptor.name !== 'string') {
|
|
555
|
-
collector.error(( localize(
|
|
555
|
+
collector.error(( localize(2411, "property `{0}` is mandatory and must be of type `string`", 'name')));
|
|
556
556
|
return false;
|
|
557
557
|
}
|
|
558
558
|
if (descriptor.when && typeof descriptor.when !== 'string') {
|
|
559
|
-
collector.error(( localize(
|
|
559
|
+
collector.error(( localize(2419, "property `{0}` can be omitted or must be of type `string`", 'when')));
|
|
560
560
|
return false;
|
|
561
561
|
}
|
|
562
562
|
if (descriptor.icon && typeof descriptor.icon !== 'string') {
|
|
563
|
-
collector.error(( localize(
|
|
563
|
+
collector.error(( localize(2419, "property `{0}` can be omitted or must be of type `string`", 'icon')));
|
|
564
564
|
return false;
|
|
565
565
|
}
|
|
566
566
|
if (descriptor.contextualTitle && typeof descriptor.contextualTitle !== 'string') {
|
|
567
567
|
collector.error(( localize(
|
|
568
|
-
|
|
568
|
+
2419,
|
|
569
569
|
"property `{0}` can be omitted or must be of type `string`",
|
|
570
570
|
'contextualTitle'
|
|
571
571
|
)));
|
|
@@ -573,7 +573,7 @@ let ViewsExtensionHandler = class ViewsExtensionHandler {
|
|
|
573
573
|
}
|
|
574
574
|
if (descriptor.visibility && !this.convertInitialVisibility(descriptor.visibility)) {
|
|
575
575
|
collector.error(( localize(
|
|
576
|
-
|
|
576
|
+
2420,
|
|
577
577
|
"property `{0}` can be omitted or must be one of {1}",
|
|
578
578
|
'visibility',
|
|
579
579
|
( Object.values(InitialVisibility)).join(', ')
|
|
@@ -625,9 +625,9 @@ class ViewContainersDataRenderer extends Disposable {
|
|
|
625
625
|
return { data: { headers: [], rows: [] }, dispose: () => { } };
|
|
626
626
|
}
|
|
627
627
|
const headers = [
|
|
628
|
-
( localize(
|
|
629
|
-
( localize(
|
|
630
|
-
( localize(
|
|
628
|
+
( localize(2421, "ID")),
|
|
629
|
+
( localize(2422, "Title")),
|
|
630
|
+
( localize(2423, "Where")),
|
|
631
631
|
];
|
|
632
632
|
const rows = ( viewContainers
|
|
633
633
|
.sort((a, b) => a.id.localeCompare(b.id))
|
|
@@ -666,9 +666,9 @@ class ViewsDataRenderer extends Disposable {
|
|
|
666
666
|
return { data: { headers: [], rows: [] }, dispose: () => { } };
|
|
667
667
|
}
|
|
668
668
|
const headers = [
|
|
669
|
-
( localize(
|
|
670
|
-
( localize(
|
|
671
|
-
( localize(
|
|
669
|
+
( localize(2424, "ID")),
|
|
670
|
+
( localize(2425, "Name")),
|
|
671
|
+
( localize(2423, "Where")),
|
|
672
672
|
];
|
|
673
673
|
const rows = ( views
|
|
674
674
|
.sort((a, b) => a.id.localeCompare(b.id))
|
|
@@ -690,7 +690,7 @@ class ViewsDataRenderer extends Disposable {
|
|
|
690
690
|
}
|
|
691
691
|
( Registry.as(Extensions$2.ExtensionFeaturesRegistry)).registerExtensionFeature({
|
|
692
692
|
id: 'viewsContainers',
|
|
693
|
-
label: ( localize(
|
|
693
|
+
label: ( localize(2426, "View Containers")),
|
|
694
694
|
access: {
|
|
695
695
|
canToggle: false
|
|
696
696
|
},
|
|
@@ -698,7 +698,7 @@ class ViewsDataRenderer extends Disposable {
|
|
|
698
698
|
});
|
|
699
699
|
( Registry.as(Extensions$2.ExtensionFeaturesRegistry)).registerExtensionFeature({
|
|
700
700
|
id: 'views',
|
|
701
|
-
label: ( localize(
|
|
701
|
+
label: ( localize(2427, "Views")),
|
|
702
702
|
access: {
|
|
703
703
|
canToggle: false
|
|
704
704
|
},
|
|
@@ -782,12 +782,12 @@ registerAction2(class ToggleStickyScroll extends Action2 {
|
|
|
782
782
|
super({
|
|
783
783
|
id: 'tree.toggleStickyScroll',
|
|
784
784
|
title: {
|
|
785
|
-
...( localize2(
|
|
786
|
-
mnemonicTitle: ( localize(
|
|
785
|
+
...( localize2(2667, "Toggle Tree Sticky Scroll")),
|
|
786
|
+
mnemonicTitle: ( localize(2668, "&&Toggle Tree Sticky Scroll")),
|
|
787
787
|
},
|
|
788
788
|
category: 'View',
|
|
789
789
|
metadata: { description: ( localize(
|
|
790
|
-
|
|
790
|
+
2669,
|
|
791
791
|
"Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View."
|
|
792
792
|
)) },
|
|
793
793
|
f1: true
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { localize2 } from '@codingame/monaco-vscode-api/vscode/vs/nls';
|
|
3
3
|
import { GroupLocation, GroupDirection } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService';
|
|
4
4
|
import { IEditorGroupsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService.service';
|
|
5
|
-
import { Parts } from '@codingame/monaco-vscode-
|
|
5
|
+
import { Parts } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService';
|
|
6
6
|
import { IWorkbenchLayoutService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService.service';
|
|
7
7
|
import { Action2, registerAction2 } from '@codingame/monaco-vscode-api/vscode/vs/platform/actions/common/actions';
|
|
8
8
|
import { Categories } from '@codingame/monaco-vscode-api/vscode/vs/platform/action/common/actionCommonCategories';
|
|
@@ -149,7 +149,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
149
149
|
constructor() {
|
|
150
150
|
super({
|
|
151
151
|
id: 'workbench.action.navigateLeft',
|
|
152
|
-
title: ( localize2(
|
|
152
|
+
title: ( localize2(2670, 'Navigate to the View on the Left')),
|
|
153
153
|
category: Categories.View,
|
|
154
154
|
f1: true
|
|
155
155
|
}, Direction.Left);
|
|
@@ -159,7 +159,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
159
159
|
constructor() {
|
|
160
160
|
super({
|
|
161
161
|
id: 'workbench.action.navigateRight',
|
|
162
|
-
title: ( localize2(
|
|
162
|
+
title: ( localize2(2671, 'Navigate to the View on the Right')),
|
|
163
163
|
category: Categories.View,
|
|
164
164
|
f1: true
|
|
165
165
|
}, Direction.Right);
|
|
@@ -169,7 +169,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
169
169
|
constructor() {
|
|
170
170
|
super({
|
|
171
171
|
id: 'workbench.action.navigateUp',
|
|
172
|
-
title: ( localize2(
|
|
172
|
+
title: ( localize2(2672, 'Navigate to the View Above')),
|
|
173
173
|
category: Categories.View,
|
|
174
174
|
f1: true
|
|
175
175
|
}, Direction.Up);
|
|
@@ -179,7 +179,7 @@ registerAction2(class extends BaseNavigationAction {
|
|
|
179
179
|
constructor() {
|
|
180
180
|
super({
|
|
181
181
|
id: 'workbench.action.navigateDown',
|
|
182
|
-
title: ( localize2(
|
|
182
|
+
title: ( localize2(2673, 'Navigate to the View Below')),
|
|
183
183
|
category: Categories.View,
|
|
184
184
|
f1: true
|
|
185
185
|
}, Direction.Down);
|
|
@@ -264,7 +264,7 @@ registerAction2(class extends BaseFocusAction {
|
|
|
264
264
|
constructor() {
|
|
265
265
|
super({
|
|
266
266
|
id: 'workbench.action.focusNextPart',
|
|
267
|
-
title: ( localize2(
|
|
267
|
+
title: ( localize2(2674, 'Focus Next Part')),
|
|
268
268
|
category: Categories.View,
|
|
269
269
|
f1: true,
|
|
270
270
|
keybinding: {
|
|
@@ -278,7 +278,7 @@ registerAction2(class extends BaseFocusAction {
|
|
|
278
278
|
constructor() {
|
|
279
279
|
super({
|
|
280
280
|
id: 'workbench.action.focusPreviousPart',
|
|
281
|
-
title: ( localize2(
|
|
281
|
+
title: ( localize2(2675, 'Focus Previous Part')),
|
|
282
282
|
category: Categories.View,
|
|
283
283
|
f1: true,
|
|
284
284
|
keybinding: {
|