I have a few questions about messages auto-ordering and sizing(or format) within a communication diagram.
1) The EA auto-ordering handles 2-level depth groups of messages (e.g.: 1, 1.1, 1.2, 2, 2.1, 2.2). I know that it´s possible to work with more than two level of nested messages using the "Diagram/Sequence Communication Messages" (e.g.: 1, 1.1, 1.1.1, 1.1.2). But is there a way to get this feature done automatically when I´m drawing the diagram instead of having to use the "Sequence Communication messages" dialog later?
2) The messages are drawn as a single line. If I get a method with a large name and lots of parameters, the line gets too long and it may became hard do fit it into the diagram without affecting the overall picture. Is there a way to "break" the message in lines? For example:
aMethodWithLongName( paramater1,parameter2,parameter3 )
broken (or reformated) into:
aMethodWithLongName( paramater1,
parameter2,
parameter3 )
Thanks in advance!