Python extension developed by Minkyu Lee is available in Extension Registry. It allows you to generate code from UML model to Python code. This extension is open source and hosted on Github (https://github.com/niklauslee/staruml-python).
Monthly Archives: April 2016
New Extension: Merge Generalizations
An extension for merging generalizations developed by Minkyu Lee is available in Extension Registry. It allows you to merge generalization views quickly into a rectilinear form as shown in the below figures. This extension is open source and hosted on Github (https://github.com/niklauslee/staruml-merge-generalizations).
StarUML 2.7.0 Release
StarUML v2.7.0 is now available for download. This release includes the following features and fixed issues.
Additional Activity Diagram Elements
Now additional standard elements for Activity Diagram are supported: CentralBuffer, Datastore, ExceptionHandler, InterruptibleActivityRegion, StructuredActivity and ExpansionRegion.
Show “nullable” and “unique” in ER Diagram
Now you can see the “nullable” and “unique” properties in ER diagram. Capital “U” is shown in left section for “unique” columns and capital “N” is shown in left section for “nullable” columns.
Solved font lazy-loading problem
When StarUML started, fonts in the diagram are not well rendered because fonts are lazily loaded. This lazy loading problem is solved so now you can see correctly rendered fonts even when StarUML is first started.
The detailed resolved issues can be found at Release Note.