@theia/plugin-ext 1.40.1 → 1.42.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.
Files changed (311) hide show
  1. package/lib/common/collections.d.ts +4 -0
  2. package/lib/common/collections.d.ts.map +1 -1
  3. package/lib/common/collections.js +17 -1
  4. package/lib/common/collections.js.map +1 -1
  5. package/lib/common/errors.d.ts +14 -0
  6. package/lib/common/errors.d.ts.map +1 -1
  7. package/lib/common/errors.js +17 -1
  8. package/lib/common/errors.js.map +1 -1
  9. package/lib/common/plugin-api-rpc.d.ts +286 -6
  10. package/lib/common/plugin-api-rpc.d.ts.map +1 -1
  11. package/lib/common/plugin-api-rpc.js +20 -1
  12. package/lib/common/plugin-api-rpc.js.map +1 -1
  13. package/lib/common/plugin-protocol.d.ts +27 -5
  14. package/lib/common/plugin-protocol.d.ts.map +1 -1
  15. package/lib/common/plugin-protocol.js.map +1 -1
  16. package/lib/hosted/browser/hosted-plugin.d.ts +5 -2
  17. package/lib/hosted/browser/hosted-plugin.d.ts.map +1 -1
  18. package/lib/hosted/browser/hosted-plugin.js +21 -12
  19. package/lib/hosted/browser/hosted-plugin.js.map +1 -1
  20. package/lib/hosted/node/hosted-plugin-deployer-handler.js +1 -1
  21. package/lib/hosted/node/hosted-plugin-deployer-handler.js.map +1 -1
  22. package/lib/hosted/node/plugin-reader.d.ts +1 -1
  23. package/lib/hosted/node/plugin-reader.d.ts.map +1 -1
  24. package/lib/hosted/node/plugin-reader.js +1 -1
  25. package/lib/hosted/node/plugin-reader.js.map +1 -1
  26. package/lib/hosted/node/scanners/grammars-reader.d.ts +1 -1
  27. package/lib/hosted/node/scanners/grammars-reader.d.ts.map +1 -1
  28. package/lib/hosted/node/scanners/grammars-reader.js +5 -5
  29. package/lib/hosted/node/scanners/grammars-reader.js.map +1 -1
  30. package/lib/hosted/node/scanners/scanner-theia.d.ts +6 -6
  31. package/lib/hosted/node/scanners/scanner-theia.d.ts.map +1 -1
  32. package/lib/hosted/node/scanners/scanner-theia.js +54 -41
  33. package/lib/hosted/node/scanners/scanner-theia.js.map +1 -1
  34. package/lib/main/browser/custom-editors/custom-editor-widget.d.ts +1 -1
  35. package/lib/main/browser/custom-editors/custom-editor-widget.d.ts.map +1 -1
  36. package/lib/main/browser/custom-editors/custom-editor-widget.js +1 -1
  37. package/lib/main/browser/custom-editors/custom-editor-widget.js.map +1 -1
  38. package/lib/main/browser/custom-editors/custom-editors-main.d.ts +1 -1
  39. package/lib/main/browser/custom-editors/custom-editors-main.d.ts.map +1 -1
  40. package/lib/main/browser/custom-editors/custom-editors-main.js +1 -1
  41. package/lib/main/browser/custom-editors/custom-editors-main.js.map +1 -1
  42. package/lib/main/browser/editors-and-documents-main.d.ts.map +1 -1
  43. package/lib/main/browser/editors-and-documents-main.js +1 -0
  44. package/lib/main/browser/editors-and-documents-main.js.map +1 -1
  45. package/lib/main/browser/languages-main.d.ts.map +1 -1
  46. package/lib/main/browser/languages-main.js +6 -4
  47. package/lib/main/browser/languages-main.js.map +1 -1
  48. package/lib/main/browser/main-context.d.ts.map +1 -1
  49. package/lib/main/browser/main-context.js +18 -0
  50. package/lib/main/browser/main-context.js.map +1 -1
  51. package/lib/main/browser/menus/menus-contribution-handler.d.ts.map +1 -1
  52. package/lib/main/browser/menus/menus-contribution-handler.js +6 -3
  53. package/lib/main/browser/menus/menus-contribution-handler.js.map +1 -1
  54. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts +50 -0
  55. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.d.ts.map +1 -0
  56. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js +189 -0
  57. package/lib/main/browser/notebooks/notebook-documents-and-editors-main.js.map +1 -0
  58. package/lib/main/browser/notebooks/notebook-documents-main.d.ts +22 -0
  59. package/lib/main/browser/notebooks/notebook-documents-main.d.ts.map +1 -0
  60. package/lib/main/browser/notebooks/notebook-documents-main.js +133 -0
  61. package/lib/main/browser/notebooks/notebook-documents-main.js.map +1 -0
  62. package/lib/main/browser/notebooks/notebook-dto.d.ts +15 -0
  63. package/lib/main/browser/notebooks/notebook-dto.d.ts.map +1 -0
  64. package/lib/main/browser/notebooks/notebook-dto.js +138 -0
  65. package/lib/main/browser/notebooks/notebook-dto.js.map +1 -0
  66. package/lib/main/browser/notebooks/notebook-editors-main.d.ts +20 -0
  67. package/lib/main/browser/notebooks/notebook-editors-main.d.ts.map +1 -0
  68. package/lib/main/browser/notebooks/notebook-editors-main.js +58 -0
  69. package/lib/main/browser/notebooks/notebook-editors-main.js.map +1 -0
  70. package/lib/main/browser/notebooks/notebook-kernels-main.d.ts +42 -0
  71. package/lib/main/browser/notebooks/notebook-kernels-main.d.ts.map +1 -0
  72. package/lib/main/browser/notebooks/notebook-kernels-main.js +230 -0
  73. package/lib/main/browser/notebooks/notebook-kernels-main.js.map +1 -0
  74. package/lib/main/browser/notebooks/notebook-renderers-main.d.ts +12 -0
  75. package/lib/main/browser/notebooks/notebook-renderers-main.d.ts.map +1 -0
  76. package/lib/main/browser/notebooks/notebook-renderers-main.js +39 -0
  77. package/lib/main/browser/notebooks/notebook-renderers-main.js.map +1 -0
  78. package/lib/main/browser/notebooks/notebooks-main.d.ts +20 -0
  79. package/lib/main/browser/notebooks/notebooks-main.d.ts.map +1 -0
  80. package/lib/main/browser/notebooks/notebooks-main.js +103 -0
  81. package/lib/main/browser/notebooks/notebooks-main.js.map +1 -0
  82. package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts +35 -0
  83. package/lib/main/browser/notebooks/renderers/cell-output-webview.d.ts.map +1 -0
  84. package/lib/main/browser/notebooks/renderers/cell-output-webview.js +204 -0
  85. package/lib/main/browser/notebooks/renderers/cell-output-webview.js.map +1 -0
  86. package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts +13 -0
  87. package/lib/main/browser/notebooks/renderers/output-webview-internal.d.ts.map +1 -0
  88. package/lib/main/browser/notebooks/renderers/output-webview-internal.js +375 -0
  89. package/lib/main/browser/notebooks/renderers/output-webview-internal.js.map +1 -0
  90. package/lib/main/browser/notebooks/renderers/webview-communication.d.ts +52 -0
  91. package/lib/main/browser/notebooks/renderers/webview-communication.d.ts.map +1 -0
  92. package/{src/typings/index.d.ts → lib/main/browser/notebooks/renderers/webview-communication.js} +8 -11
  93. package/lib/main/browser/notebooks/renderers/webview-communication.js.map +1 -0
  94. package/lib/main/browser/plugin-contribution-handler.d.ts +3 -0
  95. package/lib/main/browser/plugin-contribution-handler.d.ts.map +1 -1
  96. package/lib/main/browser/plugin-contribution-handler.js +31 -3
  97. package/lib/main/browser/plugin-contribution-handler.js.map +1 -1
  98. package/lib/main/browser/plugin-ext-frontend-module.d.ts.map +1 -1
  99. package/lib/main/browser/plugin-ext-frontend-module.js +3 -2
  100. package/lib/main/browser/plugin-ext-frontend-module.js.map +1 -1
  101. package/lib/main/browser/plugin-icon-theme-service.d.ts.map +1 -1
  102. package/lib/main/browser/plugin-icon-theme-service.js +6 -0
  103. package/lib/main/browser/plugin-icon-theme-service.js.map +1 -1
  104. package/lib/main/browser/plugin-shared-style.d.ts.map +1 -1
  105. package/lib/main/browser/plugin-shared-style.js +2 -1
  106. package/lib/main/browser/plugin-shared-style.js.map +1 -1
  107. package/lib/main/browser/tasks-main.js +2 -2
  108. package/lib/main/browser/tasks-main.js.map +1 -1
  109. package/lib/main/browser/terminal-main.d.ts +2 -2
  110. package/lib/main/browser/terminal-main.d.ts.map +1 -1
  111. package/lib/main/browser/terminal-main.js +4 -4
  112. package/lib/main/browser/terminal-main.js.map +1 -1
  113. package/lib/main/browser/view/tree-view-widget.d.ts +3 -1
  114. package/lib/main/browser/view/tree-view-widget.d.ts.map +1 -1
  115. package/lib/main/browser/view/tree-view-widget.js +32 -1
  116. package/lib/main/browser/view/tree-view-widget.js.map +1 -1
  117. package/lib/main/browser/view/tree-views-main.d.ts +2 -1
  118. package/lib/main/browser/view/tree-views-main.d.ts.map +1 -1
  119. package/lib/main/browser/view/tree-views-main.js +10 -0
  120. package/lib/main/browser/view/tree-views-main.js.map +1 -1
  121. package/lib/main/browser/webview/webview.d.ts +1 -0
  122. package/lib/main/browser/webview/webview.d.ts.map +1 -1
  123. package/lib/main/browser/webview/webview.js +5 -0
  124. package/lib/main/browser/webview/webview.js.map +1 -1
  125. package/lib/main/node/errors.spec.d.ts +2 -0
  126. package/lib/main/node/errors.spec.d.ts.map +1 -0
  127. package/lib/main/node/errors.spec.js +36 -0
  128. package/lib/main/node/errors.spec.js.map +1 -0
  129. package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts +5 -2
  130. package/lib/main/node/handlers/plugin-theia-directory-handler.d.ts.map +1 -1
  131. package/lib/main/node/handlers/plugin-theia-directory-handler.js +14 -8
  132. package/lib/main/node/handlers/plugin-theia-directory-handler.js.map +1 -1
  133. package/lib/main/node/handlers/plugin-theia-file-handler.d.ts +2 -1
  134. package/lib/main/node/handlers/plugin-theia-file-handler.d.ts.map +1 -1
  135. package/lib/main/node/handlers/plugin-theia-file-handler.js +13 -5
  136. package/lib/main/node/handlers/plugin-theia-file-handler.js.map +1 -1
  137. package/lib/main/node/paths/plugin-paths-service.d.ts.map +1 -1
  138. package/lib/main/node/paths/plugin-paths-service.js +4 -9
  139. package/lib/main/node/paths/plugin-paths-service.js.map +1 -1
  140. package/lib/main/node/plugin-deployer-directory-handler-context-impl.js +8 -8
  141. package/lib/main/node/plugin-deployer-directory-handler-context-impl.js.map +1 -1
  142. package/lib/main/node/plugin-deployer-entry-impl.d.ts +2 -2
  143. package/lib/main/node/plugin-deployer-entry-impl.d.ts.map +1 -1
  144. package/lib/main/node/plugin-deployer-entry-impl.js +9 -7
  145. package/lib/main/node/plugin-deployer-entry-impl.js.map +1 -1
  146. package/lib/main/node/plugin-deployer-impl.d.ts +2 -2
  147. package/lib/main/node/plugin-deployer-impl.d.ts.map +1 -1
  148. package/lib/main/node/plugin-deployer-impl.js +16 -24
  149. package/lib/main/node/plugin-deployer-impl.js.map +1 -1
  150. package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts +2 -2
  151. package/lib/main/node/plugin-deployer-proxy-entry-impl.d.ts.map +1 -1
  152. package/lib/main/node/plugin-ext-backend-module.js +3 -3
  153. package/lib/main/node/plugin-ext-backend-module.js.map +1 -1
  154. package/lib/main/node/plugin-github-resolver.d.ts.map +1 -1
  155. package/lib/main/node/plugin-github-resolver.js +14 -6
  156. package/lib/main/node/plugin-github-resolver.js.map +1 -1
  157. package/lib/main/node/plugin-http-resolver.d.ts.map +1 -1
  158. package/lib/main/node/plugin-http-resolver.js +14 -6
  159. package/lib/main/node/plugin-http-resolver.js.map +1 -1
  160. package/lib/main/node/{plugin-localization-backend-contribution.d.ts → plugin-localization-server.d.ts} +3 -3
  161. package/lib/main/node/plugin-localization-server.d.ts.map +1 -0
  162. package/lib/main/node/{plugin-localization-backend-contribution.js → plugin-localization-server.js} +8 -8
  163. package/lib/main/node/plugin-localization-server.js.map +1 -0
  164. package/lib/main/node/temp-dir-util.d.ts +1 -0
  165. package/lib/main/node/temp-dir-util.d.ts.map +1 -1
  166. package/lib/main/node/temp-dir-util.js +12 -3
  167. package/lib/main/node/temp-dir-util.js.map +1 -1
  168. package/lib/plugin/editors-and-documents.d.ts +1 -1
  169. package/lib/plugin/editors-and-documents.d.ts.map +1 -1
  170. package/lib/plugin/editors-and-documents.js +1 -1
  171. package/lib/plugin/editors-and-documents.js.map +1 -1
  172. package/lib/plugin/notebook/notebook-document.d.ts +62 -0
  173. package/lib/plugin/notebook/notebook-document.d.ts.map +1 -0
  174. package/lib/plugin/notebook/notebook-document.js +373 -0
  175. package/lib/plugin/notebook/notebook-document.js.map +1 -0
  176. package/lib/plugin/notebook/notebook-documents.d.ts +17 -0
  177. package/lib/plugin/notebook/notebook-documents.d.ts.map +1 -0
  178. package/lib/plugin/notebook/notebook-documents.js +48 -0
  179. package/lib/plugin/notebook/notebook-documents.js.map +1 -0
  180. package/lib/plugin/notebook/notebook-editor.d.ts +21 -0
  181. package/lib/plugin/notebook/notebook-editor.d.ts.map +1 -0
  182. package/lib/plugin/notebook/notebook-editor.js +99 -0
  183. package/lib/plugin/notebook/notebook-editor.js.map +1 -0
  184. package/lib/plugin/notebook/notebook-editors.d.ts +14 -0
  185. package/lib/plugin/notebook/notebook-editors.d.ts.map +1 -0
  186. package/lib/plugin/notebook/notebook-editors.js +65 -0
  187. package/lib/plugin/notebook/notebook-editors.js.map +1 -0
  188. package/lib/plugin/notebook/notebook-kernels.d.ts +37 -0
  189. package/lib/plugin/notebook/notebook-kernels.d.ts.map +1 -0
  190. package/lib/plugin/notebook/notebook-kernels.js +516 -0
  191. package/lib/plugin/notebook/notebook-kernels.js.map +1 -0
  192. package/lib/plugin/notebook/notebook-renderers.d.ts +14 -0
  193. package/lib/plugin/notebook/notebook-renderers.d.ts.map +1 -0
  194. package/lib/plugin/notebook/notebook-renderers.js +63 -0
  195. package/lib/plugin/notebook/notebook-renderers.js.map +1 -0
  196. package/lib/plugin/notebook/notebooks.d.ts +57 -0
  197. package/lib/plugin/notebook/notebooks.d.ts.map +1 -0
  198. package/lib/plugin/notebook/notebooks.js +295 -0
  199. package/lib/plugin/notebook/notebooks.js.map +1 -0
  200. package/lib/plugin/plugin-context.d.ts +2 -2
  201. package/lib/plugin/plugin-context.d.ts.map +1 -1
  202. package/lib/plugin/plugin-context.js +80 -59
  203. package/lib/plugin/plugin-context.js.map +1 -1
  204. package/lib/plugin/plugin-manager.d.ts +2 -0
  205. package/lib/plugin/plugin-manager.d.ts.map +1 -1
  206. package/lib/plugin/plugin-manager.js +9 -1
  207. package/lib/plugin/plugin-manager.js.map +1 -1
  208. package/lib/plugin/quick-open.d.ts.map +1 -1
  209. package/lib/plugin/quick-open.js +1 -0
  210. package/lib/plugin/quick-open.js.map +1 -1
  211. package/lib/plugin/stubs/tests-api.d.ts +1 -0
  212. package/lib/plugin/stubs/tests-api.d.ts.map +1 -1
  213. package/lib/plugin/stubs/tests-api.js +3 -1
  214. package/lib/plugin/stubs/tests-api.js.map +1 -1
  215. package/lib/plugin/tasks/task-provider.d.ts +2 -2
  216. package/lib/plugin/tasks/task-provider.d.ts.map +1 -1
  217. package/lib/plugin/tasks/task-provider.js +7 -10
  218. package/lib/plugin/tasks/task-provider.js.map +1 -1
  219. package/lib/plugin/tasks/tasks.d.ts +3 -2
  220. package/lib/plugin/tasks/tasks.d.ts.map +1 -1
  221. package/lib/plugin/tasks/tasks.js +18 -13
  222. package/lib/plugin/tasks/tasks.js.map +1 -1
  223. package/lib/plugin/terminal-ext.d.ts +3 -0
  224. package/lib/plugin/terminal-ext.d.ts.map +1 -1
  225. package/lib/plugin/terminal-ext.js +11 -1
  226. package/lib/plugin/terminal-ext.js.map +1 -1
  227. package/lib/plugin/tree/tree-views.d.ts +15 -5
  228. package/lib/plugin/tree/tree-views.d.ts.map +1 -1
  229. package/lib/plugin/tree/tree-views.js +52 -3
  230. package/lib/plugin/tree/tree-views.js.map +1 -1
  231. package/lib/plugin/type-converters.d.ts +60 -0
  232. package/lib/plugin/type-converters.d.ts.map +1 -1
  233. package/lib/plugin/type-converters.js +374 -14
  234. package/lib/plugin/type-converters.js.map +1 -1
  235. package/lib/plugin/types-impl.d.ts +68 -29
  236. package/lib/plugin/types-impl.d.ts.map +1 -1
  237. package/lib/plugin/types-impl.js +123 -44
  238. package/lib/plugin/types-impl.js.map +1 -1
  239. package/package.json +31 -29
  240. package/src/common/collections.ts +17 -0
  241. package/src/common/errors.ts +26 -0
  242. package/src/common/plugin-api-rpc.ts +340 -5
  243. package/src/common/plugin-protocol.ts +23 -5
  244. package/src/hosted/browser/hosted-plugin.ts +21 -14
  245. package/src/hosted/node/hosted-plugin-deployer-handler.ts +1 -1
  246. package/src/hosted/node/plugin-reader.ts +1 -1
  247. package/src/hosted/node/scanners/grammars-reader.ts +6 -5
  248. package/src/hosted/node/scanners/scanner-theia.ts +55 -41
  249. package/src/main/browser/custom-editors/custom-editor-widget.ts +1 -1
  250. package/src/main/browser/custom-editors/custom-editors-main.ts +1 -1
  251. package/src/main/browser/editors-and-documents-main.ts +1 -0
  252. package/src/main/browser/languages-main.ts +7 -4
  253. package/src/main/browser/main-context.ts +19 -0
  254. package/src/main/browser/menus/menus-contribution-handler.ts +7 -4
  255. package/src/main/browser/notebooks/notebook-documents-and-editors-main.ts +238 -0
  256. package/src/main/browser/notebooks/notebook-documents-main.ts +166 -0
  257. package/src/main/browser/notebooks/notebook-dto.ts +141 -0
  258. package/src/main/browser/notebooks/notebook-editors-main.ts +70 -0
  259. package/src/main/browser/notebooks/notebook-kernels-main.ts +291 -0
  260. package/src/main/browser/notebooks/notebook-renderers-main.ts +47 -0
  261. package/src/main/browser/notebooks/notebooks-main.ts +124 -0
  262. package/src/main/browser/notebooks/renderers/cell-output-webview.tsx +198 -0
  263. package/src/main/browser/notebooks/renderers/output-webview-internal.ts +476 -0
  264. package/src/main/browser/notebooks/renderers/webview-communication.ts +79 -0
  265. package/src/main/browser/plugin-contribution-handler.ts +36 -3
  266. package/src/main/browser/plugin-ext-frontend-module.ts +7 -3
  267. package/src/main/browser/plugin-icon-theme-service.ts +6 -0
  268. package/src/main/browser/plugin-shared-style.ts +2 -1
  269. package/src/main/browser/tasks-main.ts +4 -4
  270. package/src/main/browser/terminal-main.ts +5 -5
  271. package/src/main/browser/view/tree-view-widget.tsx +36 -2
  272. package/src/main/browser/view/tree-views-main.ts +8 -0
  273. package/src/main/browser/webview/webview.ts +6 -0
  274. package/src/main/node/errors.spec.ts +37 -0
  275. package/src/main/node/handlers/plugin-theia-directory-handler.ts +18 -8
  276. package/src/main/node/handlers/plugin-theia-file-handler.ts +18 -6
  277. package/src/main/node/paths/plugin-paths-service.ts +5 -10
  278. package/src/main/node/plugin-deployer-directory-handler-context-impl.ts +8 -8
  279. package/src/main/node/plugin-deployer-entry-impl.ts +9 -7
  280. package/src/main/node/plugin-deployer-impl.ts +20 -28
  281. package/src/main/node/plugin-deployer-proxy-entry-impl.ts +2 -2
  282. package/src/main/node/plugin-ext-backend-module.ts +3 -3
  283. package/src/main/node/plugin-github-resolver.ts +15 -8
  284. package/src/main/node/plugin-http-resolver.ts +15 -8
  285. package/src/main/node/{plugin-localization-backend-contribution.ts → plugin-localization-server.ts} +2 -2
  286. package/src/main/node/temp-dir-util.ts +11 -2
  287. package/src/plugin/editors-and-documents.ts +1 -1
  288. package/src/plugin/notebook/notebook-document.ts +438 -0
  289. package/src/plugin/notebook/notebook-documents.ts +58 -0
  290. package/src/plugin/notebook/notebook-editor.ts +116 -0
  291. package/src/plugin/notebook/notebook-editors.ts +71 -0
  292. package/src/plugin/notebook/notebook-kernels.ts +616 -0
  293. package/src/plugin/notebook/notebook-renderers.ts +72 -0
  294. package/src/plugin/notebook/notebooks.ts +385 -0
  295. package/src/plugin/plugin-context.ts +80 -71
  296. package/src/plugin/plugin-manager.ts +9 -1
  297. package/src/plugin/quick-open.ts +1 -0
  298. package/src/plugin/stubs/tests-api.ts +4 -0
  299. package/src/plugin/tasks/task-provider.ts +9 -12
  300. package/src/plugin/tasks/tasks.ts +18 -13
  301. package/src/plugin/terminal-ext.ts +13 -1
  302. package/src/plugin/tree/tree-views.ts +57 -7
  303. package/src/plugin/type-converters.ts +372 -13
  304. package/src/plugin/types-impl.ts +162 -58
  305. package/lib/main/browser/custom-editors/undo-redo-service.d.ts +0 -24
  306. package/lib/main/browser/custom-editors/undo-redo-service.d.ts.map +0 -1
  307. package/lib/main/browser/custom-editors/undo-redo-service.js +0 -111
  308. package/lib/main/browser/custom-editors/undo-redo-service.js.map +0 -1
  309. package/lib/main/node/plugin-localization-backend-contribution.d.ts.map +0 -1
  310. package/lib/main/node/plugin-localization-backend-contribution.js.map +0 -1
  311. package/src/main/browser/custom-editors/undo-redo-service.ts +0 -120
