@theia/toolbar 1.39.0-next.2 → 1.39.0-next.20
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-toolbar-contribution.js +1 -1
- package/lib/browser/abstract-toolbar-contribution.js.map +1 -1
- package/lib/browser/application-shell-with-toolbar-override.js +1 -1
- package/lib/browser/application-shell-with-toolbar-override.js.map +1 -1
- package/lib/browser/codicons.js +1 -1
- package/lib/browser/codicons.js.map +1 -1
- package/lib/browser/font-awesome-icons.js +1 -1
- package/lib/browser/font-awesome-icons.js.map +1 -1
- package/lib/browser/package.spec.js +1 -1
- package/lib/browser/package.spec.js.map +1 -1
- package/lib/browser/toolbar-command-contribution.js +1 -1
- package/lib/browser/toolbar-command-contribution.js.map +1 -1
- package/lib/browser/toolbar-command-quick-input-service.js +1 -1
- package/lib/browser/toolbar-command-quick-input-service.js.map +1 -1
- package/lib/browser/toolbar-constants.js +1 -1
- package/lib/browser/toolbar-constants.js.map +1 -1
- package/lib/browser/toolbar-controller.js +1 -1
- package/lib/browser/toolbar-controller.js.map +1 -1
- package/lib/browser/toolbar-defaults.js +1 -1
- package/lib/browser/toolbar-defaults.js.map +1 -1
- package/lib/browser/toolbar-frontend-module.js +1 -1
- package/lib/browser/toolbar-frontend-module.js.map +1 -1
- package/lib/browser/toolbar-icon-selector-dialog.js +1 -1
- package/lib/browser/toolbar-icon-selector-dialog.js.map +1 -1
- package/lib/browser/toolbar-interfaces.js +1 -1
- package/lib/browser/toolbar-interfaces.js.map +1 -1
- package/lib/browser/toolbar-preference-contribution.js +1 -1
- package/lib/browser/toolbar-preference-contribution.js.map +1 -1
- package/lib/browser/toolbar-preference-schema.js +1 -1
- package/lib/browser/toolbar-preference-schema.js.map +1 -1
- package/lib/browser/toolbar-storage-provider.js +1 -1
- package/lib/browser/toolbar-storage-provider.js.map +1 -1
- package/lib/browser/toolbar.js +1 -1
- package/lib/browser/toolbar.js.map +1 -1
- package/package.json +11 -11
- package/src/browser/abstract-toolbar-contribution.tsx +1 -1
- package/src/browser/application-shell-with-toolbar-override.ts +1 -1
- package/src/browser/codicons.ts +1 -1
- package/src/browser/font-awesome-icons.ts +1 -1
- package/src/browser/package.spec.ts +1 -1
- package/src/browser/style/toolbar.css +107 -105
- package/src/browser/toolbar-command-contribution.ts +1 -1
- package/src/browser/toolbar-command-quick-input-service.ts +1 -1
- package/src/browser/toolbar-constants.ts +1 -1
- package/src/browser/toolbar-controller.ts +1 -1
- package/src/browser/toolbar-defaults.ts +1 -1
- package/src/browser/toolbar-frontend-module.ts +1 -1
- package/src/browser/toolbar-icon-selector-dialog.tsx +1 -1
- package/src/browser/toolbar-interfaces.ts +1 -1
- package/src/browser/toolbar-preference-contribution.ts +1 -1
- package/src/browser/toolbar-preference-schema.ts +1 -1
- package/src/browser/toolbar-storage-provider.ts +1 -1
- package/src/browser/toolbar.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/toolbar",
|
|
3
|
-
"version": "1.39.0-next.
|
|
3
|
+
"version": "1.39.0-next.20+7012fd29f",
|
|
4
4
|
"description": "Theia - Toolbar",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theia-extension"
|
|
7
7
|
],
|
|
8
8
|
"homepage": "https://github.com/eclipse-theia/theia",
|
|
9
|
-
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
|
|
9
|
+
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/eclipse-theia/theia.git"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"watch": "theiaext watch"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@theia/core": "1.39.0-next.
|
|
31
|
-
"@theia/editor": "1.39.0-next.
|
|
32
|
-
"@theia/file-search": "1.39.0-next.
|
|
33
|
-
"@theia/filesystem": "1.39.0-next.
|
|
34
|
-
"@theia/monaco": "1.39.0-next.
|
|
30
|
+
"@theia/core": "1.39.0-next.20+7012fd29f",
|
|
31
|
+
"@theia/editor": "1.39.0-next.20+7012fd29f",
|
|
32
|
+
"@theia/file-search": "1.39.0-next.20+7012fd29f",
|
|
33
|
+
"@theia/filesystem": "1.39.0-next.20+7012fd29f",
|
|
34
|
+
"@theia/monaco": "1.39.0-next.20+7012fd29f",
|
|
35
35
|
"@theia/monaco-editor-core": "1.72.3",
|
|
36
|
-
"@theia/search-in-workspace": "1.39.0-next.
|
|
37
|
-
"@theia/userstorage": "1.39.0-next.
|
|
38
|
-
"@theia/workspace": "1.39.0-next.
|
|
36
|
+
"@theia/search-in-workspace": "1.39.0-next.20+7012fd29f",
|
|
37
|
+
"@theia/userstorage": "1.39.0-next.20+7012fd29f",
|
|
38
|
+
"@theia/workspace": "1.39.0-next.20+7012fd29f",
|
|
39
39
|
"ajv": "^6.5.3",
|
|
40
40
|
"jsonc-parser": "^2.2.0",
|
|
41
41
|
"perfect-scrollbar": "^1.3.0"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7012fd29fa9d3e78327e4f0d678ef4bae58c15e8"
|
|
52
52
|
}
|
|
@@ -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 * as React from '@theia/core/shared/react';
|
|
@@ -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 {
|
package/src/browser/codicons.ts
CHANGED
|
@@ -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/quotes, max-len */
|
|
@@ -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/quotes, max-len */
|
|
@@ -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
|
describe('timeline package', () => {
|
|
@@ -11,243 +11,245 @@
|
|
|
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
|
#main-toolbar {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
--theia-toolbar-height: calc(var(--theia-private-menubar-height) - 2px);
|
|
19
|
+
--theia-toolbar-item-padding: 5px;
|
|
20
|
+
--theia-toolbar-icon-size: 20px;
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
min-height: var(--theia-toolbar-height);
|
|
23
|
+
color: var(--theia-mainToolbar-foreground);
|
|
24
|
+
background: var(--theia-mainToolbar-background);
|
|
25
|
+
padding: 2px 4px;
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
position: relative;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
#main-toolbar .theia-progress-bar-container {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
position: absolute;
|
|
34
|
+
bottom: 0;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.toolbar-wrapper {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: row;
|
|
40
|
+
width: 100%;
|
|
41
|
+
overflow: hidden;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.toolbar-wrapper .toolbar-column {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
display: flex;
|
|
46
|
+
flex: 1;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.toolbar-wrapper .left {
|
|
50
|
-
|
|
50
|
+
justify-content: flex-start;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.toolbar-wrapper .center {
|
|
54
|
-
|
|
54
|
+
justify-content: center;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.toolbar-wrapper .right {
|
|
58
|
-
|
|
58
|
+
justify-content: flex-end;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.toolbar-wrapper:focus {
|
|
62
|
-
|
|
62
|
+
outline: none;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
#main-toolbar .toolbar-item {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
66
|
+
padding: 2px;
|
|
67
|
+
margin: 0 2px;
|
|
68
|
+
box-sizing: border-box;
|
|
69
|
+
position: relative;
|
|
70
|
+
background: unset;
|
|
71
|
+
cursor: pointer;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
#main-toolbar .empty-column-space {
|
|
75
|
-
|
|
75
|
+
flex-grow: 1;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
#main-toolbar .toolbar-item .codicon,
|
|
79
79
|
#main-toolbar .toolbar-item .fa {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
font-size: var(--theia-toolbar-icon-size);
|
|
81
|
+
width: unset;
|
|
82
|
+
min-width: var(--theia-toolbar-icon-size);
|
|
83
|
+
height: var(--theia-toolbar-icon-size);
|
|
84
|
+
line-height: var(--theia-toolbar-icon-size);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
#main-toolbar
|
|
88
|
-
|
|
87
|
+
#main-toolbar
|
|
88
|
+
.toolbar-item.action-label.enabled:hover:not(.dragging):not(.active) {
|
|
89
|
+
background-color: var(--theia-toolbar-hoverBackground);
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
#main-toolbar .toolbar-item.action-label:not(.enabled) {
|
|
92
|
-
|
|
93
|
+
cursor: default;
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
#main-toolbar .toolbar-item .hover-overlay {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
position: absolute;
|
|
98
|
+
pointer-events: none;
|
|
99
|
+
height: 100%;
|
|
100
|
+
width: 100%;
|
|
101
|
+
left: 0;
|
|
102
|
+
top: 0;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
#main-toolbar .toolbar-item .hover-overlay.drag-over {
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
background-color: var(--theia-activityBar-foreground);
|
|
107
|
+
opacity: 0.3;
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
#main-toolbar .toolbar-item .hover-overlay.location-left {
|
|
110
|
-
|
|
111
|
+
width: 25%;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
#main-toolbar .toolbar-item .hover-overlay.location-right {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
width: 25%;
|
|
116
|
+
left: 75%;
|
|
117
|
+
right: 0;
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
#main-toolbar .toolbar-item.dragging {
|
|
120
|
-
|
|
121
|
+
opacity: 0.3;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
#main-toolbar .toolbar-item:focus {
|
|
124
|
-
|
|
125
|
+
outline: none;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
#main-toolbar .item:focus,
|
|
128
129
|
#main-toolbar .item div:focus {
|
|
129
|
-
|
|
130
|
+
outline: none;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
#main-toolbar .separator {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
134
|
+
width: 1px;
|
|
135
|
+
background-color: var(--theia-activityBar-foreground);
|
|
136
|
+
opacity: var(--theia-mod-disabled-opacity);
|
|
137
|
+
margin: 0 5px;
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
.toolbar-column {
|
|
140
|
-
|
|
141
|
+
display: flex;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
.toolbar-column.left {
|
|
144
|
-
|
|
145
|
+
margin-right: var(--theia-toolbar-item-padding);
|
|
145
146
|
}
|
|
146
147
|
|
|
147
148
|
.toolbar-column.right {
|
|
148
|
-
|
|
149
|
+
margin-left: var(--theia-toolbar-item-padding);
|
|
149
150
|
}
|
|
150
151
|
|
|
151
152
|
.toolbar-column.empty {
|
|
152
|
-
|
|
153
|
+
min-width: 60px;
|
|
153
154
|
}
|
|
154
155
|
|
|
155
156
|
.empty-column-space.drag-over {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
background-color: var(--theia-activityBar-foreground);
|
|
158
|
+
opacity: 0.3;
|
|
159
|
+
border-radius: 2px;
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
#toolbar-icon-selector-dialog {
|
|
162
|
-
|
|
163
|
+
--theia-icon-dialog-icon-size: 20px;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
#toolbar-icon-selector-dialog .dialogBlock {
|
|
166
|
-
|
|
167
|
-
|
|
167
|
+
max-height: 75%;
|
|
168
|
+
width: 600px;
|
|
168
169
|
}
|
|
169
170
|
|
|
170
171
|
#toolbar-icon-selector-dialog .dialogContent {
|
|
171
|
-
|
|
172
|
-
|
|
172
|
+
overflow: hidden;
|
|
173
|
+
display: block;
|
|
173
174
|
}
|
|
174
175
|
|
|
175
176
|
#toolbar-icon-selector-dialog .dialogContent .icon-selector-options {
|
|
176
|
-
|
|
177
|
+
display: flex;
|
|
177
178
|
}
|
|
178
179
|
|
|
179
180
|
#toolbar-icon-selector-dialog .dialogContent .icon-wrapper:focus {
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
box-shadow: unset;
|
|
182
|
+
outline: solid 1px var(--theia-focusBorder);
|
|
182
183
|
}
|
|
183
184
|
|
|
184
185
|
#toolbar-icon-selector-dialog .dialogControl {
|
|
185
|
-
|
|
186
|
+
padding-top: var(--theia-ui-padding);
|
|
186
187
|
}
|
|
187
188
|
|
|
188
189
|
#toolbar-icon-selector-dialog .toolbar-icon-dialog-content.grid {
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
190
|
+
--grid-size: 28px;
|
|
191
|
+
display: grid;
|
|
192
|
+
grid-template-columns: repeat(20, var(--grid-size));
|
|
193
|
+
grid-template-rows: var(--grid-size);
|
|
194
|
+
grid-auto-rows: var(--grid-size);
|
|
194
195
|
}
|
|
195
196
|
|
|
196
197
|
#toolbar-icon-selector-dialog .toolbar-icon-dialog-content .icon-wrapper {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
198
|
+
height: 100%;
|
|
199
|
+
width: 100%;
|
|
200
|
+
display: flex;
|
|
201
|
+
justify-content: center;
|
|
202
|
+
align-items: center;
|
|
202
203
|
}
|
|
203
204
|
|
|
204
205
|
#toolbar-icon-selector-dialog .toolbar-icon-dialog-content .search-placeholder {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
text-align: center;
|
|
207
|
+
margin-top: var(--theia-ui-padding);
|
|
208
|
+
font-size: 1.2em;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
#toolbar-icon-selector-dialog .toolbar-icon-controls {
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
display: flex;
|
|
213
|
+
width: 100%;
|
|
214
|
+
justify-content: space-between;
|
|
214
215
|
}
|
|
215
216
|
|
|
216
217
|
#toolbar-icon-selector-dialog .toolbar-icon-controls .default-button {
|
|
217
|
-
|
|
218
|
+
display: flex;
|
|
218
219
|
}
|
|
219
220
|
|
|
220
221
|
#toolbar-icon-selector-dialog .toolbar-icon-controls .toolbar-default-icon {
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
margin-left: var(--theia-ui-padding);
|
|
223
|
+
font-size: var(--theia-icon-dialog-icon-size);
|
|
223
224
|
}
|
|
224
225
|
|
|
225
226
|
#toolbar-icon-selector-dialog .icon-selector-options {
|
|
226
|
-
|
|
227
|
+
justify-content: space-between;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
#toolbar-icon-selector-dialog .icon-selector-options .icon-filter-input {
|
|
230
|
-
|
|
231
|
+
height: 18px;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
#toolbar-icon-selector-dialog .toolbar-icon-select {
|
|
234
|
-
|
|
235
|
+
margin-bottom: var(--theia-ui-padding);
|
|
235
236
|
}
|
|
236
237
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
#toolbar-icon-selector-dialog
|
|
239
|
+
.toolbar-icon-dialog-content
|
|
240
|
+
.icon-wrapper.selected {
|
|
241
|
+
background-color: var(--theia-list-activeSelectionBackground);
|
|
240
242
|
}
|
|
241
243
|
|
|
242
244
|
#toolbar-icon-selector-dialog .toolbar-icon-dialog-content .fa,
|
|
243
245
|
#toolbar-icon-selector-dialog .toolbar-icon-dialog-content .codicon {
|
|
244
|
-
|
|
246
|
+
font-size: var(--theia-icon-dialog-icon-size);
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
#toolbar-icon-selector-dialog .toolbar-scroll-container {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
250
|
+
height: 375px;
|
|
251
|
+
position: relative;
|
|
252
|
+
padding: 0 var(--theia-ui-padding);
|
|
253
|
+
border: 1px solid var(--theia-editorWidget-border);
|
|
254
|
+
background-color: var(--theia-dropdown-background);
|
|
253
255
|
}
|
|
@@ -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 { Command, CommandRegistry, CommandService, 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 { Command, isObject, MenuPath, 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 { Command, ContributionProvider, Emitter, MaybePromise, MessageService } 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 { 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 '../../src/browser/style/toolbar.css';
|
|
@@ -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 * as React from '@theia/core/shared/react';
|
|
@@ -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 { 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 { PreferenceSchema, PreferenceProxy, PreferenceScope } 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 { IJSONSchema } from '@theia/core/lib/common/json-schema';
|
|
@@ -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 * as jsoncParser from 'jsonc-parser';
|
package/src/browser/toolbar.tsx
CHANGED
|
@@ -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 * as React from '@theia/core/shared/react';
|