Folder size change with alias size + package identifier visible

+1 vote
asked Sep 9, 2020 in Bug by Serge Wenger Work (15,620 points)

PlantUML Web server version 1.2020.17beta5

With the following sample I see 2 problems (Bugs):

1) The folder size change with alias size

2) The packages display alias

@startuml

Folder Root as "Root" {

Folder "Reports1" as LOOOOOOOOOOOgName 

Folder "Reports2" as aaa

Folder VeryLOOOOOOOOOOOOOOOOOOOgName as "Reports3"

package "Pack1" as LOOOOOOOOOOOgPackageName 

package LOOOOOOOOOOOgPackageName2  as "Pack2"

Node "Node" as LOOOOOOOOOOOgNodeName 

File "File" as LOOOOOOOOOOOgFileName

frame "Frame" as LOOOOOOOOOOOgFrameName

cloud "Cloud" as LOOOOOOOOOOOgCloudName

database "Database" as LOOOOOOOOOOOgDatabaseName

}

@enduml

http://www.plantuml.com/plantuml/uml/TO_1Ji0W38RFy1HDty3v0aiqdinSTl1UHrsC80kmWp6-kokCcSZaq3R___Llw6EYa3PdzOEtXWDCtYUW22W3mfTMXu4JhpwaU8DYFpxzlcKWnz20NGQ9w7IUENoUYty31AwhjwZLIlCxBGmuxiF5qR7uvNQb_qKwoFcYTAZLu0q3Ics3HQq_UhCx9hN5H1LCgzT0JZ1f5vp81PojtmpWdRGMp7813ILweSY0zyVKujN96z-wvm-pEVi3

1 Answer

0 votes
answered Sep 9, 2020 by The-Lu (63,920 points)

Hello Serge, PlantUML team,

A possible workaround for "The packages display alias" is to used nestable package, as:

package "Pack3" as LOOOOOOOOOOOgPackageName3 {
}


[See on PlantUML server]

But, with other package (Pack1, for example), the issue occurs blush:

package "Pack1" as LOOOOOOOOOOOgPackageName1
package "Pack3" as LOOOOOOOOOOOgPackageName3 {
}

[See on PlantUML server]

If that can help for testing,
Regards,
Th.

commented Sep 11, 2020 by Serge Wenger Work (15,620 points)

My bigger issue is 1) (The folder size change with alias size)

Thanks for the workaround for 2) 

If all packages are nested, it is also OK:

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIf8JCvEJ4zLK0e0CWoL51AB5Npy4I0z02BlbvYRQgXGpLMBgi4OhmPZi0Q7rBmKe4q0

Small question: How did you create Link [See on PlanUML server]???

commented Sep 11, 2020 by The-Lu (63,920 points)

Hello Serge,

Small question: How did you create Link [See on PlanUML server]???

First, without image:

  1. Write the words: 'See on PlantUML server'
  2. Select 'See on PlantUML server'
  3. Click on 'Anchor/Link' icon
  4. On the field URL, paste the link to your diagram on the PlantUML online server [e.g.: http://www.plantuml.com/plantuml/umla/i_98pSd9LoZFByf9iGO0]
  5. Then, on the second tab, select the target, for example 'new window (_blank)'
  6. Click on OK
  7. That's all... Enjoy!

Example:

I can perhaps add this on alpha-doc?

Tomorrow or next week: tutorial 'with [PNG or SVG] image'...
wink

Have a good weekend,
Regards,
Th.

commented Sep 14, 2020 by Serge Wenger Work (15,620 points)

Thanks I was not selecting the text first!!!

Regards

Serge
 

commented Feb 18, 2021 by The-Lu (63,920 points)

Hello PlantUML team,

  • Could you have a look about this defect?

1) The folder size change with alias size

@startuml
folder "f1" as f1
folder "f2" as LOOOOOOOOOOOng_f2
folder "f3" as LOOOOOOOOOOOOOOOOOOOOOOOOOOng_f3
@enduml

Why? wink


2) The packages display alias

See today's remarks on:

Thanks for your support,
Regards,
Th.

...