mirror of
https://github.com/enso-org/enso.git
synced 2024-12-11 10:17:02 +03:00
b8a5e22ef8
Use a new algorithm for placement of new nodes in cases when: - a) there is no selected node, and the `TAB` key is pressed while the mouse pointer is near an existing node (especially in an area below an existing node); - b) a connection is dragged out from an existing node and dropped near the node (especially in an area below the node). In both cases mentioned above, the new node will now be placed in a location suggested by an internal algorithm, aligned to existing nodes. Specifically, the placement algorithm used is similar to when pressing `TAB` with a node selected. For more details, see: https://www.pivotaltracker.com/story/show/181076066 # Important Notes - Visible visualizations enabled with the "eye icon" button are treated as part of a node. (In case of nodes with errors, visualizations are not visible, and are not treated as part of a node.) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |