880 lines
78 KiB
Markdown
880 lines
78 KiB
Markdown
# Changelog 2019
|
|
|
|
## v0.14.0 - 19/12/2019
|
|
|
|
- [application-manager] removed unnecessary `bunyan` dependency [#6651](https://github.com/eclipse-theia/theia/pull/6651)
|
|
- [bunyan] removed [`@theia/bunyan`](https://github.com/eclipse-theia/theia/tree/b92a5673de1e9d1bdc85e6200486b92394200579/packages/bunyan) extension [#6651](https://github.com/eclipse-theia/theia/pull/6651)
|
|
- [core] added handling preventing scrolling when closing dialogs [#6674](https://github.com/eclipse-theia/theia/pull/6674)
|
|
- [core] fixed `noWrapInfo` classname in applications with a subset of extensions [#6593](https://github.com/eclipse-theia/theia/pull/6593)
|
|
- [core] fixed infinite recursion when the tree root is refreshed [#6679](https://github.com/eclipse-theia/theia/pull/6679)
|
|
- [core] fixed the dispatching of keybindings when editing composition texts [#6673](https://github.com/eclipse-theia/theia/pull/6673)
|
|
- [core] removed unnecessary `@types/bunyan` dependency [#6651](https://github.com/eclipse-theia/theia/pull/6651)
|
|
- [core] updated `Close Editor` keybinding [#6635](https://github.com/eclipse-theia/theia/pull/6635)
|
|
- [core] updated `Close Window` keybinding [#6635](https://github.com/eclipse-theia/theia/pull/6635)
|
|
- [core] updated `noopener` when opening windows to avoid sharing event loops [#6683](https://github.com/eclipse-theia/theia/pull/6683)
|
|
- [core] updated handling of parting keybindings based on current context [#6752](https://github.com/eclipse-theia/theia/pull/6752)
|
|
- [core] updated the `Close All` keychord when running in Electron [#6703](https://github.com/eclipse-theia/theia/pull/6703)
|
|
- [electron] added support to explicitly close the socket when calling `onStop` [#6681](https://github.com/eclipse-theia/theia/pull/6681)
|
|
- [electron] updated menu to explicitly use application name [#6726](https://github.com/eclipse-theia/theia/pull/6726)
|
|
- [filesystem] fixed external URIs of map editor icons [#6664](https://github.com/eclipse-theia/theia/pull/6664)
|
|
- [languages] updated keybinding for `Open File` [#6690](https://github.com/eclipse-theia/theia/pull/6690)
|
|
- [messages] added tooltip to notifications statusbar item [#6766](https://github.com/eclipse-theia/theia/pull/6766)
|
|
- [messages] fixed timeout issue for notifications without actions [#6708](https://github.com/eclipse-theia/theia/pull/7086)
|
|
- [navigator] fixed eagerly load of model root before the workspace service is ready [#6679](https://github.com/eclipse-theia/theia/pull/6679)
|
|
- [plugin] added implementation to get the default shell for hosted plugins [#6657](https://github.com/eclipse-theia/theia/pull/6657)
|
|
- [plugin] added miscellaneous updates to support VS Code emacs extension [#6625](https://github.com/eclipse-theia/theia/pull/6625)
|
|
- [plugin] added miscellaneous updates to support VS Code vim extension [#6687](https://github.com/eclipse-theia/theia/pull/6687)
|
|
- [plugin] added support for allow-forms [#6695](https://github.com/eclipse-theia/theia/pull/6695)
|
|
- [plugin] added support to install VS Code extension packs [#6682](https://github.com/eclipse-theia/theia/pull/6682)
|
|
- [plugin] fixed `TaskExecution` instantiation [#6533](https://github.com/eclipse-theia/theia/pull/6533)
|
|
- [task] added prompt asking users to terminate or restart active tasks [#6668](https://github.com/eclipse-theia/theia/pull/6668)
|
|
- [task] added support for `TaskIdentifier` [#6680](https://github.com/eclipse-theia/theia/pull/6680)
|
|
- [task] added support for background tasks [#6680](https://github.com/eclipse-theia/theia/pull/6680)
|
|
- [task] added support for compound tasks [#6680](https://github.com/eclipse-theia/theia/pull/6680)
|
|
- [task] added support for tasks of detected tasks which have the same label, and different scopes in a multi-root workspace [#6718](https://github.com/eclipse-theia/theia/pull/6718)
|
|
- [task] fixed bug where custom tasks schemas were not properly updated [#6643](https://github.com/eclipse-theia/theia/pull/6643)
|
|
- [task] fixed circular dependencies [#6756](https://github.com/eclipse-theia/theia/pull/6756)
|
|
- [terminal] added mapping of localhost links to proper external links [#6663](https://github.com/eclipse-theia/theia/pull/6663)
|
|
- [workspace] updated `New File` keybinding [#6635](https://github.com/eclipse-theia/theia/pull/6635)
|
|
- [workspace] updated keybinding for `Open Workspace` [#6690](https://github.com/eclipse-theia/theia/pull/6690)
|
|
|
|
Breaking changes:
|
|
|
|
- [core] updated browser windows spawned through the opener-service to have `noopener` set which ultimately preventing them from accessing `window.opener`. `openNewWindow` will no longer return a Window as a result [#6683](https://github.com/eclipse-theia/theia/pull/6683)
|
|
- [debug] renamed command `COPY_VARAIBLE_AS_EXPRESSION` to `COPY_VARIABLE_AS_EXPRESSION` [#6698](https://github.com/eclipse-theia/theia/pull/6698)
|
|
- [debug] renamed command `COPY_VARAIBLE_VALUE` to `COPY_VARIABLE_VALUE` [#6698](https://github.com/eclipse-theia/theia/pull/6698)
|
|
- [debug] renamed getter method `multiSesssion` to `multiSession` [#6698](https://github.com/eclipse-theia/theia/pull/6698)
|
|
- [task] added `taskDefinitionRegistry` and `taskSourceResolver` to the constructor of `TaskRunQuickOpenItem` and `ConfigureBuildOrTestTaskQuickOpenItem` [#6718](https://github.com/eclipse-theia/theia/pull/6718)
|
|
- [task] changed the data structure of `ProvidedTaskConfigurations.tasksMap` [#6718](https://github.com/eclipse-theia/theia/pull/6718)
|
|
- [terminal] renamed `TerminalCopyOnSelectionHander` to `TerminalCopyOnSelectionHandler` [#6692](https://github.com/eclipse-theia/theia/pull/6692)
|
|
|
|
## v0.13.0 - 28/11/2019
|
|
|
|
- [console] added filtering support based on severity [#6486](https://github.com/eclipse-theia/theia/pull/6486)
|
|
- [core] added functionality so that label providers can now notify that element labels and icons may have changed and should be refreshed [#5884](https://github.com/theia-ide/theia/pull/5884)
|
|
- [core] added functionality to expose all handlers for a given command [#6599](https://github.com/eclipse-theia/theia/pull/6599)
|
|
- [core] aligned `Open Preferences` and `Save As` keybindings with VS Code on Mac OS [#6620](https://github.com/eclipse-theia/theia/pull/6620)
|
|
- [core] fixed the display of toolbar item icons [#6514](https://github.com/eclipse-theia/theia/pull/6514)
|
|
- [core] switched the frontend application's shutdown hook from `window.unload` to `window.beforeunload`. [#6530](https://github.com/eclipse-theia/theia/issues/6530)
|
|
- [core] updated dependency injection cycle between `LabelProvider` and its contributions [#6608](https://github.com/eclipse-theia/theia/pull/6608)
|
|
- [core] updated handling when access is denied to the clipboard [#6516](https://github.com/eclipse-theia/theia/pull/6516)
|
|
- [core] updated scrolling of widgets when re-setting their focus [#6621](https://github.com/eclipse-theia/theia/pull/6621)
|
|
- [core] upgraded `reconnecting-websocket` to latest version [#6512](https://github.com/eclipse-theia/theia/pull/6512)
|
|
- [core] aligned `New File`, `Close Editor` and `Close Window` keybindings with VS Code across OSes [#6635](https://github.com/eclipse-theia/theia/pull/6635)
|
|
- [cpp] moved the `cpp` extension to the [`theia-cpp-extensions`](https://github.com/eclipse-theia/theia-cpp-extensions) repo [#6505](https://github.com/eclipse-theia/theia/pull/6505)
|
|
- [debug] added ability to re-use the terminal based on label and caption [#6619](https://github.com/eclipse-theia/theia/pull/6619)
|
|
- [debug] added reloading of child variable nodes on `setValue` call [#6555](https://github.com/eclipse-theia/theia/pull/6555)
|
|
- [debug] fixed breakpoint context menu behavior [#6480](https://github.com/eclipse-theia/theia/pull/6480)
|
|
- [debug] generalized the `allThreadStop` event [#6627](https://github.com/eclipse-theia/theia/pull/6627)
|
|
- [dockerfile] removed example dockerfile [#6586](https://github.com/eclipse-theia/theia/pull/6585)
|
|
- [documentation] updated 'outline-view' extension documentation [#6454](https://github.com/eclipse-theia/theia/pull/6454)
|
|
- [documentation] updated package name for libX11 for Red Hat based OS [#6632](https://github.com/eclipse-theia/theia/pull/6632)
|
|
- [editor-preview] removed unnecessary dependency to the `navigator` extension [#6648](https://github.com/eclipse-theia/theia/pull/6648)
|
|
- [editorconfig] updated trim whitespace to be respected during manual saving [#6417](https://github.com/eclipse-theia/theia/pull/6417)
|
|
- [electron] updated error logging of the rebuild [#6538](https://github.com/eclipse-theia/theia/pull/6538)
|
|
- [git] added support for `alwaysSignOff` [#6402](https://github.com/eclipse-theia/theia/pull/6402)
|
|
- [git] updated `dugite-extra` dependency [#6602](https://github.com/eclipse-theia/theia/pull/6602)
|
|
- [git] updated `find-git-exec` dependency [#6602](https://github.com/eclipse-theia/theia/pull/6602)
|
|
- [json] moved JSON grammar to the `textmate-grammars` extension [#6622](https://github.com/eclipse-theia/theia/pull/6622)
|
|
- [keymaps] removed the display of internal commands from the widget [#6594](https://github.com/eclipse-theia/theia/pull/6594)
|
|
- [monaco] added mappings from VS Code commands to internal commands [#5590](https://github.com/eclipse-theia/theia/pull/5590)
|
|
- [monaco] fixed incorrect command palette cursor position [#6435](https://github.com/eclipse-theia/theia/pull/6435)
|
|
- [monaco] fixed registration of `CodeActionProviders` [#6556](https://github.com/eclipse-theia/theia/pull/6556)
|
|
- [plugin-metrics] introduced the `plugin-metrics` extension [#6303](https://github.com/eclipse-theia/theia/pull/6303)
|
|
- [plugin] added ability to use upload services [#6554](https://github.com/eclipse-theia/theia/pull/6554)
|
|
- [plugin] added functionality to restart hosted instance if restart is called before start [#6521](https://github.com/eclipse-theia/theia/pull/6521)
|
|
- [plugin] fixed `executeCommand` argument passing [#6537](https://github.com/eclipse-theia/theia/pull/6537)
|
|
- [plugin] fixed bad type conversion with code actions [#6559](https://github.com/eclipse-theia/theia/pull/6559)
|
|
- [plugin] removed unnecessary dependency to the `mini-browser` extension [#6644](https://github.com/eclipse-theia/theia/pull/6644)
|
|
- [plugin]added ability to configure borders in the quick pick items list [#6487](https://github.com/eclipse-theia/theia/pull/6487)
|
|
- [preferences] added better handling for schema changed events [#6510](https://github.com/eclipse-theia/theia/pull/6510)
|
|
- [process] added handling for `onClose` event [#6595](https://github.com/eclipse-theia/theia/pull/6595)
|
|
- [process] updated process spawning to use defaults [#6561](https://github.com/eclipse-theia/theia/pull/6561)
|
|
- [scm] added handling when opening diff-editors to respect preference `workbench.list.openMode` [#6481](https://github.com/eclipse-theia/theia/pull/6481)
|
|
- [scm] added support to open `diff-editors` with a single-click [#6481](https://github.com/eclipse-theia/theia/pull/6481)
|
|
- [search-in-workspace] updated decorations when clearing search [#6511](https://github.com/eclipse-theia/theia/pull/6511)
|
|
- [search-in-workspace] updated resizing of results [#6576](https://github.com/eclipse-theia/theia/pull/6576)
|
|
- [task] added ability to add task sub-schemas [#6566](https://github.com/eclipse-theia/theia/pull/6566)
|
|
- [task] added ability to create `launch.json` automatically [#6490](https://github.com/eclipse-theia/theia/pull/6490)
|
|
- [task] added handling for invalid task configurations [#6515](https://github.com/eclipse-theia/theia/pull/6515)
|
|
- [task] added prompt to users to configure tasks [#6539](https://github.com/eclipse-theia/theia/pull/6539)
|
|
- [task] added support for `group` in the task config [#6522](https://github.com/eclipse-theia/theia/pull/6522)
|
|
- [task] added support for creating `tasks.json` from templates [#6391](https://github.com/eclipse-theia/theia/pull/6391)
|
|
- [task] added support for multiple user-defined problem matchers in the `tasks.json` [#6616](https://github.com/eclipse-theia/theia/pull/6616)
|
|
- [task] added support for task types in the tasks schema [#6483](https://github.com/eclipse-theia/theia/pull/6483)
|
|
- [task] updated task schemas for extensions and plugins [#6492](https://github.com/eclipse-theia/theia/pull/6492)
|
|
- [terminal] added implementation to copy text on selection [#6536](https://github.com/eclipse-theia/theia/pull/6536)
|
|
- [terminal] added support for integrated terminals [#6508](https://github.com/eclipse-theia/theia/pull/6508)
|
|
- [workspace] added path when creating a new file [#6545](https://github.com/eclipse-theia/theia/pull/6545)
|
|
- [workspace] added path when creating a new folder [#6545](https://github.com/eclipse-theia/theia/pull/6545)
|
|
|
|
Breaking changes:
|
|
|
|
- [core] renamed preference `list.openMode` to `workbench.list.openMode` [#6481](https://github.com/eclipse-theia/theia/pull/6481)
|
|
- [monaco] removed monaco prefix from commands [#5590](https://github.com/eclipse-theia/theia/pull/5590)
|
|
- [plugin] re-implemented webviews to align with [VS Code browser implementation](https://blog.mattbierner.com/vscode-webview-web-learnings/) [#6465](https://github.com/eclipse-theia/theia/pull/6465)
|
|
- Security: `vscode.previewHTML` is removed, see <https://code.visualstudio.com/updates/v1_33#_removing-the-vscodepreviewhtml-command>
|
|
- Security: Before all webviews were deployed on [the same origin](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)
|
|
allowing them to break out and manipulate shared data as cookies, local storage or even start service workers
|
|
for the main window as well as for each other. Now each webview will be deployed on own origin by default.
|
|
- Webview origin pattern can be configured with `THEIA_WEBVIEW_EXTERNAL_ENDPOINT` env variable. The default value is `{{uuid}}.webview.{{hostname}}`.
|
|
Here `{{uuid}}` and `{{hostname}}` are placeholders which get replaced at runtime with proper webview uuid
|
|
and [hostname](https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hostname) correspondingly.
|
|
- To switch to un-secure mode as before configure `THEIA_WEBVIEW_EXTERNAL_ENDPOINT` with `{{hostname}}` as a value.
|
|
You can also drop `{{uuid}}.` prefix, in this case, webviews still will be able to access each other but not the main window.
|
|
- Remote: Local URIs are resolved by default to the host serving Theia.
|
|
If you want to resolve to another host or change how remote URIs are constructed then
|
|
implement [ExternalUriService.resolve](./packages/core/src/browser/external-uri-service.ts) in a frontend module.
|
|
- Content loading: Webview HTTP endpoint is removed. Content loaded via [WebviewResourceLoader](./packages/plugin-ext/src/main/common/webview-protocol.ts) JSON-RPC service
|
|
with properly preserved resource URIs. Content is only loaded if it's allowed by WebviewOptions.localResourceRoots, otherwise, the service won't be called.
|
|
If you want to customize content loading then implement [WebviewResourceLoaderImpl](packages/plugin-ext/src/main/node/webview-resource-loader-impl.ts) in a backend module.
|
|
- Theming: Theia styles are not applied to webviews anymore
|
|
instead [VS Code way of styling](https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content) should be used.
|
|
VS Code color variables also available with `--theia` prefix.
|
|
- Testing: Webview can work only in secure context because they rely on service workers to load local content and redirect local to remote requests.
|
|
Most browsers define a page as served from secure context if its url has `https` scheme. For local testing `localhost` is treated as a secure context as well.
|
|
Unfortunately, it does not work nicely in FireFox, since it does not treat subdomains of localhost as secure as well, compare to Chrome.
|
|
If you want to test with FireFox you can configure it as described [here](https://github.com/eclipse-theia/theia/pull/6465#issuecomment-556443218).
|
|
- [task] updated `TaskSchemaUpdater.update()` from asynchronous to synchronous [#6483](https://github.com/eclipse-theia/theia/pull/6483)
|
|
|
|
## v0.12.0 - 31/10/2019
|
|
|
|
- [cli] added explicit `yargs` dependency [#6443](https://github.com/eclipse-theia/theia/pull/6443)
|
|
- [cli] enabled static compression of build artifacts [#6266](https://github.com/eclipse-theia/theia/pull/6266)
|
|
- to disable pass `--no-static-compression` to `theia build` or `theia watch`
|
|
- [core] fixed handling of URI#`getAllLocation` for paths without parents [#6378](https://github.com/eclipse-theia/theia/pull/6378)
|
|
- [core] fixed issue allowing valid properties to be registered despite schemas containing issues [#6341](https://github.com/eclipse-theia/theia/pull/6341)
|
|
- [core] updated quick-open menus to not perform validation when first opened [#6281](https://github.com/eclipse-theia/theia/pull/6281)
|
|
- [cpp] fixed task labels [#6419](https://github.com/eclipse-theia/theia/pull/6419)
|
|
- [cpp] fixed the execution of tasks [#6419](https://github.com/eclipse-theia/theia/pull/6419)
|
|
- [cpp] improved the installation documentation for `clangd` [#6271](https://github.com/eclipse-theia/theia/pull/6271)
|
|
- [cpp] updated overall documentation of the C/C++ extension [#6364](https://github.com/eclipse-theia/theia/pull/6364)
|
|
- [debug] added support for `preLaunchTask` and `postDebugTask` [#6247](https://github.com/eclipse-theia/theia/pull/6247)
|
|
- [electron] added option to only allow single instances of an Electron application [#6280](https://github.com/eclipse-theia/theia/pull/6280)
|
|
- [electron] fixed `confirmExit` for Electron applications [#6285](https://github.com/eclipse-theia/theia/pull/6285)
|
|
- [electron] fixed lossy storage in Electron [#6313](https://github.com/eclipse-theia/theia/pull/6313)
|
|
- [electron] upgraded Electron to version 4 [#6307](https://github.com/eclipse-theia/theia/pull/6307)
|
|
- [filesystem] fixed error handling of `nsfw` RENAMED events [#6283](https://github.com/eclipse-theia/theia/pull/6283)
|
|
- [git] added support for amending initial commits [#5451](https://github.com/eclipse-theia/theia/pull/5451)
|
|
- [git] improved git watchers to ensure they do not leak [#6352](https://github.com/eclipse-theia/theia/pull/6352)
|
|
- [json] provided empty `initializationOptions` for the JSON language server [#6398](https://github.com/eclipse-theia/theia/pull/6398)
|
|
- [keymaps] updated overall documentation of the keymaps extension [#6369](https://github.com/eclipse-theia/theia/pull/6369)
|
|
- [messages] added logic hiding the notification center when the last notification is removed [#6356](https://github.com/eclipse-theia/theia/pull/6356)
|
|
- [messages] aligned default message with VS Code [#6345](https://github.com/eclipse-theia/theia/pull/6345)
|
|
- [mini-browser] updated mini-browser to open without URL encoding [#6388](https://github.com/eclipse-theia/theia/pull/6388)
|
|
- [monaco] fixed command execution for inline editors [#6328](https://github.com/eclipse-theia/theia/pull/6328)
|
|
- [monaco] fixed incorrect preference initialization [#6450](https://github.com/eclipse-theia/theia/pull/6450)
|
|
- [monaco] rebinded keybinding for 'Go to Definition' [#6411](https://github.com/eclipse-theia/theia/pull/6411)
|
|
- [plugin] improved tree views: [#6342](https://github.com/eclipse-theia/theia/pull/6342)
|
|
- added logic to not execute commands on selection change
|
|
- added better handling of `undefined` 'treeItem.label'
|
|
- added better styling support for item actions
|
|
- added better support for descriptions
|
|
- fixed styling issues
|
|
- [plugin-ext] added `OutputChannelRegistry` interface and add it into the rpc [#6413](https://github.com/eclipse-theia/theia/pull/6413)
|
|
- [plugin-ext] added configuration attribute to `DebugSession` [#6382](https://github.com/eclipse-theia/theia/pull/6382)
|
|
- [plugin-ext] added logic to pass `pluginInfo` through the output channel append method [#6312](https://github.com/eclipse-theia/theia/pull/6312)
|
|
- [plugin-ext] added support for `globalStoragePath` Plug-in API [#6354](https://github.com/eclipse-theia/theia/pull/6354)
|
|
- [plugin-ext] added support for `vscode.executeDocumentSymbol` Plug-in API [#6291](https://github.com/eclipse-theia/theia/pull/6291)
|
|
- [plugin-ext] added the ability to use HTTP resources for tab title icons [#6270](https://github.com/eclipse-theia/theia/pull6270)
|
|
- [plugin-ext] added the disposal of webviews by handle and not widget ID [#6326](https://github.com/eclipse-theia/theia/pull/6326)
|
|
- [plugin-ext] fixed `WorkspaceEdit` conversion [#6304](https://github.com/eclipse-theia/theia/pull/6304)
|
|
- [plugin-ext] fixed `cancellable` option for `withProgress` notifications [#6365](https://github.com/eclipse-theia/theia/pull/6365)
|
|
- [plugin-ext] fixed broken 'html base href' logic in webviews [#6279](https://github.com/eclipse-theia/theia/pull/6279)
|
|
- [plugin-ext] fixed incorrect type conversion for language server types [#6351](https://github.com/eclipse-theia/theia/pull/6351)
|
|
- [plugin-ext] fixed issue where document listening started before all clients were ready [#6321](https://github.com/eclipse-theia/theia/pull/6321)
|
|
- [plugin-ext] improved error message when a plugin node crashes [#6293](https://github.com/eclipse-theia/theia/pull/6293)
|
|
- [plugin-ext] improved plugins crash error to be dependent on error type [#6335](https://github.com/eclipse-theia/theia/pull/6335)
|
|
- [plugin-ext] initialized extension storage proxy earlier avoiding sending events to the plugin manager before it is ready [#6323](https://github.com/eclipse-theia/theia/pull/6323)
|
|
- [plugin] fixed unnecessary return type of the `$executeCommand` which wrapped a Promise in another Promise [#6290](https://github.com/eclipse-theia/theia/pull/6290)
|
|
- [preferences] updated preferences widget so it can be rebinded [#6397](https://github.com/eclipse-theia/theia/pull/6397)
|
|
- [preview] fixed the resolution of relative links in markdowns [#6403](https://github.com/eclipse-theia/theia/pull/6403)
|
|
- [scm] fixed default selected SCM nodes [#6426](https://github.com/eclipse-theia/theia/pull/6426)
|
|
- [task] added content assist for input variables in tasks [#6334](https://github.com/eclipse-theia/theia/pull/6334)
|
|
- [task] added registered problem matchers to the tasks schema [#6422](https://github.com/eclipse-theia/theia/pull/6422)
|
|
- [task] added support for input variables in tasks [#6331](https://github.com/eclipse-theia/theia/pull/6331)
|
|
- [task] added the ability to access task configurations as preferences [#6268](https://github.com/eclipse-theia/theia/pull/6268)
|
|
- [terminal] added preference to control default rendering option for terminals [#6471](https://github.com/eclipse-theia/theia/pull/6471)
|
|
- [terminal] fixed the hover tooltip to always be displayed above the canvas [#6318](https://github.com/eclipse-theia/theia/pull/6318)
|
|
- [textmate-grammars] added better language support for `js`, `ts` and `jsx` files [#5976](https://github.com/eclipse-theia/theia/pull/5976)
|
|
- [workspace] deprecated `getDefaultWorkspacePath` on the `WorkspaceService` as the method name was misleading. Use `getDefaultWorkspaceUri` instead [#6432](https://github.com/eclipse-theia/theia/issues/6432)
|
|
|
|
Breaking changes:
|
|
|
|
- [core | monaco | task] aligned `ActionProvider` related entities with VS Code [6302](https://github.com/eclipse-theia/theia/pull/6302)
|
|
- [plugin] added handling to not block web socket with many plugins [6252](https://github.com/eclipse-theia/theia/pull/6252)
|
|
- `PluginModel` does not have anymore `contributes` and `dependencies` to avoid sending unnecessary data
|
|
- use `PluginReader.readContribution` to load contributes
|
|
- use `PluginReader.readDependencies` to load dependencies
|
|
- `PluginMetadata` does not have anymore raw package.json model to avoid sending excessive data to the frontend
|
|
- `theia.Plugin.packageJSON` throws an unsupported error for frontend plugins as a consequence. Please convert to a backend plugin if you need access to it
|
|
- `PluginManagerExt.$init` does not start plugins anymore, but only initialize the manager RPC services to avoid sending excessive initialization data, as all preferences, on each deployment
|
|
- please call `$start` to start plugins
|
|
- `PluginDeployerHandler.getPluginMetadata` is replaced with `PluginDeployerHandler.getPluginDependencies` to access plugin dependencies
|
|
- `HostedPluginServer.getDeployedMetadata` is replaced with `HostedPluginServer.getDeployedPluginIds` and `HostedPluginServer.getDeployedPlugins` to fetch first only ids of deployed plugins and then deployed metadata for only yet not loaded plugins
|
|
- `HostedPluginDeployerHandler.getDeployedFrontendMetadata` and `HostedPluginDeployerHandler.getDeployedBackendMetadata` are replaced with `HostedPluginDeployerHandler.getDeployedFrontendPluginIds`, `HostedPluginDeployerHandlergetDeployedBackendPluginIds` and `HostedPluginDeployerHandler.getDeployedPlugin` to fetch first only ids and then deployed metadata fro only yet not loaded plugins
|
|
- `PluginHost.init` can initialize plugins asynchronous, synchronous initialization is still supported
|
|
- `HostedPluginReader.doGetPluginMetadata` is renamed to `HostedPluginReader.getPluginMetadata`
|
|
- `PluginDebugAdapterContribution.languages`, `PluginDebugAdapterContribution.getSchemaAttributes` and `PluginDebugAdapterContribution.getConfigurationSnippets` are removed to prevent sending the contributions second time to the frontend. Debug contributions are loaded statically from the deployed plugin metadata instead. The same for corresponding methods in `DebugExtImpl`
|
|
- [task] removed `watchedConfigFileUris`, `watchersMap` `watcherServer`, `fileSystem`, `configFileUris`, `watchConfigurationFile()` and `unwatchConfigurationFile()` from `TaskConfigurations` class [6268](https://github.com/eclipse-theia/theia/pull/6268)
|
|
- [task] removed `configurationFileFound` from `TaskService` class. [6268](https://github.com/eclipse-theia/theia/pull/6268)
|
|
|
|
## v0.11.0 - 29/09/2019
|
|
|
|
- [core] added <kbd>ENTER</kbd> event handler to the open button in explorer [#6158](https://github.com/eclipse-theia/theia/pull/6158)
|
|
- [core] added firing of JSON schema changed events if an underlying in-memory resource is changed [#6035](https://github.com/eclipse-theia/theia/pull/6035)
|
|
- [core] added clipboard plugin API [#5994](https://github.com/eclipse-theia/theia/pull/5994)
|
|
- [core] added command and toolbar item to disable auto sync [#5986](https://github.com/eclipse-theia/theia/pull/5986)
|
|
- [core] added handling to only update the menu if the frontend is ready [#5140](https://github.com/eclipse-theia/theia/pull/5140)
|
|
- [core] added handling to reject invalid preference schemas [#6110](https://github.com/eclipse-theia/theia/pull/6110)
|
|
- [core] added schema check to statically typed APIs [#6090](https://github.com/eclipse-theia/theia/pull/6090)
|
|
- [core] added the passing of the current widget to react tabbar toolbar items [#6220](https://github.com/eclipse-theia/theia/pull/6220)
|
|
- [core] added visual feedback to clicked toolbar items [#6099](https://github.com/eclipse-theia/theia/pull/6099)
|
|
- [core] extracted the top-panel removal into it's own method for extensibility [#6261](https://github.com/eclipse-theia/theia/pull/6261)
|
|
- [core] fixed the command palette filter to accept leading whitespaces [#6225](https://github.com/eclipse-theia/theia/pull/6225)
|
|
- [core] fixed webview theme styles [#6155](https://github.com/eclipse-theia/theia/pull/6155)
|
|
- [core] improved application initialization performance [#6172](https://github.com/eclipse-theia/theia/pull/6172)
|
|
- [core] improved warning message for 'potential memory leak' [#6173](https://github.com/eclipse-theia/theia/pull/6173)
|
|
- [core] optimized tabbar decorations rendering [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [core] added handling to prevent the default browser drag-and-drop behavior when dragging a file from the filesystem into the application [#6188](https://github.com/eclipse-theia/theia/pull/6188)
|
|
- [core] updated inversify to 5.0.1 [#6184](https://github.com/eclipse-theia/theia/pull/6184)
|
|
- [core] updated the alignment of tabbar icons for consistency [#6199](https://github.com/eclipse-theia/theia/pull/6199)
|
|
- [core] updated the display of menus to better represent the availability of menu items [#6199](https://github.com/eclipse-theia/theia/pull/6199)
|
|
- [core] updated the main area to have a default background [#6196](https://github.com/eclipse-theia/theia/pull/6196)
|
|
- [core] upgraded LSP version to 5.3.0 [#5901](https://github.com/eclipse-theia/theia/pull/5901)
|
|
- [cpp] added handling to force language client contribution restart on reconnect [#6205](https://github.com/eclipse-theia/theia/pull/6205)
|
|
- [debug] added electron backend and composite electron launch configurations [#6226](https://github.com/eclipse-theia/theia/pull/6226)
|
|
- [debug] ignored additional breakpoints returned by `setBreakpoints` request [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [docs] updated documentation on how to profile [#6087](https://github.com/eclipse-theia/theia/pull/6087)
|
|
- [docs] updated documentation to include new debug launch configurations [#6241](https://github.com/eclipse-theia/theia/pull/6241)
|
|
- [docs] updated documentations on how to debug the plugin host [#6081](https://github.com/eclipse-theia/theia/pull/6081)
|
|
- [getting-started] added ability to <kbd>tab</kbd> links in the getting-started widget [#6162](https://github.com/eclipse-theia/theia/pull/6162)
|
|
- [git] added better handling for attempting to perform a sign-off without the proper git config settings [#6222](https://github.com/eclipse-theia/theia/pull/6222)
|
|
- [git] fixed a bug which prevented creating branches [#6071](https://github.com/eclipse-theia/theia/pull/6071)
|
|
- [git] fixed issue to only show the list of amended commits for the correct parent [#6242](https://github.com/eclipse-theia/theia/pull/6242)
|
|
- [git] updated the git diff list to use perfect scrollbar [#6085](https://github.com/eclipse-theia/theia/pull/6085)
|
|
- [languages] added handling to avoid activation on startup if there is no other activation events [#6164](https://github.com/eclipse-theia/theia/pull/6164)
|
|
- [languages] added registration of language features even if a language is not registered [#6145](https://github.com/eclipse-theia/theia/pull/6145)
|
|
- [markers] fixed false positive tabbar decorations [#6132](https://github.com/eclipse-theia/theia/pull/6132)
|
|
- [markers] optimized problem status rendering [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [monaco] added registration of Monaco keybindings in reverse order [#6170](https://github.com/eclipse-theia/theia/pull/6170)
|
|
- [monaco] updated semantic highlighting styles and tokenization [#5941](https://github.com/eclipse-theia/theia/pull/5941)
|
|
- [monaco] upgrade Monaco version to 0.17.0 [#5901](https://github.com/eclipse-theia/theia/pull/5901)
|
|
- [plugin-dev] fixed restart instance on debug restarts [#6131](https://github.com/eclipse-theia/theia/pull/6131)
|
|
- [plugin-ext] added `onURI` as a supported activation event [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] added ability to set active editor on startup [#6152](https://github.com/eclipse-theia/theia/pull/6152)
|
|
- [plugin-ext] added better mapping of dependencies to VSCode built-ins [#6207](https://github.com/eclipse-theia/theia/pull/6207)
|
|
- [plugin-ext] added handling to wait for a workspace to be ready before computing the storage paths for plugins [#6248](https://github.com/eclipse-theia/theia/pull/6248)
|
|
- [plugin-ext] added plugin ID to register commands [#6214](https://github.com/eclipse-theia/theia/pull/6214)
|
|
- [plugin-ext] added support for `contribute.keybindings` to accept objects or arrays [#6243](https://github.com/eclipse-theia/theia/pull/6243)
|
|
- [plugin-ext] added support for `vscode.extension.contributes.configuration` to be an array [#6078](https://github.com/eclipse-theia/theia/pull/6078)
|
|
- [plugin-ext] ensured that command arguments are safely passed via jsonrpc [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] extracted method in PluginReader to handle missing plugin resources [#6126](https://github.com/eclipse-theia/theia/pull/6126)
|
|
- [plugin-ext] fixed SCM statusbar commands [#6236](https://github.com/eclipse-theia/theia/pull/6236)
|
|
- [plugin-ext] fixed issue where document change `rangeOffset` was not properly passed [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] fixed the disposal of deploy listeners on close [#6127](https://github.com/eclipse-theia/theia/pull/6127)
|
|
- [plugin-ext] implemented SCM repository selected event [#6150](https://github.com/eclipse-theia/theia/pull/6150)
|
|
- [plugin-ext] implemented `Plugin.isActive` check [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] implemented `registerDeclarationProvider` API [#6173](https://github.com/eclipse-theia/theia/pull/6173)
|
|
- [plugin-ext] implemented `vscode.env.openExternal` API [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] implemented selection and visible tree view APIs [#6044](https://github.com/eclipse-theia/theia/pull/6044)
|
|
- [plugin-ext] refactored languagesMain and outputChannelRegistry to use dependency injection [#6148](https://github.com/eclipse-theia/theia/pull/6148)
|
|
- [plugin-ext] updated hidden view containers to remain hidden on startup [#6141](https://github.com/eclipse-theia/theia/pull/6141)
|
|
- [plugin-ext] updated plugin host to not crash on activation errors [#6097](https://github.com/eclipse-theia/theia/pull/6097)
|
|
- [plugin-ext] updated plugin unzipping logs to be less verbose [#6149](https://github.com/eclipse-theia/theia/pull/6149)
|
|
- [plugin] fixed issue where `withProgress` would not start task immediately [#6123](https://github.com/eclipse-theia/theia/pull/6123)
|
|
- [preferences] added handling to prevent closing preference editors with the middle mouse click [#6198](https://github.com/eclipse-theia/theia/pull/6198)
|
|
- [preferences] fixed issue where workspace configurations contributed by VSCode extensions did not take effect [#6090](https://github.com/eclipse-theia/theia/pull/6090)
|
|
- [scm] removed hover background on scm inline action buttons [#6094](https://github.com/eclipse-theia/theia/pull/6094)
|
|
- [scm] updated `scm` widget styling [#6116](https://github.com/eclipse-theia/theia/pull/6116)
|
|
- [search-in-workspace] improved the display of the search-in-workspace widget [#6199](https://github.com/eclipse-theia/theia/pull/6199)
|
|
- [search-in-workspace] updated `search-in-workspace` widget styling [#6116](https://github.com/eclipse-theia/theia/pull/6116)
|
|
- [task] added `tasks.fetchTasks()` and `tasks.executeTask()` Plug-in APIs [#6058](https://github.com/eclipse-theia/theia/pull/6058)
|
|
- [task] added ability to prompt user to choose parser to parse task output [#5877](https://github.com/eclipse-theia/theia/pull/5877)
|
|
- [textmate] updated handling to not warn if the same grammar is registered multiple times [#6125](https://github.com/eclipse-theia/theia/pull/6125)
|
|
- [vscode] added parsing view contribution `when` contexts [#6068](https://github.com/eclipse-theia/theia/pull/6068)
|
|
- [vscode] added support for active/focus view or panel `when` clause context [#6062](https://github.com/eclipse-theia/theia/pull/6062)
|
|
- [vscode] updated default vscode API version to 1.38.0 [#6112](https://github.com/eclipse-theia/theia/pull/6112)
|
|
|
|
Breaking changes:
|
|
|
|
- [core][monaco][plugin] added handling to reload plugins on reconnection [#6159](https://github.com/eclipse-theia/theia/pull/6159)
|
|
- Extenders should implement `Disposable` for plugin main services to handle reconnection properly
|
|
- Many APIs are refactored to return `Disposable`
|
|
- [core][plugin] added support for alternative commands in context menus [#6069](https://github.com/eclipse-theia/theia/pull/6069)
|
|
- [monaco] added support for `monaco.languages.ResourceFileEdit` [#4723](https://github.com/eclipse-theia/theia/issues/4723)
|
|
- [workspace] enable the preference `workspace.supportMultiRootWorkspace` by default [#6089](https://github.com/eclipse-theia/theia/pull/6089)
|
|
|
|
Misc:
|
|
|
|
This repo was moved to the `eclipse-theia` organization. Though GitHub automatically redirects from the old repo to the new one, we'll use the new one from now on in this file.
|
|
|
|
## v0.10.0 - 29/08/2019
|
|
|
|
- [core] added ability to execute tasks via keybindings [#5913](https://github.com/theia-ide/theia/pull/5913)
|
|
- [core] added better handling for the `SingleTextInputDialog` `onEnter` [#5868](https://github.com/theia-ide/theia/pull/5868)
|
|
- [core] added handling for command handler errors [#5894](https://github.com/theia-ide/theia/pull/5894)
|
|
- [core] added propagation of phosphor events to view container widgets [#5817](https://github.com/theia-ide/theia/pull/5817)
|
|
- [core] added support for HTML titles for widgets in the sidebar [#5948](https://github.com/theia-ide/theia/pull/5948)
|
|
- [core] added support for path normalization [#5918](https://github.com/theia-ide/theia/pull/5918)
|
|
- [core] added the optional flag `runIfSingle` for `QuickPickOptions` [#6059](https://github.com/theia-ide/theia/pull/6059)
|
|
- [core] fixed issue where the last visible view container was not preserved [#5817](https://github.com/theia-ide/theia/pull/5817)
|
|
- [core] fixed menu bar color [#6014](https://github.com/theia-ide/theia/pull/6014)
|
|
- [core] improved `QuickInput` and `QuickInputBox` APIs [#5187](https://github.com/theia-ide/theia/pull/5187)
|
|
- [core] supported diagnostic marker in the tab bar [#5845](https://github.com/theia-ide/theia/pull/5845)
|
|
- [cpp] added support for multiple root cpp build configurations [#4603](https://github.com/theia-ide/theia/pull/4603)
|
|
- [cpp] enabled better semantic highlighting support [#5850](https://github.com/theia-ide/theia/pull/5850)
|
|
- [cpp] moved cpp grammars from the `@theia/cpp` extension to the `@theia/textmate-grammars` extension [#5803](https://github.com/theia-ide/theia/pull/5803)
|
|
- [debug] added progress indicator for the debug widget [#6009](https://github.com/theia-ide/theia/pull/6009)
|
|
- [debug] ensured that terminate flags are properly restarted [#5954](https://github.com/theia-ide/theia/pull/5954)
|
|
- [debug] fixed issue where the debug icons remain opaque after a debug session has terminated [#5933](https://github.com/theia-ide/theia/pull/5933)
|
|
- [debug] removed superfluous scrollbars [#5879](https://github.com/theia-ide/theia/pull/5879)
|
|
- [editor] added support for tab details to disambiguate identical tabs [#5775](https://github.com/theia-ide/theia/pull/5775)
|
|
- [editor] added support to re-open files with different encodings [#5371](https://github.com/theia-ide/theia/pull/5371)
|
|
- [editor] added support to set default file encoding [#5371](https://github.com/theia-ide/theia/pull/5371)
|
|
- [editor] updated editor tabbar captions for better multi-root support [#5924](https://github.com/theia-ide/theia/pull/5924)
|
|
- [file-search] improved Windows support [#6029](https://github.com/theia-ide/theia/pull/6029)
|
|
- [git] added progress indicators for scm/git operations [#5830](https://github.com/theia-ide/theia/pull/5830)
|
|
- [git] added support to initialize a workspace as a git repository [#6008](https://github.com/theia-ide/theia/pull/6008)
|
|
- [git] fixed the git-diff widget header details alignment [#5998](https://github.com/theia-ide/theia/pull/5998)
|
|
- [git] updated ls-files so it works with Git >= 2.16 [#5851](https://github.com/theia-ide/theia/pull/5851)
|
|
- [keymaps] fixed clumsy auto-suggestion dropdown [#5990](https://github.com/theia-ide/theia/pull/5990)
|
|
- [markers] added problem markers to editor tabs [#5845](https://github.com/theia-ide/theia/pull/5845)
|
|
- [markers] added the preference `problems.decorations.enabled` to control the display of problem markers in tree widgets [#6021](https://github.com/theia-ide/theia/pull/6021)
|
|
- [messages] reworked messages and added a notification center [#5830](https://github.com/theia-ide/theia/pull/5830)
|
|
- [mini-browser] added support for editor/title context menus for webviews [#6030](https://github.com/theia-ide/theia/pull/6030)
|
|
- [monaco] aligned snippet completion logic with VSCode [#5931](https://github.com/theia-ide/theia/pull/5931)
|
|
- [navigator] added support for multi-file copy [#5864](https://github.com/theia-ide/theia/pull/5864)
|
|
- [navigator] added the toolbar item `more actions...` for the explorer [#5953](https://github.com/theia-ide/theia/pull/5953)
|
|
- [navigator] added the toolbar item `refresh` to force a refresh of the explorer [#5940](https://github.com/theia-ide/theia/pull/5940)
|
|
- [outline] added `OutlineViewTreeModel` for the outline view tree widget [#5687](https://github.com/theia-ide/theia/pull/5687)
|
|
- [outline] added the toolbar item `collapse-all` for the outline widget [#5687](https://github.com/theia-ide/theia/pull/5687)
|
|
- [outline] updated the keybinding for `toggle outline view` to avoid conflict [#5707](https://github.com/theia-ide/theia/pull/5707)
|
|
- [plugin-ext] added `ignoreFocusOut` parameter support for the `QuickPick` [#5900](https://github.com/theia-ide/theia/pull/5900)
|
|
- [plugin-ext] added automatic downloading of `extensionDependencies` [#5379](https://github.com/theia-ide/theia/pull/5379)
|
|
- [plugin-ext] added support for theming webview content [#5981](https://github.com/theia-ide/theia/pull/5981)
|
|
- [plugin-ext] fixed leaking java debug process [#5281](https://github.com/theia-ide/theia/pull/5281)
|
|
- [plugin-ext] fixed plugin-ext file path error [#5929](https://github.com/theia-ide/theia/pull/5929)
|
|
- [plugin] added additional support for `QuickPick` API [#5766](https://github.com/theia-ide/theia/pull/5766)
|
|
- [plugin] added better error handling for plugins that cannot find files [#6002](https://github.com/theia-ide/theia/pull/6002)
|
|
- [plugin] added cache for command arguments to safely pass them over JSON-RPC [#5961](https://github.com/theia-ide/theia/pull/5961)
|
|
- [plugin] added view containers support [#5665](https://github.com/theia-ide/theia/pull/5665)
|
|
- [search-in-workspace] added display of leading and trailing whitespaces in the search-in-workspace results [#5989](https://github.com/theia-ide/theia/pull/5989)
|
|
- [search-in-workspace] added progress indicator for search-in-workspace [#5980](https://github.com/theia-ide/theia/pull/5980)
|
|
- [search-in-workspace] fixed clumsy auto-suggestion dropdown [#5990](https://github.com/theia-ide/theia/pull/5990)
|
|
- [search-in-workspace] fixed the alignment in the search-in-workspace result note [#5802](https://github.com/theia-ide/theia/pull/5802)
|
|
- [search-in-workspace] modified `replace-all` functionality to save changes to editors without opening them [#5600](https://github.com/theia-ide/theia/pull/5600)
|
|
- [task] added display of process tasks in the terminal [#5895](https://github.com/theia-ide/theia/pull/5895)
|
|
- [task] added multi-root support to "configure task" and customizing tasks in `tasks.json` [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] added support for VSCode task contribution points: `taskDefinitions`, `problemMatchers`, and `problemPatterns` [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] added the display of configured tasks when executing `configure tasks...` [#5472](https://github.com/theia-ide/theia/pull/5472)
|
|
- [task] allowed users to override any task properties other than the ones used in the task definition [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] changed the way that "configure task" copies the entire task config, to only writing properties that define the detected task plus [#5777](https://github.com/theia-ide/theia/pull/5777)`problemMatcher`, into `tasks.json`
|
|
- [task] displayed the customized tasks as "configured tasks" in the task quick open [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] fixed the problem where a detected task can be customized more than once [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] notified clients of TaskDefinitionRegistry on change [#5915](https://github.com/theia-ide/theia/pull/5915)
|
|
- [task] updated `isVisible` and `isEnabled` handling for `Run Selected Text` [#6018](https://github.com/theia-ide/theia/pull/6018)
|
|
- [task] added support for removing all data from tasks.json [#6033](https://github.com/theia-ide/theia/pull/6033)
|
|
- [task] updated compare task to use task definitions [#5975](https://github.com/theia-ide/theia/pull/5975)
|
|
- [terminal] added a preference `terminal.integrated.scrollback` to control the terminal scrollback [#5783](https://github.com/theia-ide/theia/pull/5783)
|
|
- [vscode] added support for `command` variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] added support for `config` variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] added support for `execPath` variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] added support for `inputs` variable substitution for debug [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] added support for `selectedText` variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] added support for `when` closure for views [#5855](https://github.com/theia-ide/theia/pull/5855)
|
|
- [vscode] added support for environment variable substitution [#5811](https://github.com/theia-ide/theia/pull/5811)
|
|
- [vscode] added support for workspace scoped variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- [vscode] fixed resolution of environment variables [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
|
|
Breaking changes:
|
|
|
|
- [core] refactored `TreeDecoration` to `WidgetDecoration` and moved it to shell, since it is a generic decoration that can be used by different types of widgets (currently by tree nodes and tabs) [#5845](https://github.com/theia-ide/theia/pull/5845)
|
|
- [plugin]refactored files from 'plugin-ext/src/api' moved to 'plugin-ext/src/common', renamed 'model.ts' to 'plugin-api-rpc-model.ts', 'plugin-api.ts' to 'plugin-api-rpc.ts'
|
|
- [shell][plugin] integrated view containers and views [#5665](https://github.com/theia-ide/theia/pull/5665)
|
|
- `Source Control` and `Explorer` are view containers now and previous layout data cannot be loaded for them. Because of it the layout is completely reset.
|
|
- [task] `TaskService.getConfiguredTasks()` returns `Promise<TaskConfiguration[]>` instead of `TaskConfiguration[]` [#5777](https://github.com/theia-ide/theia/pull/5777)
|
|
- [task] ensured that plugin tasks are registered before accessing them [5869](https://github.com/theia-ide/theia/pull/5869)
|
|
- `TaskProviderRegistry` and `TaskResolverRegistry` are promisified
|
|
- [task] removed `filterDuplicates()` from `TaskConfigurations` class [#5915](https://github.com/theia-ide/theia/pull/5915)
|
|
- [vscode] completed support of variable substitution [#5835](https://github.com/theia-ide/theia/pull/5835)
|
|
- inline `VariableQuickOpenItem`
|
|
|
|
## v0.9.0 - 25/07/2019
|
|
|
|
- [core] added `theia-widget-noInfo` css class to be used by widgets when displaying no information messages [#5717](https://github.com/theia-ide/theia/pull/5717)
|
|
- [core] added additional options to the tree search input [#5566](https://github.com/theia-ide/theia/pull/5566)
|
|
- [core] added fix to prevent the IDE from scrolling along with the text on mobile (e.g. on iPad) [#5742](https://github.com/theia-ide/theia/pull/5742)
|
|
- [core] added view container layout changes [#5536](https://github.com/theia-ide/theia/pull/5536)
|
|
- [core] fixed the alignment of the expansion icon [#5677](https://github.com/theia-ide/theia/pull/5677)
|
|
- [core] fixed the toolbar item comparator [#5624](https://github.com/theia-ide/theia/pull/5624)
|
|
- [core] updated quick-open UI [#5733](https://github.com/theia-ide/theia/pull/5733)
|
|
- [cpp] added the ability to run `clang-tidy` as a task [#5533](https://github.com/theia-ide/theia/pull/5533)
|
|
- [debug] fixed behavior of creating launch configurations always under the '.theia' folder [#5678](https://github.com/theia-ide/theia/pull/5678)
|
|
- [debug] updated to ensure that node-based debug adapters spawn the same node executable as Theia [#5508](https://github.com/theia-ide/theia/pull/5508)
|
|
- [doc] updated `node.js` prerequisites [#5643](https://github.com/theia-ide/theia/pull/5643)
|
|
- [editor] added `Toggle Minimap` command [#5633](https://github.com/theia-ide/theia/pull/5633)
|
|
- [filesystem] disposed the clipboard copy listener [#5709](https://github.com/theia-ide/theia/pull/5709)
|
|
- [filesystem] fixed file dialog opening folder [#4868](https://github.com/theia-ide/theia/pull/4868)
|
|
- [filesystem] fixed scaling issues of save and file dialogs in small viewports [#5688](https://github.com/theia-ide/theia/pull/5688)
|
|
- [filesystem] improved the download of large files [#5466](https://github.com/theia-ide/theia/pull/5466)
|
|
- [git] improved the support for empty Git repositories in the `Git` and `Git History` view [#5484](https://github.com/theia-ide/theia/pull/5484)
|
|
- [keymaps] added the `Reset` button directly when attempting to update a command's keybinding [#5603](https://github.com/theia-ide/theia/pull/5603)
|
|
- [keymaps] aligned the keybindings widget with VSCode [#5545](https://github.com/theia-ide/theia/pull/5545)
|
|
- [markers] added support for `Information` diagnostic severity [#5763](https://github.com/theia-ide/theia/pull/5763)
|
|
- [markers] enabled single-click and keyboard arrow selection to navigate problem markers [#5646](https://github.com/theia-ide/theia/pull/5646)
|
|
- [messages] fixed the button positioning when displaying messages with a multiple lines of text [#5657](https://github.com/theia-ide/theia/pull/5657)
|
|
- [monaco] added re-detect languages on new grammar [#5754](https://github.com/theia-ide/theia/pull/5754)
|
|
- [monaco] fixed textmate highlighting when changing themes [#5728](https://github.com/theia-ide/theia/pull/5728)
|
|
- [monaco] fixed the alignment of the file icon in the quick-open menus [#5725](https://github.com/theia-ide/theia/pull/5725)
|
|
- [plugin-dev] added the path in the PluginFolder notification [#5731](https://github.com/theia-ide/theia/pull/5731)
|
|
- [plugin-dev] fixed the run/debug flow on Windows [#5608](https://github.com/theia-ide/theia/pull/5608)
|
|
- [plugin-ext] fixed the display of webview icons in the sidepanel [#5723](https://github.com/theia-ide/theia/pull/5723)
|
|
- [plugin-ext] fixed workspace name getter when no folders are opened [#5588](https://github.com/theia-ide/theia/pull/5588)
|
|
- [plugin] added support of debug activation events [#5645](https://github.com/theia-ide/theia/pull/5645)
|
|
- [plugin] fixed `converting circular structure to JSON` error [#5661](https://github.com/theia-ide/theia/pull/5661)
|
|
- [plugin] fixed auto detection of new languages [#5753](https://github.com/theia-ide/theia/issues/5753)
|
|
- [plugin] fixed plugin loading to better support modules that have immutable exports [#5520](https://github.com/theia-ide/theia/pull/5520)
|
|
- [plugin] improved `node.js` error handling [#5695](https://github.com/theia-ide/theia/pull/5695)
|
|
- [scm] fixed the alignment of the status item [#5729](https://github.com/theia-ide/theia/pull/5729)
|
|
- [search-in-workspace] added 'title' to search result nodes [#5628](https://github.com/theia-ide/theia/pull/5628)
|
|
- [search-in-workspace] added the `search.collapseResults` preference to the search-in-workspace widget [#5686](https://github.com/theia-ide/theia/pull/5686)
|
|
- [search-in-workspace] fixed issue which displayed 'No results found' while a user types their search [#5701](https://github.com/theia-ide/theia/pull/5701)
|
|
- [search-in-workspace] improved the ordering of the search results [#5669](https://github.com/theia-ide/theia/pull/5669)
|
|
- [search-in-workspace] updated the `Replace All` disabled state [#5611](https://github.com/theia-ide/theia/pull/5611)
|
|
- [security] updated the version of `lodash.mergewith` from 4.6.1 to 4.6.2 [#5700](https://github.com/theia-ide/theia/pull/5700)
|
|
- [task] added support for Linux and OSX specific command properties [#5579](https://github.com/theia-ide/theia/pull/5579)
|
|
- [task] added support for VSCode task contribution points: `taskDefinitions`, `problemMatchers`, and `problemPatterns` [#5024](https://github.com/theia-ide/theia/pull/5024)
|
|
- [task] disposed task listeners and emitters when necessary [#5024](https://github.com/theia-ide/theia/pull/5024)
|
|
- [terminal] implemented `Show All Opened Terminals` quick-open menu [#5577](https://github.com/theia-ide/theia/pull/5577)
|
|
- [terminal] updated `processId` and `cwd` to return a rejected promise instead of throwing an error [#5553](https://github.com/theia-ide/theia/pull/5553)
|
|
- [vscode] added unzipping of node_modules for built-in extensions [#5756](https://github.com/theia-ide/theia/pull/5756)
|
|
- [workspace] added handling to not re-open a workspace that is currently opened [#5632](https://github.com/theia-ide/theia/pull/5632)
|
|
- [workspace] fixed path variables on Windows [#5741](https://github.com/theia-ide/theia/pull/5741)
|
|
|
|
Breaking changes:
|
|
|
|
- [plugin] activate dependencies before activating a plugin [#5661](https://github.com/theia-ide/theia/pull/5661)
|
|
- [plugin] added basic support of activation events [#5622](https://github.com/theia-ide/theia/pull/5622)
|
|
- `HostedPluginSupport` is refactored to support multiple `PluginManagerExt` properly
|
|
- Theia plugins should declare the `"activationEvents": ["*"]` entry in the root of the `package.json`. Otherwise, they won't start at app startup. See [#5743](https://github.com/theia-ide/theia/issues/5743) for more details.
|
|
- [plugin] added support of `workspaceContains` activation events [#5649](https://github.com/theia-ide/theia/pull/5649)
|
|
- [plugin] fixed typo in 'HostedInstanceState' enum from RUNNNING to RUNNING in `plugin-dev` extension [#5608](https://github.com/theia-ide/theia/pull/5608)
|
|
- [plugin] removed member `processOptions` from `AbstractHostedInstanceManager` as it is not initialized or used [#5608](https://github.com/theia-ide/theia/pull/5608)
|
|
|
|
## v0.8.0 - 27/06/2019
|
|
|
|
- [core] added bépo keyboard layout
|
|
- [core] added sorting to the extension names in the about dialog
|
|
- [core] added sorting to the prefixed quick-open commands
|
|
- [core] added support for octicon icons in the statusbar
|
|
- [core] allowed passing of command args to context menus
|
|
- [core] added the ability to rebind the `BrowserMenuBarContribution`
|
|
- [core] fixed issue with webview resizing
|
|
- [core] fixed label encoding for diff uris
|
|
- [cored] added `TextareaAutosize` for textarea resizing
|
|
- [debug] added throttling to the debug console output
|
|
- [debug] fixed breakpoint resizing error in the debug-widget
|
|
- [editor] added the ability to rebind the `EditorWidgetFactory`
|
|
- [editor] implemented `Show All Opened Editor` command and quick-open menu
|
|
- [editor] removed the 'dirty' state of an editor if changes are reverted
|
|
- [electron] fixed issue when exiting Electron based applications
|
|
- [electron] improved startup performance
|
|
- [filesystem] improved animation when dragging and dropping multiple files
|
|
- [keymaps] added a toolbar item to open the keymaps.json
|
|
- [keymaps] added command to `Open Keyboard Shortcuts (JSON)`
|
|
- [keymaps] added toolbar item to clear keybindings-widget search
|
|
- [keymaps] enhanced the keybindings-widget search to support different key orders
|
|
- [keymaps] fixed the display of key chords in the keybindings-widget
|
|
- [keymaps] updated the UI of the keybindings-widget when resizing
|
|
- [monaco] fixed overflow with editor hints
|
|
- [navigator] added VSCode-like compare for files
|
|
- [navigator] added ability to select for compare
|
|
- [plugin] added VSCode API to register `DebugAdapterTrackerFactory`
|
|
- [plugin] added `setTextDocumentLanguage` Plug-in API
|
|
- [preview] added scrolling synchronization between editor and preview
|
|
- [preview] fixed issue where preview images were broken
|
|
- [problems] added `copy` and `copy message` features to the problems-widget
|
|
- [problems] fixed the problem-widget markers from wrapping when resizing
|
|
- [task] added the ability to add comments in tasks.json
|
|
- [task] added the display of the source folder name for detected tasks in the quick-open
|
|
- [task] added the task label in the terminal title when executing tasks
|
|
- [task] implemented `Show Running Tasks...` command and quick-open menu
|
|
- [terminal] implemented `Terminate Task...` command and quick-open menu
|
|
|
|
Breaking changes:
|
|
|
|
- [core] `scheme` is mandatory for URI
|
|
- `URI.withoutScheme` is removed, in order to get a path use `URI.path`
|
|
- [core] `SelectionCommandHandler.getMulitSelection()` is renamed into `SelectionCommandHandler.getMultiSelection()`
|
|
- [debug] align commands with VS Code [#5102](https://github.com/theia-ide/theia/issues/5102)
|
|
- `debug.restart` renamed to `workbench.action.debug.restart`
|
|
- [plugin] 'Hosted mode' extracted in `plugin-dev` extension
|
|
- [preferences] removed constructor from the `FolderPreferenceProvider` class
|
|
- [preferences] renamed overridenPreferenceName to overriddenPreferenceName
|
|
- [task] `cwd`, which used to be defined directly under `Task`, is moved into `Task.options` object
|
|
- [workspace] `isMultiRootWorkspaceOpened()` is renamed into `isMultiRootWorkspaceEnabled()`
|
|
- [filesystem] Changed `FileDownloadService` API to support streaming download of huge files.
|
|
|
|
## v0.7.0 - 30/05/2019
|
|
|
|
- [console] added `Clear Console` command and toolbar item
|
|
- [console] fixed issue where the debug console auto-scrolls when is it located at the bottom
|
|
- [core] added command to manually choose a keyboard layout
|
|
- [core] added functionality for the toolbar to respond to mouse events
|
|
- [core] added launch preferences support
|
|
- [core] added preference to control the number of recently used items to display
|
|
- [core] added support for recently used commands
|
|
- [core] added support for several international keyboard layouts
|
|
- [core] added the command `Clear Command History`
|
|
- [core] fixed issue allowing the load of Theia in an iframe over a protected connection
|
|
- [core] implemented auto-detection of keyboard layout based on pressed keys
|
|
- [core] updated monaco configurations on default preference changes
|
|
- [cpp] added support for OpenCL file types
|
|
- [debug] added support for debug configuration prefixed quick-open menu
|
|
- [electron] added the command `Close Window`
|
|
- [file-upload] fixed reporting uploaded URIs
|
|
- [filesystem] added support for multiple files drag and drop
|
|
- [java] added new preference to add command line arguments when starting language server
|
|
- [markers] added `Collapse All` toolbar item to the problems-widget
|
|
- [mini-browser] fixed issue where the mini-browser resizes unnecessarily
|
|
- [monaco] removed overriding dark-plus theming
|
|
- [navigator] added the command `Collapse Folders in Explorer`
|
|
- [navigator] fixed the commands `Remove Folder` and `Add Folder`
|
|
- [outline] added informative tooltips to outline view items
|
|
- [plugin-ext] added `onDidEndTaskProcess` Plug-in API
|
|
- [plugin-ext] added `onDidStartTaskProcess` Plug-in API
|
|
- [plugin-ext] added ability to match browser displayed nodes with the plugin created node
|
|
- [plugin-ext] added additional command to install VSCode extensions
|
|
- [plugin-ext] added support for inline actions
|
|
- [plugin-ext] aligned views with Theia styles
|
|
- [plugin-ext] fixed he loading of icons
|
|
- [plugin-ext] fixed issue of overriding preferences
|
|
- [plugin-ext] fixed issue to support single source deployment state
|
|
- [plugin-ext] fixed issue where the hosted plugin instance did not properly stop
|
|
- [plugin-ext] fixed plugin folder path in Windows
|
|
- [plugin-ext] fixed the rendering of png icons
|
|
- [plugin-ext] implemented command `workbench.action.reloadWindow`
|
|
- [plugin] added file management vscode commands
|
|
- [plugin] fixed plugin export
|
|
- [preferences] added additional information to the preference tooltips
|
|
- [process] added link matcher for local files
|
|
- [process] normalized task types and processes
|
|
- [tabbar] fixed widget leaking via phosphor VDOM
|
|
- [terminal] added ability to activate links with `cmd + click`
|
|
- [terminal] added support for basic link matching
|
|
- [terminal] fixed random 1px white border in Firefox
|
|
- [typescript] fixed broken code actions
|
|
- [workspace] allowed `WorkspaceCommandContribution` to be re-bindable by extensions
|
|
- [xterm] upgraded xterm to fix terminal dragging between areas
|
|
|
|
Breaking changes:
|
|
|
|
- [filesystem] extracted `FileUploadService` and refactored `FileTreeWidget` to use it [#5086](https://github.com/theia-ide/theia/pull/5086)
|
|
- moved `FileDownloadCommands.UPLOAD` to `FileSystemCommands.UPLOAD`
|
|
- [git] bind Git UI to SCM
|
|
- [output] moved the channel selection and clear icons to the toolbar.
|
|
- The CLEAR_BUTTON and OVERLAY constants are no longer available. Furthermore OutputChannelManager API has changed.
|
|
- [preferences] refactored to integrate launch configurations as preferences
|
|
- [scm] added Source Control Model
|
|
- [core] renamed the `src/electron-main` folder to `src/electron-node` in `@theia/core`. Removed `preventStop` from the `FrontendApplication` API. Move the `DefaultWindowService` class into its own module.
|
|
|
|
## v0.6.0 - 30/04/2019
|
|
|
|
- Allowed the creation of sub-files and/or sub-folders if name has `/`
|
|
- [core] added `files.enableTrash` preference
|
|
- [core] added support for custom React toolbar widgets
|
|
- [core] added support for tail decorators
|
|
- [core] aligned the statusbar styles with VSCode
|
|
- [core] updated the prefix quick-open service to support `actionProviders`
|
|
- [cpp] added support for block comment auto-closing pairs
|
|
- [editor-preview] fixed error at application startup if no preview editors are opened
|
|
- [editor-preview] fixed the `goToDefinition` failure when in editor preview mode
|
|
- [electron] added the ability to run plugins by binding the components on the backend
|
|
- [electron] added the configure Plug-ins option to the start script
|
|
- [electron] updated Electron to include a `minWidth` and `minHeight`
|
|
- [electron] upgraded version of Electron used to version 3
|
|
- [filesystem] added the menu item `Upload Files...` to easily upload files into a workspace
|
|
- [filesystem] implemented `Save As` including a save dialog, and new command
|
|
- [filesystem] updated the handling when attempting to perform copying when the source and target are the same
|
|
- [git] added ability to toggle `Git History` widget
|
|
- [git] fixed `Discard All` alignment when the `Git` widget is too narrow
|
|
- [git] fixed `Git History` widget alignment and behavior issues
|
|
- [git] updated the ahead/behind icons on the statusbar
|
|
- [keyboard] aligned the file and event naming conventions
|
|
- [languages] updated error type for backwards compatibility
|
|
- [plugin-ext] fixed the Plug-in path selection dialog for the hosted instance
|
|
- [plugin] added `CodeActionKind` `intersects` Plug-in API
|
|
- [plugin] added necessary Webview Plug-in APIs
|
|
- [plugin] added propagation of `thisArg` on `registerCommand`
|
|
- [plugin] added support for Gulp, Jake, Grunt Plug-in extensions
|
|
- [plugin] added support for extensions without activation functions
|
|
- [plugin] added the ability to choose through the CLI which VSCode API version to use
|
|
- [plugin] aligned `window.setStatusBarMessage` with VSCode
|
|
- [plugin] fixed `vscode.open` command by adding checks on arguments
|
|
- [plugin] fixed implementation of `vscode.diff` command
|
|
- [plugin] fixed issue where webviews were not focused or revealed properly
|
|
- [plugin] fixed memory leak on Plug-ins reload
|
|
- [plugin] fixed serialization of `Range` object
|
|
- [plugin] fixed the registration of text decoration keys
|
|
- [plugin] updated Plug-in language services to hook in monaco cancellation tokens
|
|
- [preferences] added ability to override default application preference values
|
|
- [search-in-workspace] added the ability to pass the currently selected editor text when searching
|
|
- [security] fixed XSS vulnerability
|
|
- [task] added command to clear task history
|
|
- [task] added support to configure tasks
|
|
- [task] added the ability to configure tasks
|
|
- [task] added the ability to display recently used tasks
|
|
- [task] updated the tasks quick-open menu including alignment, category labels and borders
|
|
- [terminal] updated terminal preference's minimum value for `lineHeight` and `fontSize`
|
|
- [textmate-grammars] added php grammar
|
|
- [textmate-grammars] added rust grammar
|
|
- [textmate-grammars] fixed incorrect jsx scope
|
|
- [tree] added support for icons in node tail decorators
|
|
- [workspace] allowed the creation of files and folders using recursive paths
|
|
- [workspace] fixed incorrect file-icon when displaying recent workspaces
|
|
|
|
Breaking changes:
|
|
|
|
- [core] added support native keyboard layouts [#4724](https://github.com/theia-ide/theia/pull/4724)
|
|
- [dialog] updated `validate` and `accept` methods so they are now Promisified [#4764](https://github.com/theia-ide/theia/pull/4764)
|
|
- [editor] turned off autoSave by default to align with VSCode [#4777](https://github.com/theia-ide/theia/pull/4777)
|
|
- default settings can be overridden in application package.json:
|
|
|
|
```json
|
|
{
|
|
"private": true,
|
|
"name": "myapp",
|
|
"theia": {
|
|
"frontend": {
|
|
"config": {
|
|
"preferences": {
|
|
"editor.autoSave": "on"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
- [electron] removed cluster mode and startup timeout setting
|
|
- [electron] updated Electron to make runtime dependencies optional [#4873](https://github.com/theia-ide/theia/pull/4873)
|
|
- [extension-manager] deprecated [#4876](https://github.com/theia-ide/theia/pull/4876)
|
|
- [node] moved to using Node.js version 10, dropping support for Node.js version 8
|
|
|
|
## v0.5.0 - 28/03/2019
|
|
|
|
- Added `scope` to task configurations to differentiate 3 things: task type, task source, and where to run tasks
|
|
- [core] added implementation for toolbar support for sidepanels and changed sidepanel tabs
|
|
- [core] added new keybinding <kbd>alt</kbd>+<kbd>shift</kbd>+<kbd>w</kbd> to close all main area tabs
|
|
- [core] added the ability to make sidebar widgets closable
|
|
- [core] fixed `ToolbarAwareTabBar` detachment errors
|
|
- [core] fixed broken wheel listener
|
|
- [core] improved scrollbar styling
|
|
- [core] updated tabbar toolbar to use VSCode icons
|
|
- [core] updated the UI with numerous improvements including sidepanel icons, better alignment, tabbar and menu size
|
|
- [cpp] added new `cpp.clangTidy`and `cpp.clangTidyChecks` preferences to lint cpp program when clangd v9+ is used
|
|
- [cpp] fixed properly restarting clangd language server when changing cpp build configurations
|
|
- [debug] added new debug preferences to control `view`, `console`, and `location` appearance
|
|
- [editorconfig] added support to apply properties to monaco editor when opening/switching editors
|
|
- [file-search] improved ordering and consistency of file search results
|
|
- [filesystem] added `files.associations` property
|
|
- [filesystem] improved the performance when deleting large directories
|
|
- [filesystem] upgraded `nsfw` file-watching dependency from `vscode-nsfw` to `Axosoft/nsfw` which fixes memory leaks as well as fixes issues where files are not being properly watched outside the main watched directory
|
|
- [git] fixed issue where Theia did not refresh the git view after deleting the only repository
|
|
- [git] improved the git diff navigation header to be static
|
|
- [java] improved handling of incomplete classpath commands
|
|
- [keybindings] improved the keybindings widget search and table header to be static
|
|
- [mini-browser] improved error handling of iframe errors
|
|
- [navigator] added `Collapse All` toolbar item
|
|
- [navigator] updated the navigator to handle multi-root workspaces better
|
|
- [plugin-ext] added `workspace.onDidRenameFile` Plug-in API
|
|
- [plugin-ext] added `workspace.onWillRenameFile` Plug-in API
|
|
- [plugin-ext] added `workspace.registerFileSystemProvider` Plug-in API
|
|
- [plugin-ext] added `workspace.saveAll` Plug-in API
|
|
- [plugin-ext] added `workspace.updateWorkspaceFolders` Plug-in API
|
|
- [plugin-ext] added ability to proceed `runInTerminal` requests in sidecar containers
|
|
- [plugin-ext] added the ability to get selection context after executing a command
|
|
- [plugin-ext] fixed VSCode Plug-in API incompatibilities for the `onDidChangeActiveTextEditor` event
|
|
- [plugin-ext] fixed firing the `onWillSaveTextDocument` event
|
|
- [plugin-ext] fixed issue of re-deploying already initialized plugins
|
|
- [plugin] `workspace.openTextDocument` API now respects the contributed `FileSystemProviders`
|
|
- [plugin] added support for multiple windows per backend
|
|
- [plugin] fixed progress creation
|
|
- [plugin] improved the view container to use the native toolbar
|
|
- [preferences] fixed content assist when editing `settings.json`
|
|
- [preferences] fixed parsing of settings from workspace files
|
|
- [preferences] improved overriding of default configurations
|
|
- [preview] fixed issue when opening images
|
|
- [search-in-workspace] added a new preference `search.lineNumbers` to control whether to show line numbers for search results
|
|
- [task] added ability to `Run Selected Text`
|
|
- [task] added new command to re-run the last task
|
|
- [task] added schema support for `tasks.json`
|
|
- [typehierarchy] added the new type hierarchy extension
|
|
- [typehierarchy] improved `typehierarchy` to use all levels the language server sends if available
|
|
- [workspace] added new `package.json` properties `newFIleName` and `newFileExtension` to specify default file name and extension when creating a new file
|
|
- [workspace] improved performance of the file rename action for large directories
|
|
|
|
Breaking changes:
|
|
|
|
- [editor] computation of resource context keys moved to core [#4531](https://github.com/theia-ide/theia/pull/4531)
|
|
- [plugin] support multiple windows per a backend [#4509](https://github.com/theia-ide/theia/issues/4509)
|
|
- Some plugin bindings are scoped per a connection now. Clients, who contribute/rebind these bindings, will need to scope them per a connection as well.
|
|
- [quick-open] disable separate fuzzy matching by default [#4549](https://github.com/theia-ide/theia/pull/4549)
|
|
- [shell] support toolbars in side bars [#4600](https://github.com/theia-ide/theia/pull/4600)
|
|
- In side bars a widget title is rendered as an icon.
|
|
|
|
## v0.4.0 - 28/02/2019
|
|
|
|
- [application-manager] added support for pre-load HTML templates
|
|
- [console] added support for console `when` contexts
|
|
- [core] added support for os `when` contexts
|
|
- [core] added support for shell `when` contexts
|
|
- [core] added support for vscode closure contexts
|
|
- [core] fixed bad vertical resizing behavior
|
|
- [core] improved scrollbar visibility for the command palette
|
|
- [core] improved tab-bar display (display 'X' (close) on dirty editors when hovering over dirty icon)
|
|
- [core] improved tab-bar display (display 'X' (close) only when current editor is active, or has hover)
|
|
- [cpp] fixed `CPP_CLANGD_COMMAND` and `CPP_CLANGD_ARGS` environment variables
|
|
- [cpp] fixed the update of the active build config statusbar when preferences are updated
|
|
- [cpp] implemented the command `Create New Build Configuration`
|
|
- [cpp] implemented the command `Reset Build Configuration`
|
|
- [cpp] removed duplicate json config entry generated by the command `New Build Config`
|
|
- [debug] added support for debug mode `when` contexts
|
|
- [editor] added `Clear Editor History` command
|
|
- [editor] added support for editor `when` contexts
|
|
- [editor] added support for resource `when` contexts
|
|
- [editor] registered editor to navigation location stack when `onCurrentEditorChange` event is fired
|
|
- [electron] improved opening markdown links by opening them in the OS' default browser
|
|
- [electron] stored the last state of window geometry
|
|
- [file-search] added separator between recently opened items, and file results when executing the quick file open
|
|
- [file-search] added support for ignored globs and limit in file search
|
|
- [file-search] improved quick open file sort order
|
|
- [file-search] removed git diff editors from displaying the quick file open
|
|
- [file-search] added support for `glob` file searches
|
|
- [file-search][plugin-ext] updated `exclude` of file search
|
|
- [git] added the following git commands: `Stash`, `Apply Stash`, `Apply Latest Stash`, `Pop Stash`, `Pop Latest Stash` and `Drop Stash`
|
|
- [git] enhanced `Git Remote` command to obtain complete data
|
|
- [git] fixed refreshing the `GitView` when git repo changes
|
|
- [git] fixed the command `Git Reset`
|
|
- [git] removed bundled git from `dugite`
|
|
- [languages] fixed clash in language server session ids
|
|
- [messages] added support for notification `when` contexts
|
|
- [mini-browser] added ability to pass argument for `openUrl` command
|
|
- [monaco] added support for quick open `when` contexts
|
|
- [monaco] added support for snipped mode `when` contexts
|
|
- [navigator] added support for explorer `when` contexts
|
|
- [navigator] fixed updating the navigator context menu on `supportMultiRootWorkspace` preference change
|
|
- [plugin-ext-vscode] added ability to handle `vscode.diff` and open diff editor commands
|
|
- [plugin-ext-vscode] added vscode `setContext` command
|
|
- [plugin-ext-vscode] fixed local resource loading in webviews
|
|
- [plugin-ext] fixed `TreeView` widget registration
|
|
- [plugin-ext] fixed `onDidSelectItem` behavior for the quick pick widget
|
|
- [plugin-ext] fixed command conversions for code lens
|
|
- [plugin-ext] fixed issue of `OutputChanel.show` not displaying
|
|
- [plugin-ext] fixed miscellaneous issues in golang plugin
|
|
- [plugin-ext] implemented `onWillSaveTextDocument` event handler
|
|
- [plugin-ext][markers] added support to use problem manager to handle plugin markers
|
|
- [plugin] added `tasks.onDidEndTask` Plug-in API
|
|
- [plugin] added `tasks.taskExecutions` Plug-in API
|
|
- [plugin] added ability to display webview panel in 'left', 'right' and 'bottom' area
|
|
- [plugin] added support for `menus.commandPalette` contribution point
|
|
- [plugin] added support for `vscode.previewHtml` command
|
|
- [plugin] added support for read-only configuration index access
|
|
- [plugin] fixed issue of ensuring statusbar entry uniqueness
|
|
- [plugin] implemented inspect configuration command
|
|
- [plugin] refactored the `Command` interface by splitting into two: `CommandDescription` and `Command`
|
|
- [plugin][debug] added ability to connect to a remote debug server
|
|
- [preferences] added support for language specific preferences
|
|
- [preferences] aligned preference default values by type with vscode
|
|
- [search-in-workspace] added support for search `when` contexts
|
|
- [search-in-workspace] fixed keybinding for `Search in Workspace` widget
|
|
- [terminal] added support for font preferences
|
|
- [terminal] added support for terminal `when` contexts
|
|
- [vscode] added support for OS specific keybindings
|
|
- [vscode] implemented `commands.getCommands`
|
|
- [vscode] implemented `commands.registerTextEditorCommand`
|
|
- [vscode] implemented `workspace.rootPath`
|
|
- [workspace] added support for easier overriding of the `DefaultWorkspaceServer`
|
|
- [workspace] added support for workspace `when` contexts
|
|
- [workspace] fixed displaying the `Open With...` context menu only when more than one open handler is present
|
|
- [mini-browser] improved handling of iframe errors and time-outs
|
|
|
|
Breaking changes:
|
|
|
|
- menus aligned with built-in VS Code menus [#4173](https://github.com/theia-ide/theia/pull/4173)
|
|
- navigator context menu group changes:
|
|
- `1_open` and `4_new` replaced by `navigation` group
|
|
- `6_workspace` renamed to `2_workspace` group
|
|
- `5_diff` renamed to `3_compare` group
|
|
- `6_find` renamed to `4_search` group
|
|
- `2_clipboard` renamed to `5_cutcopypaste` group
|
|
- `3_move` and `7_actions` replaced by `navigation` group
|
|
- editor context menu group changes:
|
|
- `2_cut_copy_paste` renamed to `9_cutcopypaste` group
|
|
- [debug] align commands with VS Code [#4204](https://github.com/theia-ide/theia/issues/4204)
|
|
- `debug.breakpoint.toggle` renamed to `editor.debug.action.toggleBreakpoint`
|
|
- `debug.start` renamed to `workbench.action.debug.start`
|
|
- `debug.thread.continue` renamed to `workbench.action.debug.continue`
|
|
- `debug.start.noDebug` renamed to `workbench.action.debug.run`
|
|
- `debug.thread.pause` renamed to `workbench.action.debug.pause`
|
|
- `debug.thread.stepin` renamed to `workbench.action.debug.stepInto`
|
|
- `debug.thread.stepout` renamed to `workbench.action.debug.stepOut`
|
|
- `debug.thread.next` renamed to `workbench.action.debug.stepOver`
|
|
- `debug.stop` renamed to `workbench.action.debug.stop`
|
|
- `debug.editor.showHover` renamed to `editor.debug.action.showDebugHover`
|
|
- multi-root workspace support for preferences [#3247](https://github.com/theia-ide/theia/pull/3247)
|
|
- `PreferenceProvider`
|
|
- is changed from a regular class to an abstract class
|
|
- the `fireOnDidPreferencesChanged` function is deprecated. `emitPreferencesChangedEvent` function should be used instead. `fireOnDidPreferencesChanged` will be removed with the next major release.
|
|
- `PreferenceServiceImpl`
|
|
- `preferences` is deprecated. `getPreferences` function should be used instead. `preferences` will be removed with the next major release
|
|
- having `properties` property defined in the `PreferenceSchema` object is now mandatory
|
|
- `PreferenceProperty` is renamed to `PreferenceDataProperty`
|
|
- `PreferenceSchemaProvider`
|
|
- the type of `combinedSchema` property is changed from `PreferenceSchema` to `PreferenceDataSchema`
|
|
- the return type of `getCombinedSchema` function is changed from `PreferenceSchema` to `PreferenceDataSchema`
|
|
- `affects` function is added to `PreferenceChangeEvent` and `PreferenceChange` interface
|
|
- `navigator.exclude` preference is renamed to `files.exclude` [#4274](https://github.com/theia-ide/theia/pull/4274)
|
|
|
|
## v0.3.19 - 22/01/2019
|
|
|
|
- [core] added `hostname` alias
|
|
- [core] added new `editor.formatOnSave` preference, to format documents on manual save
|
|
- [core] added support for setting end of line character
|
|
- [cpp] added new `cpp.clangdExecutable` and `cpp.clangdArgs` to customize language server start command
|
|
- [debug] added node debugger as a Plug-in
|
|
- [debug] added support for source breakpoints
|
|
- [git] added `discardAll` command
|
|
- [git] added `stageAll` command
|
|
- [git] added `unstageAll` command
|
|
- [git] added new `git pull` command, to pull from default configured remote
|
|
- [git] added new `git push` command, to push from default configured remote
|
|
- [git] added the ability to refresh git repositories when a change is detected within a workspace
|
|
- [java] allow the ability to rebind `JavaContribution`
|
|
- [languages] enabled INI syntax highlighting for `.properties` and `.toml` files
|
|
- [monaco] fixed cross editor navigation
|
|
- [monaco] fixed document-saving that took too long
|
|
- [monaco] improved `MonacoWorkspace.fireWillSave` performance
|
|
- [plugin] added `globalState` and `workspaceState` Plug-in API
|
|
- [plugin] added `registerColorProvider` Plug-in API
|
|
- [plugin] added `registerRenameProvider` Plug-in API
|
|
- [plugin] added `tasks.onDidStartTask` Plug-in API
|
|
- [plugin] added basic support of snippets
|
|
- [plugin] added common service to handle `when` expressions
|
|
- [plugin] added debug Plug-in API
|
|
- [plugin] added support for terminal APIs on window
|
|
- [plugin] added the ability to debug VS Code extensions
|
|
- [plugin] added the ability to get operating system connected to Plug-in
|
|
- [plugin] added the ability to provide a way to initialize workspace folders when Theia is started
|
|
- [plugin] added the ability to set the visibility of menu items through `when` expressions
|
|
- [plugin] added workspace symbols Plug-in API
|
|
- [plugin] fixed spreading of command arguments
|
|
- [preferences] added the ability to update settings schema resource on schema changes
|
|
- [search-in-workspace] fixed issue regarding child root in `search-in-workspace` when there is a multiple-root workspace
|
|
- [search-in-workspace] removed duplicates from `search-in-workspace` tree
|
|
- [security] updated xterm.js to 3.9.2
|
|
- [task] added support to run tasks from multiple-roots
|
|
- [task] fixed cwd path
|
|
- [workspace] added multiple-root support for `WorkspaceService.getWorkspaceRootUri()`
|