Hello.
In yEd graph editor it would be nice to have a matrix-like node with the following behaviour (see the attached picture):
-
Matrix cells have individual connection points like ordinary rectangles do.
-
Cells have configurable unified background and border styles and padding sizes.
-
Cells must not be moved inside the node during the layout process.
-
The number of rows and columns is configurable.
-
The node itself has connection points like ordinary rectangle does.
-
The node itself has configurable background and border styles and padding sizes.
Currently the closest one can get to this behaviour is with groups (like in the picture) but the problem is that after layout process all the nodes in groups lose their relative positions.
Creating custom labels by converting nodes to labels and attaching them to some root node won't do since the converted nodes lose their connection points.