How to customize ArrangeAll action or is it better to wright our own

54 Views Asked by At

After an import of project from an ASCII file, the later is transformed into nodes and connections inside a graphical Diagram, after sending the ArrangeALL request and executing the action, the diagram seems to arrange all Blocks first left to right by rising index and then corresponding inputs and outputs. Final result see Imgmakes understanding the program impossible.

How can i bring modification to the Action or is it better to implement our own arrange algorithm to fulfill our goal ? Thanks.

1

There are 1 best solutions below

1
Sanjit Kumar Mishra On BEST ANSWER

You can use ELK plugin to perform various layout operations.

About Eclipse Layout Kernel (ELK): it provides a number of layout algorithms as well as an Eclipse-based infrastructure to connect them to editors and viewers.

You can go through the Getting Started Guide to learn about the same more.