@theia/terminal 1.39.0-next.14 → 1.39.0-next.16

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.
Files changed (118) hide show
  1. package/lib/browser/base/terminal-widget.js +1 -1
  2. package/lib/browser/base/terminal-widget.js.map +1 -1
  3. package/lib/browser/index.js +1 -1
  4. package/lib/browser/index.js.map +1 -1
  5. package/lib/browser/search/terminal-search-container.js +1 -1
  6. package/lib/browser/search/terminal-search-container.js.map +1 -1
  7. package/lib/browser/search/terminal-search-widget.js +1 -1
  8. package/lib/browser/search/terminal-search-widget.js.map +1 -1
  9. package/lib/browser/shell-terminal-profile.js +1 -1
  10. package/lib/browser/shell-terminal-profile.js.map +1 -1
  11. package/lib/browser/terminal-contribution.js +1 -1
  12. package/lib/browser/terminal-contribution.js.map +1 -1
  13. package/lib/browser/terminal-copy-on-selection-handler.js +1 -1
  14. package/lib/browser/terminal-copy-on-selection-handler.js.map +1 -1
  15. package/lib/browser/terminal-file-link-provider.js +1 -1
  16. package/lib/browser/terminal-file-link-provider.js.map +1 -1
  17. package/lib/browser/terminal-frontend-contribution.js +1 -1
  18. package/lib/browser/terminal-frontend-contribution.js.map +1 -1
  19. package/lib/browser/terminal-frontend-module.js +1 -1
  20. package/lib/browser/terminal-frontend-module.js.map +1 -1
  21. package/lib/browser/terminal-keybinding-contexts.js +1 -1
  22. package/lib/browser/terminal-keybinding-contexts.js.map +1 -1
  23. package/lib/browser/terminal-link-helpers.js +1 -1
  24. package/lib/browser/terminal-link-helpers.js.map +1 -1
  25. package/lib/browser/terminal-link-provider.js +1 -1
  26. package/lib/browser/terminal-link-provider.js.map +1 -1
  27. package/lib/browser/terminal-preferences.js +1 -1
  28. package/lib/browser/terminal-preferences.js.map +1 -1
  29. package/lib/browser/terminal-profile-service.js +1 -1
  30. package/lib/browser/terminal-profile-service.js.map +1 -1
  31. package/lib/browser/terminal-quick-open-service.js +1 -1
  32. package/lib/browser/terminal-quick-open-service.js.map +1 -1
  33. package/lib/browser/terminal-theme-service.js +1 -1
  34. package/lib/browser/terminal-theme-service.js.map +1 -1
  35. package/lib/browser/terminal-url-link-provider.js +1 -1
  36. package/lib/browser/terminal-url-link-provider.js.map +1 -1
  37. package/lib/browser/terminal-widget-impl.js +1 -1
  38. package/lib/browser/terminal-widget-impl.js.map +1 -1
  39. package/lib/common/base-terminal-protocol.js +1 -1
  40. package/lib/common/base-terminal-protocol.js.map +1 -1
  41. package/lib/common/shell-terminal-protocol.js +1 -1
  42. package/lib/common/shell-terminal-protocol.js.map +1 -1
  43. package/lib/common/terminal-common-module.js +1 -1
  44. package/lib/common/terminal-common-module.js.map +1 -1
  45. package/lib/common/terminal-protocol.js +1 -1
  46. package/lib/common/terminal-protocol.js.map +1 -1
  47. package/lib/common/terminal-watcher.js +1 -1
  48. package/lib/common/terminal-watcher.js.map +1 -1
  49. package/lib/node/base-terminal-server.js +1 -1
  50. package/lib/node/base-terminal-server.js.map +1 -1
  51. package/lib/node/buffering-stream.js +1 -1
  52. package/lib/node/buffering-stream.js.map +1 -1
  53. package/lib/node/buffering-stream.spec.js +1 -1
  54. package/lib/node/buffering-stream.spec.js.map +1 -1
  55. package/lib/node/index.js +1 -1
  56. package/lib/node/index.js.map +1 -1
  57. package/lib/node/shell-process.js +1 -1
  58. package/lib/node/shell-process.js.map +1 -1
  59. package/lib/node/shell-terminal-server.js +1 -1
  60. package/lib/node/shell-terminal-server.js.map +1 -1
  61. package/lib/node/shell-terminal-server.spec.js +1 -1
  62. package/lib/node/shell-terminal-server.spec.js.map +1 -1
  63. package/lib/node/terminal-backend-contribution.js +1 -1
  64. package/lib/node/terminal-backend-contribution.js.map +1 -1
  65. package/lib/node/terminal-backend-contribution.slow-spec.js +1 -1
  66. package/lib/node/terminal-backend-contribution.slow-spec.js.map +1 -1
  67. package/lib/node/terminal-backend-module.js +1 -1
  68. package/lib/node/terminal-backend-module.js.map +1 -1
  69. package/lib/node/terminal-server.js +1 -1
  70. package/lib/node/terminal-server.js.map +1 -1
  71. package/lib/node/terminal-server.spec.js +1 -1
  72. package/lib/node/terminal-server.spec.js.map +1 -1
  73. package/lib/node/test/terminal-test-container.js +1 -1
  74. package/lib/node/test/terminal-test-container.js.map +1 -1
  75. package/lib/package.spec.js +1 -1
  76. package/lib/package.spec.js.map +1 -1
  77. package/package.json +9 -9
  78. package/src/browser/base/terminal-service.ts +1 -1
  79. package/src/browser/base/terminal-widget.ts +1 -1
  80. package/src/browser/index.ts +1 -1
  81. package/src/browser/search/terminal-search-container.ts +1 -1
  82. package/src/browser/search/terminal-search-widget.tsx +1 -1
  83. package/src/browser/shell-terminal-profile.ts +1 -1
  84. package/src/browser/style/terminal-search.css +54 -48
  85. package/src/browser/style/terminal.css +5 -6
  86. package/src/browser/terminal-contribution.ts +1 -1
  87. package/src/browser/terminal-copy-on-selection-handler.ts +1 -1
  88. package/src/browser/terminal-file-link-provider.ts +1 -1
  89. package/src/browser/terminal-frontend-contribution.ts +1 -1
  90. package/src/browser/terminal-frontend-module.ts +1 -1
  91. package/src/browser/terminal-keybinding-contexts.ts +1 -1
  92. package/src/browser/terminal-link-helpers.ts +1 -1
  93. package/src/browser/terminal-link-provider.ts +1 -1
  94. package/src/browser/terminal-preferences.ts +1 -1
  95. package/src/browser/terminal-profile-service.ts +1 -1
  96. package/src/browser/terminal-quick-open-service.ts +1 -1
  97. package/src/browser/terminal-theme-service.ts +1 -1
  98. package/src/browser/terminal-url-link-provider.ts +1 -1
  99. package/src/browser/terminal-widget-impl.ts +1 -1
  100. package/src/common/base-terminal-protocol.ts +1 -1
  101. package/src/common/shell-terminal-protocol.ts +1 -1
  102. package/src/common/terminal-common-module.ts +1 -1
  103. package/src/common/terminal-protocol.ts +1 -1
  104. package/src/common/terminal-watcher.ts +1 -1
  105. package/src/node/base-terminal-server.ts +1 -1
  106. package/src/node/buffering-stream.spec.ts +1 -1
  107. package/src/node/buffering-stream.ts +1 -1
  108. package/src/node/index.ts +1 -1
  109. package/src/node/shell-process.ts +1 -1
  110. package/src/node/shell-terminal-server.spec.ts +1 -1
  111. package/src/node/shell-terminal-server.ts +1 -1
  112. package/src/node/terminal-backend-contribution.slow-spec.ts +1 -1
  113. package/src/node/terminal-backend-contribution.ts +1 -1
  114. package/src/node/terminal-backend-module.ts +1 -1
  115. package/src/node/terminal-server.spec.ts +1 -1
  116. package/src/node/terminal-server.ts +1 -1
  117. package/src/node/test/terminal-test-container.ts +1 -1
  118. package/src/package.spec.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-server.spec.js","sourceRoot":"","sources":["../../src/node/terminal-server.spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,6BAA6B;AAC7B,4EAA6E;AAC7E,mEAA8D;AAE9D;;GAEG;AAEH,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;AAE3B,QAAQ,CAAC,gBAAgB,EAAE;IAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,IAAI,cAA+B,CAAC;IAEpC,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,cAAc,GAAG,SAAS,CAAC,GAAG,CAAC,mCAAe,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,KAAK;QAC5B,MAAM,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC;QAC3B,MAAM,YAAY,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9F,MAAM,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6CAA6C,EAAE,KAAK;QACnD,MAAM,WAAW,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC,CAAC;QAC9E,MAAM,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"terminal-server.spec.js","sourceRoot":"","sources":["../../src/node/terminal-server.spec.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,6BAA6B;AAC7B,4EAA6E;AAC7E,mEAA8D;AAE9D;;GAEG;AAEH,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;AAE3B,QAAQ,CAAC,gBAAgB,EAAE;IAEvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,IAAI,cAA+B,CAAC;IAEpC,UAAU,CAAC,GAAG,EAAE;QACZ,MAAM,SAAS,GAAG,IAAA,qDAA2B,GAAE,CAAC;QAChD,cAAc,GAAG,SAAS,CAAC,GAAG,CAAC,mCAAe,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sBAAsB,EAAE,KAAK;QAC5B,MAAM,IAAI,GAAG,CAAC,WAAW,CAAC,CAAC;QAC3B,MAAM,YAAY,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9F,MAAM,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,6CAA6C,EAAE,KAAK;QACnD,MAAM,WAAW,GAAG,MAAM,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC,CAAC;QAC9E,MAAM,CAAC,WAAW,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
@@ -14,7 +14,7 @@ exports.createTerminalTestContainer = void 0;
14
14
  // with the GNU Classpath Exception which is available at
15
15
  // https://www.gnu.org/software/classpath/license.html.
16
16
  //
17
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
17
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
18
18
  // *****************************************************************************
19
19
  const inversify_1 = require("@theia/core/shared/inversify");
20
20
  const logger_backend_module_1 = require("@theia/core/lib/node/logger-backend-module");
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-test-container.js","sourceRoot":"","sources":["../../../src/node/test/terminal-test-container.ts"],"names":[],"mappings":";;;AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAChF,4DAAyD;AACzD,sFAAwE;AACxE,gGAA2F;AAC3F,2FAAkF;AAClF,sGAAiG;AACjG,wEAA+D;AAC/D,uFAAmF;AACnF,sEAAkE;AAElE,SAAgB,2BAA2B;IACvC,MAAM,SAAS,GAAG,IAAI,qBAAS,EAAE,CAAC;IAElC,SAAS,CAAC,IAAI,CAAC,qDAAwB,CAAC,CAAC;IACzC,SAAS,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC,eAAe,CAAC,EAAwB,CAAC,CAAC;IAC/E,SAAS,CAAC,MAAM,CAAC,4BAAY,CAAC,CAAC,eAAe,CAAC,IAAI,KAAM,SAAQ,4BAAY;QAChE,oBAAoB,KAAW,CAAC;KAC5C,CAAC,CAAC;IAEH,IAAA,kCAAU,EAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC;IACvC,SAAS,CAAC,IAAI,CAAC,gCAAoB,CAAC,CAAC;IACrC,SAAS,CAAC,IAAI,CAAC,iCAAqB,CAAC,CAAC;IACtC,OAAO,SAAS,CAAC;AACrB,CAAC;AAdD,kEAcC"}
1
+ {"version":3,"file":"terminal-test-container.js","sourceRoot":"","sources":["../../../src/node/test/terminal-test-container.ts"],"names":[],"mappings":";;;AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;AAChF,4DAAyD;AACzD,sFAAwE;AACxE,gGAA2F;AAC3F,2FAAkF;AAClF,sGAAiG;AACjG,wEAA+D;AAC/D,uFAAmF;AACnF,sEAAkE;AAElE,SAAgB,2BAA2B;IACvC,MAAM,SAAS,GAAG,IAAI,qBAAS,EAAE,CAAC;IAElC,SAAS,CAAC,IAAI,CAAC,qDAAwB,CAAC,CAAC;IACzC,SAAS,CAAC,MAAM,CAAC,wCAAkB,CAAC,CAAC,eAAe,CAAC,EAAwB,CAAC,CAAC;IAC/E,SAAS,CAAC,MAAM,CAAC,4BAAY,CAAC,CAAC,eAAe,CAAC,IAAI,KAAM,SAAQ,4BAAY;QAChE,oBAAoB,KAAW,CAAC;KAC5C,CAAC,CAAC;IAEH,IAAA,kCAAU,EAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC;IACvC,SAAS,CAAC,IAAI,CAAC,gCAAoB,CAAC,CAAC;IACrC,SAAS,CAAC,IAAI,CAAC,iCAAqB,CAAC,CAAC;IACtC,OAAO,SAAS,CAAC;AACrB,CAAC;AAdD,kEAcC"}
@@ -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
  /* note: this bogus test file is required so that
17
17
  we are able to run mocha unit tests on this
@@ -1 +1 @@
1
- {"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAEhF;;;;;;qBAMqB;AAErB,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAE9B,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"package.spec.js","sourceRoot":"","sources":["../src/package.spec.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;AAEhF;;;;;;qBAMqB;AAErB,QAAQ,CAAC,kBAAkB,EAAE,GAAG,EAAE;IAE9B,EAAE,CAAC,kCAAkC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/terminal",
3
- "version": "1.39.0-next.14+0660fb03a",
3
+ "version": "1.39.0-next.16+fbb02df76",
4
4
  "description": "Theia - Terminal Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.39.0-next.14+0660fb03a",
7
- "@theia/editor": "1.39.0-next.14+0660fb03a",
8
- "@theia/filesystem": "1.39.0-next.14+0660fb03a",
9
- "@theia/process": "1.39.0-next.14+0660fb03a",
10
- "@theia/variable-resolver": "1.39.0-next.14+0660fb03a",
11
- "@theia/workspace": "1.39.0-next.14+0660fb03a",
6
+ "@theia/core": "1.39.0-next.16+fbb02df76",
7
+ "@theia/editor": "1.39.0-next.16+fbb02df76",
8
+ "@theia/filesystem": "1.39.0-next.16+fbb02df76",
9
+ "@theia/process": "1.39.0-next.16+fbb02df76",
10
+ "@theia/variable-resolver": "1.39.0-next.16+fbb02df76",
11
+ "@theia/workspace": "1.39.0-next.16+fbb02df76",
12
12
  "xterm": "^4.16.0",
13
13
  "xterm-addon-fit": "^0.5.0",
14
14
  "xterm-addon-search": "^0.8.2"
@@ -26,7 +26,7 @@
26
26
  "keywords": [
27
27
  "theia-extension"
28
28
  ],
29
- "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
29
+ "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
30
30
  "repository": {
31
31
  "type": "git",
32
32
  "url": "https://github.com/eclipse-theia/theia.git"
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "0660fb03a87ea518aed290d098504807a7e20239"
56
+ "gitHead": "fbb02df763b115c12e2d68babf33aac3a781b449"
57
57
  }
@@ -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 { Event } from '@theia/core/lib/common/event';
17
17
  import { WidgetOpenerOptions } 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 { Event, ViewColumn } 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
  export * from './terminal-frontend-module';
@@ -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 { 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 { URI } from '@theia/core';
@@ -11,83 +11,89 @@
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-search-terminal-widget-parent {
18
- background: var(--theia-sideBar-background);
19
- position: absolute;
20
- margin: 0px;
21
- border: var(--theia-border-width) solid transparent;
22
- padding: 0px;
23
- top: 1px;
24
- right: 19px;
18
+ background: var(--theia-sideBar-background);
19
+ position: absolute;
20
+ margin: 0px;
21
+ border: var(--theia-border-width) solid transparent;
22
+ padding: 0px;
23
+ top: 1px;
24
+ right: 19px;
25
25
 
26
- z-index: 10;
26
+ z-index: 10;
27
27
  }
28
28
 
29
29
  .theia-search-terminal-widget-parent .theia-search-elem-box {
30
- display: flex;
31
- margin: 0px;
32
- border: var(--theia-border-width) solid transparent;
33
- padding: 0px;
34
- align-items: center;
35
- color: var(--theia-input-foreground);
36
- background: var(--theia-input-background);
30
+ display: flex;
31
+ margin: 0px;
32
+ border: var(--theia-border-width) solid transparent;
33
+ padding: 0px;
34
+ align-items: center;
35
+ color: var(--theia-input-foreground);
36
+ background: var(--theia-input-background);
37
37
  }
38
38
 
39
39
  .theia-search-terminal-widget-parent .theia-search-elem-box input {
40
- margin-left: 5px;
41
- padding: 0px;
42
- width: 100px;
43
- height: 18px;
44
- color: inherit;
45
- background-color: inherit;
46
- border: var(--theia-border-width) solid transparent;
47
- outline: none;
40
+ margin-left: 5px;
41
+ padding: 0px;
42
+ width: 100px;
43
+ height: 18px;
44
+ color: inherit;
45
+ background-color: inherit;
46
+ border: var(--theia-border-width) solid transparent;
47
+ outline: none;
48
48
  }
49
49
 
50
- .theia-search-terminal-widget-parent .theia-search-elem-box .search-elem.codicon {
51
- height: 16px;
52
- width: 18px;
50
+ .theia-search-terminal-widget-parent
51
+ .theia-search-elem-box
52
+ .search-elem.codicon {
53
+ height: 16px;
54
+ width: 18px;
53
55
  }
54
56
 
55
57
  .theia-search-terminal-widget-parent .search-elem.codicon {
56
- border: var(--theia-border-width) solid transparent;
57
- height: 20px;
58
- width: 20px;
59
- opacity: 0.7;
60
- outline: none;
61
- color: var(--theia-input-foreground);
62
- padding: 0px;
63
- margin-left: 3px;
58
+ border: var(--theia-border-width) solid transparent;
59
+ height: 20px;
60
+ width: 20px;
61
+ opacity: 0.7;
62
+ outline: none;
63
+ color: var(--theia-input-foreground);
64
+ padding: 0px;
65
+ margin-left: 3px;
64
66
  }
65
67
 
66
68
  .theia-search-terminal-widget-parent .search-elem:hover {
67
- opacity: 1;
69
+ opacity: 1;
68
70
  }
69
71
 
70
72
  .theia-search-terminal-widget-parent .theia-search-elem-box.focused {
71
- border: var(--theia-border-width) solid var(--theia-focusBorder);
73
+ border: var(--theia-border-width) solid var(--theia-focusBorder);
72
74
  }
73
75
 
74
- .theia-search-terminal-widget-parent .theia-search-elem-box .search-elem.option-enabled {
75
- border: var(--theia-border-width) solid var(--theia-inputOption-activeBorder);
76
- background-color: var(--theia-inputOption-activeBackground);
76
+ .theia-search-terminal-widget-parent
77
+ .theia-search-elem-box
78
+ .search-elem.option-enabled {
79
+ border: var(--theia-border-width) solid var(--theia-inputOption-activeBorder);
80
+ background-color: var(--theia-inputOption-activeBackground);
77
81
  }
78
82
 
79
83
  .theia-search-terminal-widget-parent .theia-search-terminal-widget {
80
- margin: 2px;
81
- display: flex;
82
- align-items: center;
83
- font: var(--theia-content-font-size);
84
- color: var(--theia-input-foreground);
84
+ margin: 2px;
85
+ display: flex;
86
+ align-items: center;
87
+ font: var(--theia-content-font-size);
88
+ color: var(--theia-input-foreground);
85
89
  }
86
90
 
87
91
  .theia-search-terminal-widget-parent .theia-search-terminal-widget button {
88
- background-color: transparent;
92
+ background-color: transparent;
89
93
  }
90
94
 
91
- .theia-search-terminal-widget-parent .theia-search-terminal-widget button:focus {
92
- border: var(--theia-border-width) var(--theia-focusBorder) solid;
95
+ .theia-search-terminal-widget-parent
96
+ .theia-search-terminal-widget
97
+ button:focus {
98
+ border: var(--theia-border-width) var(--theia-focusBorder) solid;
93
99
  }
@@ -11,14 +11,14 @@
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
  .terminal-container {
18
- width:100%;
19
- height:100%;
20
- padding: var(--theia-code-padding);
21
- background: var(--theia-terminal-background);
18
+ width: 100%;
19
+ height: 100%;
20
+ padding: var(--theia-code-padding);
21
+ background: var(--theia-terminal-background);
22
22
  }
23
23
 
24
24
  .xterm .xterm-screen canvas {
@@ -26,7 +26,6 @@
26
26
  border: 1px solid var(--theia-terminal-background);
27
27
  }
28
28
 
29
-
30
29
  .terminal-container .xterm .xterm-helper-textarea {
31
30
  /* fix secondary cursor-like issue. See https://github.com/eclipse-theia/theia/issues/8158 */
32
31
  opacity: 0 !important;
@@ -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 { TerminalContribution } from './terminal-widget-impl';
@@ -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, 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 { OS, Path } 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 { inject, injectable, optional, 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 '../../src/browser/style/terminal.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 { 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 type { IBufferRange, IBufferLine, IBuffer, Terminal } from 'xterm';
@@ -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 { CancellationToken, ContributionProvider, DisposableCollection, disposableTimeout, isOSX } 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
  /* eslint-disable 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
  import { Emitter, Event } 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 { inject, injectable, optional } 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 { ITheme } from 'xterm';
@@ -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
  import { Terminal, RendererType } from 'xterm';
@@ -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 { JsonRpcServer } from '@theia/core/lib/common/messaging/proxy-factory';
@@ -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 { JsonRpcProxy } 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 { 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 { IBaseTerminalServer, IBaseTerminalServerOptions } from './base-terminal-protocol';
@@ -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 { inject, injectable, named } 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 { wait } from '@theia/core/lib/common/promise-util';
@@ -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 { Emitter, Event } from '@theia/core/lib/common/event';
package/src/node/index.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
  export * from './terminal-backend-module';
@@ -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, named } 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 * as chai from 'chai';
17
17
  import { createTerminalTestContainer } from './test/terminal-test-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
  import { inject, injectable, named } 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 { createTerminalTestContainer } from './test/terminal-test-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
  import { injectable, inject, named } 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 { ContainerModule, Container, 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 * as chai from 'chai';