Teoz: sequence message alignment

0 votes
asked Oct 13, 2016 in Wanted features by vicnet (360 points)

The proposal to align messages is & before message:

@startuml
!pragma teoz true
A->B: do something
& B->C: bla
@enduml

If A->B->C is now aligned.

There is a similar functionnality for notes but with / char.

@startuml
!pragma teoz true
A->B: do something
& B->C: bla
note over A: on A
/ note over B: on B
@enduml

Why  2 different char codes to same functionnalities ?

/ is more significant for me.

1 Answer

0 votes
answered Oct 13, 2016 by plantuml (298,440 points)
The real reason is that thoses features are still under development and test.

In the final version there will be probably only one syntax.

Thanks for your feedback!
...