@@ -0,0 +1,116 @@
1
+ // *****************************************************************************
2
+ // Copyright (C) 2023 TypeFox and others.
3
+ //
4
+ // This program and the accompanying materials are made available under the
5
+ // terms of the Eclipse Public License v. 2.0 which is available at
6
+ // http://www.eclipse.org/legal/epl-2.0.
7
+ //
8
+ // This Source Code may also be made available under the following Secondary
9
+ // Licenses when the conditions for such availability set forth in the Eclipse
10
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ // with the GNU Classpath Exception which is available at
12
+ // https://www.gnu.org/software/classpath/license.html.
13
+ //
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
+ // *****************************************************************************
16
+ /*---------------------------------------------------------------------------------------------
17
+ * Copyright (c) Microsoft Corporation. All rights reserved.
18
+ * Licensed under the MIT License. See License.txt in the project root for license information.
19
+ *--------------------------------------------------------------------------------------------*/
20
+
21
+ import * as theia from '@theia/plugin';
22
+ import { NotebookDocument } from './notebook-document';
23
+
24
+ export class NotebookEditor {
25
+
26
+ public static readonly apiEditorsToExtHost = new WeakMap<theia.NotebookEditor, NotebookEditor>();
27
+
28
+ private selections: theia.NotebookRange[] = [];
29
+ private visibleRanges: theia.NotebookRange[] = [];
30
+ private viewColumn?: theia.ViewColumn;
31
+
32
+ private internalVisible: boolean = false;
33
+
34
+ private editor?: theia.NotebookEditor;
35
+
36
+ constructor(
37
+ readonly id: string,
38
+ // private readonly _proxy: MainThreadNotebookEditorsShape,
39
+ readonly notebookData: NotebookDocument,
40
+ visibleRanges: theia.NotebookRange[],
41
+ selections: theia.NotebookRange[],
42
+ viewColumn: theia.ViewColumn | undefined
43
+ ) {
44
+ this.selections = selections;
45
+ this.visibleRanges = visibleRanges;
46
+ this.viewColumn = viewColumn;
47
+ }
48
+
49
+ get apiEditor(): theia.NotebookEditor {
50
+ if (!this.editor) {
51
+ const that = this;
52
+ this.editor = {
53
+ get notebook(): theia.NotebookDocument {
54
+ return that.notebookData.apiNotebook;
55
+ },
56
+ get selection(): theia.NotebookRange {
57
+ return that.selections[0];
58
+ },
59
+ set selection(selection: theia.NotebookRange) {
60
+ this.selections = [selection];
61
+ },
62
+ get selections(): theia.NotebookRange[] {
63
+ return that.selections;
64
+ },
65
+ set selections(value: theia.NotebookRange[]) {
66
+ // if (!Array.isArray(value) || !value.every(extHostTypes.NotebookRange.isNotebookRange)) {
67
+ // throw illegalArgument('selections');
68
+ // }
69
+ that.selections = value;
70
+ that.trySetSelections(value);
71
+ },
72
+ get visibleRanges(): theia.NotebookRange[] {
73
+ return that.visibleRanges;
74
+ },
75
+ revealRange(range, revealType): void {
76
+ // that._proxy.$tryRevealRange(
77
+ // that.id,
78
+ // extHostConverter.NotebookRange.from(range),
79
+ // revealType ?? extHostTypes.NotebookEditorRevealType.Default
80
+ // );
81
+ },
82
+ get viewColumn(): theia.ViewColumn | undefined {
83
+ return that.viewColumn;
84
+ },
85
+ };
86
+
87
+ NotebookEditor.apiEditorsToExtHost.set(this.editor, this);
88
+ }
89
+ return this.editor;
90
+ }
91
+
92
+ get visible(): boolean {
93
+ return this.internalVisible;
94
+ }
95
+
96
+ acceptVisibility(value: boolean): void {
97
+ this.internalVisible = value;
98
+ }
99
+
100
+ acceptVisibleRanges(value: theia.NotebookRange[]): void {
101
+ this.visibleRanges = value;
102
+ }
103
+
104
+ acceptSelections(selections: theia.NotebookRange[]): void {
105
+ this.selections = selections;
106
+ }
107
+
108
+ private trySetSelections(value: theia.NotebookRange[]): void {
109
+ // NB Unimplemented: implement "selections"
110
+ // this._proxy.$trySetSelections(this.id, value.map(extHostConverter.NotebookRange.from));
111
+ }
112
+
113
+ acceptViewColumn(value: theia.ViewColumn | undefined): void {
114
+ this.viewColumn = value;
115
+ }
116
+ }
@@ -0,0 +1,71 @@
1
+ // *****************************************************************************
2
+ // Copyright (C) 2023 TypeFox and others.
3
+ //
4
+ // This program and the accompanying materials are made available under the
5
+ // terms of the Eclipse Public License v. 2.0 which is available at
6
+ // http://www.eclipse.org/legal/epl-2.0.
7
+ //
8
+ // This Source Code may also be made available under the following Secondary
9
+ // Licenses when the conditions for such availability set forth in the Eclipse
10
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ // with the GNU Classpath Exception which is available at
12
+ // https://www.gnu.org/software/classpath/license.html.
13
+ //
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
+ // *****************************************************************************
16
+ /*---------------------------------------------------------------------------------------------
17
+ * Copyright (c) Microsoft Corporation. All rights reserved.
18
+ * Licensed under the MIT License. See License.txt in the project root for license information.
19
+ *--------------------------------------------------------------------------------------------*/
20
+
21
+ import { Emitter } from '@theia/core';
22
+ import { NotebookEditorPropertiesChangeData, NotebookEditorsExt, NotebookEditorViewColumnInfo } from '../../common';
23
+ import * as typeConverters from '../type-converters';
24
+ import * as theia from '@theia/plugin';
25
+ import { NotebooksExtImpl } from './notebooks';
26
+
27
+ export class NotebookEditorsExtImpl implements NotebookEditorsExt {
28
+
29
+ private readonly DidChangeNotebookEditorSelectionEmitter = new Emitter<theia.NotebookEditorSelectionChangeEvent>();
30
+ private readonly DidChangeNotebookEditorVisibleRangesEmitter = new Emitter<theia.NotebookEditorVisibleRangesChangeEvent>();
31
+
32
+ readonly onDidChangeNotebookEditorSelection = this.DidChangeNotebookEditorSelectionEmitter.event;
33
+ readonly onDidChangeNotebookEditorVisibleRanges = this.DidChangeNotebookEditorVisibleRangesEmitter.event;
34
+
35
+ constructor(
36
+ private readonly notebooksAndEditors: NotebooksExtImpl,
37
+ ) { }
38
+
39
+ $acceptEditorPropertiesChanged(id: string, data: NotebookEditorPropertiesChangeData): void {
40
+ const editor = this.notebooksAndEditors.getEditorById(id);
41
+ // ONE: make all state updates
42
+ if (data.visibleRanges) {
43
+ editor.acceptVisibleRanges(data.visibleRanges.ranges.map(typeConverters.NotebookRange.to));
44
+ }
45
+ if (data.selections) {
46
+ editor.acceptSelections(data.selections.selections.map(typeConverters.NotebookRange.to));
47
+ }
48
+
49
+ // TWO: send all events after states have been updated
50
+ if (data.visibleRanges) {
51
+ this.DidChangeNotebookEditorVisibleRangesEmitter.fire({
52
+ notebookEditor: editor.apiEditor,
53
+ visibleRanges: editor.apiEditor.visibleRanges
54
+ });
55
+ }
56
+ if (data.selections) {
57
+ this.DidChangeNotebookEditorSelectionEmitter.fire(Object.freeze({
58
+ notebookEditor: editor.apiEditor,
59
+ selections: editor.apiEditor.selections
60
+ }));
61
+ }
62
+ }
63
+
64
+ $acceptEditorViewColumns(data: NotebookEditorViewColumnInfo): void {
65
+ // eslint-disable-next-line guard-for-in
66
+ for (const id in data) {
67
+ const editor = this.notebooksAndEditors.getEditorById(id);
68
+ editor.acceptViewColumn(typeConverters.ViewColumn.to(data[id]));
69
+ }
70
+ }
71
+ }