Open wires opened 5 years ago
DiagramEditor
should handle clicks on operators
H.raise
) these as a Msg
from the DiagramEditor.ui
component.Studio
, do something with these Msg
s, eg log
them.Route
Eq
instance instead of hacky routesObjNameEq
.RouteF
in p
, n
, d
, for project, net, diagram, so we can use it as either a pointer to some object, or the actual ('reified') data.RouteF Project DiagramInfo NetInfo
sick :)
Preview of nodes in diagram editor
When nothing is selected, show the diagram "fullpage"
When a node is selected, slide open a side panel that shows a preview of the selected node (either a diagram or a net) on the top and property table at the bottom
bonus If the node is a leaf (ie. petrinet) then we want to show an unfolding of the net (as a graph) instead of the property table.