@theia/preferences 1.39.0-next.9 → 1.40.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/lib/browser/abstract-resource-preference-provider.js +2 -2
- package/lib/browser/abstract-resource-preference-provider.js.map +1 -1
- package/lib/browser/abstract-resource-preference-provider.spec.js +1 -1
- package/lib/browser/abstract-resource-preference-provider.spec.js.map +1 -1
- package/lib/browser/folder-preference-provider.js +1 -1
- package/lib/browser/folder-preference-provider.js.map +1 -1
- package/lib/browser/folders-preferences-provider.js +1 -1
- package/lib/browser/folders-preferences-provider.js.map +1 -1
- package/lib/browser/index.js +1 -1
- package/lib/browser/index.js.map +1 -1
- package/lib/browser/monaco-jsonc-editor.js +1 -1
- package/lib/browser/monaco-jsonc-editor.js.map +1 -1
- package/lib/browser/package.spec.js +1 -1
- package/lib/browser/package.spec.js.map +1 -1
- package/lib/browser/preference-bindings.js +1 -1
- package/lib/browser/preference-bindings.js.map +1 -1
- package/lib/browser/preference-frontend-module.js +1 -1
- package/lib/browser/preference-frontend-module.js.map +1 -1
- package/lib/browser/preference-open-handler.js +1 -1
- package/lib/browser/preference-open-handler.js.map +1 -1
- package/lib/browser/preference-transaction-manager.js +4 -4
- package/lib/browser/preference-transaction-manager.js.map +1 -1
- package/lib/browser/preference-tree-model.js +1 -1
- package/lib/browser/preference-tree-model.js.map +1 -1
- package/lib/browser/preferences-contribution.js +1 -1
- package/lib/browser/preferences-contribution.js.map +1 -1
- package/lib/browser/preferences-json-schema-contribution.js +1 -1
- package/lib/browser/preferences-json-schema-contribution.js.map +1 -1
- package/lib/browser/preferences-monaco-contribution.js +1 -4
- package/lib/browser/preferences-monaco-contribution.js.map +1 -1
- package/lib/browser/section-preference-provider.js +2 -2
- package/lib/browser/section-preference-provider.js.map +1 -1
- package/lib/browser/user-configs-preference-provider.js +1 -1
- package/lib/browser/user-configs-preference-provider.js.map +1 -1
- package/lib/browser/user-preference-provider.js +1 -1
- package/lib/browser/user-preference-provider.js.map +1 -1
- package/lib/browser/util/preference-scope-command-manager.js +1 -1
- package/lib/browser/util/preference-scope-command-manager.js.map +1 -1
- package/lib/browser/util/preference-tree-generator.js +1 -1
- package/lib/browser/util/preference-tree-generator.js.map +1 -1
- package/lib/browser/util/preference-tree-label-provider.js +1 -1
- package/lib/browser/util/preference-tree-label-provider.js.map +1 -1
- package/lib/browser/util/preference-tree-label-provider.spec.js +1 -1
- package/lib/browser/util/preference-tree-label-provider.spec.js.map +1 -1
- package/lib/browser/util/preference-types.js +1 -1
- package/lib/browser/util/preference-types.js.map +1 -1
- package/lib/browser/views/components/preference-array-input.js +1 -1
- package/lib/browser/views/components/preference-array-input.js.map +1 -1
- package/lib/browser/views/components/preference-boolean-input.js +1 -1
- package/lib/browser/views/components/preference-boolean-input.js.map +1 -1
- package/lib/browser/views/components/preference-file-input.js +2 -2
- package/lib/browser/views/components/preference-file-input.js.map +1 -1
- package/lib/browser/views/components/preference-json-input.js +1 -1
- package/lib/browser/views/components/preference-json-input.js.map +1 -1
- package/lib/browser/views/components/preference-node-renderer-creator.js +2 -2
- package/lib/browser/views/components/preference-node-renderer-creator.js.map +1 -1
- package/lib/browser/views/components/preference-node-renderer.js +1 -1
- package/lib/browser/views/components/preference-node-renderer.js.map +1 -1
- package/lib/browser/views/components/preference-number-input.js +1 -1
- package/lib/browser/views/components/preference-number-input.js.map +1 -1
- package/lib/browser/views/components/preference-select-input.js +1 -1
- package/lib/browser/views/components/preference-select-input.js.map +1 -1
- package/lib/browser/views/components/preference-string-input.js +1 -1
- package/lib/browser/views/components/preference-string-input.js.map +1 -1
- package/lib/browser/views/preference-editor-widget.js +1 -1
- package/lib/browser/views/preference-editor-widget.js.map +1 -1
- package/lib/browser/views/preference-scope-tabbar-widget.js +1 -1
- package/lib/browser/views/preference-scope-tabbar-widget.js.map +1 -1
- package/lib/browser/views/preference-searchbar-widget.js +1 -1
- package/lib/browser/views/preference-searchbar-widget.js.map +1 -1
- package/lib/browser/views/preference-tree-widget.js +2 -2
- package/lib/browser/views/preference-tree-widget.js.map +1 -1
- package/lib/browser/views/preference-widget-bindings.js +1 -1
- package/lib/browser/views/preference-widget-bindings.js.map +1 -1
- package/lib/browser/views/preference-widget.d.ts +1 -0
- package/lib/browser/views/preference-widget.d.ts.map +1 -1
- package/lib/browser/views/preference-widget.js +4 -1
- package/lib/browser/views/preference-widget.js.map +1 -1
- package/lib/browser/workspace-file-preference-provider.js +2 -2
- package/lib/browser/workspace-file-preference-provider.js.map +1 -1
- package/lib/browser/workspace-preference-provider.js +1 -1
- package/lib/browser/workspace-preference-provider.js.map +1 -1
- package/package.json +10 -10
- package/src/browser/abstract-resource-preference-provider.spec.ts +1 -1
- package/src/browser/abstract-resource-preference-provider.ts +1 -1
- package/src/browser/folder-preference-provider.ts +1 -1
- package/src/browser/folders-preferences-provider.ts +1 -1
- package/src/browser/index.ts +1 -1
- package/src/browser/monaco-jsonc-editor.ts +1 -1
- package/src/browser/package.spec.ts +1 -1
- package/src/browser/preference-bindings.ts +1 -1
- package/src/browser/preference-frontend-module.ts +1 -1
- package/src/browser/preference-open-handler.ts +1 -1
- package/src/browser/preference-transaction-manager.ts +1 -1
- package/src/browser/preference-tree-model.ts +1 -1
- package/src/browser/preferences-contribution.ts +1 -1
- package/src/browser/preferences-json-schema-contribution.ts +1 -1
- package/src/browser/preferences-monaco-contribution.ts +1 -4
- package/src/browser/section-preference-provider.ts +1 -1
- package/src/browser/style/index.css +272 -222
- package/src/browser/style/preference-array.css +38 -34
- package/src/browser/style/preference-context-menu.css +1 -1
- package/src/browser/style/preference-file.css +3 -4
- package/src/browser/style/preference-object.css +1 -1
- package/src/browser/style/search-input.css +2 -2
- package/src/browser/user-configs-preference-provider.ts +1 -1
- package/src/browser/user-preference-provider.ts +1 -1
- package/src/browser/util/preference-scope-command-manager.ts +1 -1
- package/src/browser/util/preference-tree-generator.ts +1 -1
- package/src/browser/util/preference-tree-label-provider.spec.ts +1 -1
- package/src/browser/util/preference-tree-label-provider.ts +1 -1
- package/src/browser/util/preference-types.ts +1 -1
- package/src/browser/views/components/preference-array-input.ts +1 -1
- package/src/browser/views/components/preference-boolean-input.ts +1 -1
- package/src/browser/views/components/preference-file-input.ts +1 -1
- package/src/browser/views/components/preference-json-input.ts +1 -1
- package/src/browser/views/components/preference-node-renderer-creator.ts +1 -1
- package/src/browser/views/components/preference-node-renderer.ts +1 -1
- package/src/browser/views/components/preference-number-input.ts +1 -1
- package/src/browser/views/components/preference-select-input.ts +1 -1
- package/src/browser/views/components/preference-string-input.ts +1 -1
- package/src/browser/views/preference-editor-widget.ts +1 -1
- package/src/browser/views/preference-scope-tabbar-widget.tsx +1 -1
- package/src/browser/views/preference-searchbar-widget.tsx +1 -1
- package/src/browser/views/preference-tree-widget.tsx +1 -1
- package/src/browser/views/preference-widget-bindings.ts +1 -1
- package/src/browser/views/preference-widget.tsx +5 -1
- package/src/browser/workspace-file-preference-provider.ts +1 -1
- package/src/browser/workspace-preference-provider.ts +1 -1
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-settings-container .preference-array {
|
|
18
18
|
list-style: none;
|
|
19
|
-
padding
|
|
19
|
+
padding: 0;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.theia-settings-container .preference-array-element {
|
|
23
|
-
display
|
|
24
|
-
display
|
|
25
|
-
display
|
|
26
|
-
-webkit-box-pack
|
|
27
|
-
-ms-flex-pack
|
|
28
|
-
justify-content
|
|
23
|
+
display: -webkit-box;
|
|
24
|
+
display: -ms-flexbox;
|
|
25
|
+
display: flex;
|
|
26
|
+
-webkit-box-pack: justify;
|
|
27
|
+
-ms-flex-pack: justify;
|
|
28
|
+
justify-content: space-between;
|
|
29
29
|
-webkit-box-align: center;
|
|
30
|
-
-ms-flex-align
|
|
31
|
-
align-items
|
|
32
|
-
padding
|
|
33
|
-
border-bottom
|
|
30
|
+
-ms-flex-align: center;
|
|
31
|
+
align-items: center;
|
|
32
|
+
padding: calc(var(--theia-ui-padding) / 2) var(--theia-ui-padding);
|
|
33
|
+
border-bottom: var(--theia-panel-border) 2px solid;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.theia-settings-container .pref-input li:nth-last-child(2) {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.theia-settings-container .pref-input li:last-child {
|
|
41
|
-
display
|
|
42
|
-
display
|
|
43
|
-
display
|
|
41
|
+
display: -webkit-box;
|
|
42
|
+
display: -ms-flexbox;
|
|
43
|
+
display: flex;
|
|
44
44
|
-webkit-box-align: center;
|
|
45
|
-
-ms-flex-align
|
|
46
|
-
align-items
|
|
45
|
+
-ms-flex-align: center;
|
|
46
|
+
align-items: center;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.theia-settings-container .preference-array-element:hover {
|
|
@@ -51,40 +51,44 @@
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.theia-settings-container .preference-array-element-btn {
|
|
54
|
-
width
|
|
55
|
-
height
|
|
56
|
-
display
|
|
57
|
-
display
|
|
58
|
-
display
|
|
59
|
-
-webkit-box-pack
|
|
60
|
-
-ms-flex-pack
|
|
61
|
-
justify-content
|
|
54
|
+
width: 1.5em;
|
|
55
|
+
height: 1.5em;
|
|
56
|
+
display: -webkit-box;
|
|
57
|
+
display: -ms-flexbox;
|
|
58
|
+
display: flex;
|
|
59
|
+
-webkit-box-pack: center;
|
|
60
|
+
-ms-flex-pack: center;
|
|
61
|
+
justify-content: center;
|
|
62
62
|
-webkit-box-align: center;
|
|
63
|
-
-ms-flex-align
|
|
64
|
-
align-items
|
|
63
|
+
-ms-flex-align: center;
|
|
64
|
+
align-items: center;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.theia-settings-container
|
|
67
|
+
.theia-settings-container
|
|
68
|
+
.preference-array-element
|
|
69
|
+
.preference-array-element-btn {
|
|
68
70
|
opacity: 0;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
|
-
.theia-settings-container
|
|
73
|
+
.theia-settings-container
|
|
74
|
+
.preference-array-element:hover
|
|
75
|
+
.preference-array-element-btn {
|
|
72
76
|
opacity: 1;
|
|
73
77
|
}
|
|
74
78
|
|
|
75
79
|
.theia-settings-container .preference-array-element-btn:hover {
|
|
76
80
|
background-color: rgba(50%, 50%, 50%, 0.1);
|
|
77
|
-
cursor
|
|
81
|
+
cursor: pointer;
|
|
78
82
|
}
|
|
79
83
|
|
|
80
84
|
.theia-settings-container .preference-array .codicon.codicon-add {
|
|
81
|
-
margin-left
|
|
85
|
+
margin-left: calc((var(--theia-icon-size) + 4px) * -1);
|
|
82
86
|
margin-right: 4px;
|
|
83
|
-
width
|
|
84
|
-
height
|
|
87
|
+
width: var(--theia-icon-size);
|
|
88
|
+
height: var(--theia-icon-size);
|
|
85
89
|
}
|
|
86
90
|
|
|
87
91
|
.theia-settings-container .preference-array-input {
|
|
88
92
|
padding-right: calc(var(--theia-icon-size) + var(--theia-ui-padding));
|
|
89
|
-
width
|
|
93
|
+
width: 100%;
|
|
90
94
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-settings-container .settings-context-menu-container {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-settings-container .preference-file-container {
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.theia-settings-container .preference-file-button {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
right: 4px;
|
|
29
|
+
margin-left: 0px;
|
|
30
|
+
height: calc(var(--theia-content-line-height) + 4px);
|
|
32
31
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-settings-container .object-preference-input-container {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-settings-container .settings-search-container {
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.theia-settings-container .settings-search-container .enabled {
|
|
65
|
-
opacity: 1
|
|
65
|
+
opacity: 1;
|
|
66
66
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { codiconArray } from '@theia/core/lib/browser';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, interfaces } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { isObject } from '@theia/core/lib/common';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { PreferenceLeafNodeRenderer, PreferenceNodeRenderer } from './preference-node-renderer';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { ContributionProvider, Disposable, Emitter, Event, Prioritizeable } from '@theia/core';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { nls } from '@theia/core';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { PreferenceLeafNodeRenderer, PreferenceNodeRenderer } from './preference-node-renderer';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, interfaces } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { codicon, ReactWidget, StatefulWidget, Widget } from '@theia/core/lib/browser';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable, postConstruct } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
import { createTreeContainer, LabelProviderContribution, WidgetFactory } from '@theia/core/lib/browser';
|
|
17
17
|
import { bindContributionProvider } from '@theia/core/lib/common/contribution-provider';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { postConstruct, injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -97,6 +97,10 @@ export class PreferencesWidget extends Panel implements StatefulWidget {
|
|
|
97
97
|
this.update();
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
+
getPreviewNode(): Node | undefined {
|
|
101
|
+
return this.node;
|
|
102
|
+
}
|
|
103
|
+
|
|
100
104
|
storeState(): PreferencesWidgetState {
|
|
101
105
|
return {
|
|
102
106
|
scopeTabBarState: this.tabBarWidget.storeState(),
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|