You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lay_...() functions have correct orientation in combination with LAYOUT_LANDSCAPE()
Important
PlantUML v2.12.0: Layouts may change with this bugfix. When LAYOUT_LANDSCAPE() is combined with Lay_*() calls, elements are now positioned correctly based on the new implementation. Previously, the implementation swapped up/left and down/right (see issue 376). To restore the old behavior, set !NO_LAY_ROTATE=1. For more details, see Compatibility mode NO_LAY_ROTATE=1.
@startuml' the bugfix can be deactivated with following statement' !NO_LAY_ROTATE = 1!includehttps://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.pumlLAYOUT_LANDSCAPE() Person(a, "A") System(sUp, "B up\nbefore bugfix left") System(sRight, "C right\nbefore bugfix down") System(sDown, "D down\nbefore bugfix right") System(sLeft, "E left\nbefore bugfix up") Lay_U(a, sUp) Lay_R(a, sRight) Lay_D(a, sDown) Lay_L(a, sLeft) HIDE_STEREOTYPE() @enduml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It is time for a new release v2.12.0!
The new main features/bugfixes are
Lay_...() functions have correct orientation in combination with LAYOUT_LANDSCAPE()
Important
PlantUML v2.12.0: Layouts may change with this bugfix.
When
LAYOUT_LANDSCAPE()is combined withLay_*()calls, elements are now positioned correctly based on the new implementation.Previously, the implementation swapped up/left and down/right (see issue 376).
To restore the old behavior, set
!NO_LAY_ROTATE=1. For more details, see Compatibility modeNO_LAY_ROTATE=1.IntelliJ live templates supports AsciiDoc too
Thanks to @marcelstoer, the IntelliJ live templates can now be used with AsciiDoc as well. See details in Live Templates for IntelliJ (#392).
I hope you like it
Helmut
Beta Was this translation helpful? Give feedback.
All reactions