theia-ide / yangster

Yangster is a YANG IDE based on Theia
Apache License 2.0
42 stars 17 forks source link

[diagram][edition] Unable to select and move a section of a diagram #20

Open lmcbout opened 6 years ago

lmcbout commented 6 years ago

peek 2017-10-23 movingportiondiagram In the diagram view, there is no edition, we cannot move the content to another location within the diagram, it moves the complete diagram.

JanKoehnlein commented 6 years ago

Why would you want to move a specific node? Maybe we should rather adapt the auto-layout? What should happen to the container module?

The diagrams are currently just views and as such not editable (not even in the pure graphical sense). Letting users move nodes around would from our point of view open a pandora's box, because then we're quickly into editing the underlying model graphically. As you cannot do this currently, we rather do a diagram pan on drag instead of moving individual nodes.