enso/app/ide-desktop
Adam Obuchowicz 75df048f3e
A Stub for Vector Editor Widget. (#6142)
Fixes #5946

Adds a vector editor widget under the node. It reacts to code changes, but does not allow any editing: this will be continuously added in next tasks.

The position is often wrong due to limitations of the display object hierarchy. It should be changed anyway when [embedding into the node](#5923). But because it looks bad, it's shown only with `--featurePreview.vectorEditor` flag.

https://user-images.githubusercontent.com/3919101/227955735-f96fc23d-7e87-4042-8586-c1154523e871.mp4
2023-04-03 09:21:33 +00:00
..
lib A Stub for Vector Editor Widget. (#6142) 2023-04-03 09:21:33 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
eslint.config.js Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
package-lock.json Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
package.json Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
tsconfig.json Convert dashboard to use esbuild (#6034) 2023-03-31 16:19:07 +02:00
utils.ts Finish enabling ts-eslint (#5944) 2023-03-20 09:35:16 +00:00