This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Enso 2.0.0-alpha.5
·
120 commits
to develop
since this release
Visual Environment
- Create New Project action in Searcher. When you bring the searcher
with tab having no node selected, a new action will be available next to the
examples and code suggestions:Create New Project
. When you choose it by
clicking with mouse or selecting and pressing enter, a new unnamed project
will be created and opened in the application. Then you can give a name to
this project. - Signed builds. Our builds are signed and will avoid warnings from the
operating system about being untrusted.
EnsoGL (rendering engine)
- Components for picking numbers and ranges.. We now have some internal
re-usable UI components for selecting numbers or a range. Stay tuned for them
appearing in the IDE.
Visual Environment
- Delete key will delete selected nodes. Only the non-intuitive
backspace key was assigned to this action before. - It is possible to move around after deleting a node with a selected
visualization. Deleting a node while its attached visualization was
selected made it impossible to pan or zoom around the stage afterwards. This
error is fixed now. - Fixed an internal error that would make the IDE fail on some browser..
Instead of crashing on browser that don't support the feature we use, we are
now just start a little bit slower.
Enso Compiler
If you're interested in the enhancements and fixes made to the Enso compiler,
you can find their release notes
here.