-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
Regarding the February update with intermediate namespaces #1352
Comments
A possible workaround is to use:
Now I understand that this workaround may be too complicated for you. |
The problem with the workaround is that I don't see easily which class belongs to which namespace. If I take the picture from above and apply the The green arrows point to the classes in the namespace which is in the bottom right in the first picture. Btw don't get me wrong, I absolutely love PlantUML and this is by no means a show stopper, but if this thing could be configurable it would help a lot. |
Don't worry, no problem! What about: |
Based on the existing pragma |
So with last snapshot, you can now have this:
It has not been widely tested, so any feedback is welcome! |
This is awesome, thanks a lot! First impression, it works flawlessly. Any chance to push the snapshot as a Docker image tag on Dockerhub plantuml/plantuml? Then I could test it directly in my whole environment. |
Hi, I'm working on the release workflow of the plantuml-cli docker image. docker pull ghcr.io/plantuml/docker/plantuml-cli:latest docker run --rm -it \
--volume "$PWD":/wd \
--workdir /wd \
ghcr.io/plantuml/docker/plantuml-cli:latest your_diagram.puml
|
The news from 2 Feb, 2023 says:
So I would like to react 😊
When I understand correctly this means that in the previous version this PUML:
had printed the diagram
whereas in the new version I get
If that's right I would highly recommend to make this configurable. I have a project with many namespaces/classes and like to create diagrams with different points of view, e.g. one diagram per namespace. In the new version it I looks very cluttered:
The text was updated successfully, but these errors were encountered: