mgansler / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
1 stars 0 forks source link

Simplified syntax #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What enhancement would you like?
I think it's quite cumbersome to repeatedly write something like
A->B [label = "bla"]

This makes input files verbose and limits ease of use.
I would appreciate a shortcut syntax like
A->B: bla
or for multiple lines
A->B: "bla
       bla"
or
A-B: bla\
     bla

where the indentation of continuation lines should be stripped from the diagram.

Original issue reported on code.google.com by towom...@googlemail.com on 19 Feb 2015 at 1:24