@theia/core 1.39.0-next.19 → 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/README.md CHANGED
@@ -84,12 +84,12 @@ export class SomeClass {
84
84
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
85
85
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
86
86
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
87
- - `@theia/application-package` (from [`@theia/application-package@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.19))
88
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.19))
89
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.19))
90
- - `@theia/request` (from [`@theia/request@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.19))
91
- - `@theia/request/lib/proxy` (from [`@theia/request@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.19))
92
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.39.0-next.19+72e48cc2d`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.19))
87
+ - `@theia/application-package` (from [`@theia/application-package@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.20))
88
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.20))
89
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/application-package/v/1.39.0-next.20))
90
+ - `@theia/request` (from [`@theia/request@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.20))
91
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.20))
92
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.39.0-next.20+7012fd29f`](https://www.npmjs.com/package/@theia/request/v/1.39.0-next.20))
93
93
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
94
94
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
95
95
  - `inversify` (from [`inversify@^6.0.1`](https://www.npmjs.com/package/inversify))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.39.0-next.19+72e48cc2d",
3
+ "version": "1.39.0-next.20+7012fd29f",
4
4
  "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  "@phosphor/signaling": "1",
17
17
  "@phosphor/virtualdom": "1",
18
18
  "@phosphor/widgets": "1",
19
- "@theia/application-package": "1.39.0-next.19+72e48cc2d",
20
- "@theia/request": "1.39.0-next.19+72e48cc2d",
19
+ "@theia/application-package": "1.39.0-next.20+7012fd29f",
20
+ "@theia/request": "1.39.0-next.20+7012fd29f",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -206,5 +206,5 @@
206
206
  "nyc": {
207
207
  "extends": "../../configs/nyc.json"
208
208
  },
209
- "gitHead": "72e48cc2d4d5cad62b9ae7ef76775da9711da560"
209
+ "gitHead": "7012fd29fa9d3e78327e4f0d678ef4bae58c15e8"
210
210
  }
@@ -166,6 +166,13 @@
166
166
  justify-content: center;
167
167
  }
168
168
 
169
+ .open-editors-node-row .theia-TreeNode .theia-TreeNodeContent .noWrapInfo > * {
170
+ overflow: hidden;
171
+ text-overflow: ellipsis;
172
+ white-space: nowrap;
173
+ display: inline;
174
+ }
175
+
169
176
  .theia-TreeNodeSegment mark {
170
177
  background-color: var(--theia-list-filterMatchBackground);
171
178
  color: var(--theia-list-inactiveSelectionForeground);