-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Generate diagram for a whole project #18
Comments
I've pushed some initial code for this. I've added a new view (PlantUML Project Class Diagram) that is populated from what you drag into it from the Package or Project Explorers, not what's in the active editor. The view collects all types within the nodes you drag'n drop and renders a diagram with them (and related classes). We should now discuss more detailed behaviour, including what options could/should be added and what defaults to use. |
First thing I noticed when using this was that packages are not implemented. It would be nice to have packages as an option. |
You mean wrap the classes in a diagram in package rectangles/folders? When you say "option", how would you prefer providing it, as a preference in the general preference dialog or elsewhere, e.g. dialog activated from the view itself? |
Yep, exactly as you can do with plant uml. I find that providing packages in a UML diagram can help to quickly show the structure of the diagram. General preference dialog in eclipse would be preferable I think. Most people know to look there to change settings. |
Should be in the next release, this month. You will be able to toggle package generation and select the visual style. |
It would be nice if the plugin could generate a diagram for a whole Eclipse project.
(related to http://plantuml.sourceforge.net/qa/?qa=5537/how-can-nested-classes-interfaces-be-represented )
The text was updated successfully, but these errors were encountered: