enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.32k stars 320 forks source link

Correctly place newly created example nodes. #5244

Closed wdanilo closed 4 months ago

wdanilo commented 1 year ago

This task is automatically imported from the old Task Issue Board and it was originally created by Michael Mauderer. Original issue is here.


As a user of the component browser (CB) I want to find new example nodes in a good position So that they do not overlap other nodes, otherwise disturb the open project, or are hard to find.

Acceptance Criteria

Scenario: 
GIVEN a project with an open CB with some documentation with examples
WHEN I click an example item
THEN the example is added as a new node to the project in a location that a new node would be created. 
farmaazon commented 4 months ago

Merging with https://github.com/enso-org/enso/issues/5245