typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Select multiple vertices and edges #582

Open alexjpwalker opened 2 years ago

alexjpwalker commented 2 years ago

Problem to Solve

Currently we can only select individual vertices by clicking on them, and this highlights the "network" of vertices and edges that are directly connected to the selected vertex. It would be significantly more versatile if we could select multiple vertices to, say, highlight a particular "region" of the graph. This would also allow for customising the appearance of a specific region.

This would also let us move a particular "region" of the graph as it is (by keeping the relative position of the elements with each other).

In order for this to be implemented cleanly, we need the selection to include edges.

Proposed Solution

mathieuisabel commented 2 years ago

Upvoting this as that would definitely help when a manual re-layout is necessary.