Available only under these terms:
- License: Standard Eclipse Public License (EPL) version 1.0
- Copy of the EPL license is included in the plugin along with full source
- Warrantees: Absolutely none of any cognizable nature including MERCHANTABILITY and/or FITNESS FOR ANY GENERAL OR SPECIFIC PURPOSE OR USE. In fact, be forewarned that use of this software will fail, will likely cause failures in other software, and will likely result in the loss of data.
- If you use this software, then you agree to the terms of the EPL for this software.
Version 0.9.0 (In development):
- Changed to an Editor implementation
- Added Supertype/Subtype class graphing
- Added thumbnail navigation view
- Added model refresh by double-click on the canvas
- Misc. code clean-up
Version 0.8.0 (07.12.2009):
- Improved Walker tree layout algorithm
- Improved Manhattan router
- Other performance improvements
- Bug fixes and further code clean-up
Version 0.7.0 (01.02.2009):
- Graph view automatically opens as needed
- Ctrl-click enabled for multiple selection of nodes
- Delete key enabled to remove any currently selected node(s)
- Double-click will open the editor on the method of the currently selected node
- Added Improved Walker Tree Layout Algorithm
- Preference to open the implementor method on double-click
- Preference added to specify graph colors
- Added snapshot action/convenience zoom actions
- Bug fixes and initial code clean-up
Version 0.6.0 (09.28.2007):
- Initial public release
- Basic functions implemented, including first layout and routing algorithms