Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V1.2023.5beta2] The command help themes to list all the themes of PlantUML seems broken #1331

Closed
The-Lum opened this issue Mar 16, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Mar 16, 2023

Describe the bug
The command help themes to list all the themes of PlantUML seems broken, observed on V1.2023.5beta2

  • What will be the correct command?

To Reproduce

@startuml
help themes
@enduml

Expected behavior
List all the themes included on plantuml.jar

Screenshots

Ref. or associated issue

@The-Lum The-Lum added bug Something isn't working and removed triage labels Mar 16, 2023
@The-Lum
Copy link
Collaborator Author

The-Lum commented Mar 16, 2023

It seems we observe the same issue with ditaa:

@startuml
ditaa
+--------+   +-------+    +-------+
|        +---+ ditaa +--> |       |
|  Text  |   +-------+    |diagram|
|Document|   |!magic!|    |       |
|     {d}|   |       |    |       |
+---+----+   +-------+    +-------+
    :                         ^
    |       Lots of work      |
    +-------------------------+
@enduml

@arnaudroques
Copy link
Contributor

About ditaa, for some historical reason, you now have to use this.

Tell us if it's a big issue for you.

@The-Lum
Copy link
Collaborator Author

The-Lum commented Mar 16, 2023

Hi @arnaudroques,

For ditaa:

Tell us if it's a big issue for you.

No: That is not an issue for me.
But, we must:

  1. update the doc. [on alphadoc/.../ditaa] (already just done, awaiting your approval)
  2. verify sub-digram management...
    But that is another wanted feature...:
node n [
{{ditaa
+---------+  /--------\   +-------+
| cBLU    +--+cAAA    +---+Version|
|         |  |  Data  |   |   V3  |
|    +----+  |  Base  |   |cRED{d}|
|    |cPNK|  |     {s}|   +-------+
|    |    |  \---+----/
+----+----+    
}}
{{ebnf
a  = "a";
}}
]

Regards.

@arnaudroques
Copy link
Contributor

As said in #1232, we are going to put back help themes et help font, since they are useful.

arnaudroques added a commit that referenced this issue Mar 19, 2023
@arnaudroques
Copy link
Contributor

This should be fixed in last snapshot.
Tell us if it's not working for you!

@The-Lum
Copy link
Collaborator Author

The-Lum commented Mar 19, 2023

Thanks a lot.

If you want to suppress Help...
Perhaps change the name...
Like:

  • Listfonts
    Why not:
  • Listthemes

To debate...
Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants