You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Larger pipelines get overwhelmingly confusing. The auto-format feature then is not handy anymore as it arranges all nodes horizontally or vertically.
Describe the solution you'd like
Introduce a "line break" where nodes get arranged horizontally until a certain (configurable) with is reached, then it automatically starts in the next row and so on
Describe alternatives you've considered
Automatic horizontal arrangement of all elements, then move blocks around...
Additional context
The text was updated successfully, but these errors were encountered:
@lresende
Elyra canvas provides a basic horizontal (and a vertical) auto-arrange algorithm but more application specific auto-arrangements don't necessarily have to be implemented inside Elyra canvas. The host application, in this case Elyra, can calculate whatever x and y co-ordinates it wants for the nodes, based on its own layout algorithm, and then feed them to Elyra canvas either in the pipeline flow document or by calling the CanvasController API to set node positions individually.
The general guidance for adding function in to Elyra Canvas should be we add things:
when a feature is required by more than one host app team
when a feature cannot be implemented by a host app developer. e.g. direct manipulation gestures
So in this case, unless other teams want the exact same type of auto-arrange I think it should be implemented outside of Elyra Canvas.
Is your feature request related to a problem? Please describe.
Larger pipelines get overwhelmingly confusing. The auto-format feature then is not handy anymore as it arranges all nodes horizontally or vertically.
Describe the solution you'd like
Introduce a "line break" where nodes get arranged horizontally until a certain (configurable) with is reached, then it automatically starts in the next row and so on
Describe alternatives you've considered
Automatic horizontal arrangement of all elements, then move blocks around...
Additional context
The text was updated successfully, but these errors were encountered: