"hide footbox" not recognized in timing diagrams

+2 votes
asked Aug 17, 2018 in Bug by anonymous
When placing "hide footbox" at the beginning of a timing diagram, a syntax error is reported.

This "hide footbox" is common to all our diagrams (plantuml.cfg file).

Regards.
commented Aug 17, 2018 by albert (3,520 points)
Can you show a small example and also the version of plantuml you are using?
commented Sep 24, 2018 by René (100 points)
edited Sep 26, 2018 by René
We have a similar problem with 'hide footbox' in the global config file; the syntax error is not related to the config file though, you can place 'hide footbox' directly in the diagram and will get the syntax error:

@startuml

hide footbox

robust "bla" as bla

@enduml

1 Answer

0 votes
answered Nov 22, 2018 by plantuml (294,960 points)
Thanks to https://github.com/plantuml/plantuml/pull/151 this has been fixed in last beta

http://beta.plantuml.net/plantuml.jar

Tell us if it's what you were expecting.
...