Updates.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@485 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -11,6 +11,27 @@ specifications.
|
|||||||
Move the package exclusion processing into the PackageEnumerator rather
|
Move the package exclusion processing into the PackageEnumerator rather
|
||||||
than the current hack of having the HierarchyVisualizer do it.
|
than the current hack of having the HierarchyVisualizer do it.
|
||||||
|
|
||||||
|
** From <jon@latchkey.com>:
|
||||||
|
Create an Ant Task that allows you to do something like this:
|
||||||
|
|
||||||
|
<target name="viztool">
|
||||||
|
<viztool properties="viztool.properties">
|
||||||
|
<classpath>
|
||||||
|
</classpath>
|
||||||
|
</viztool>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
Or:
|
||||||
|
|
||||||
|
<target name="viztool">
|
||||||
|
<viztool exclude="" include="">
|
||||||
|
<classpath>
|
||||||
|
</classpath>
|
||||||
|
</viztool>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
That would be fun.
|
||||||
|
|
||||||
* Inheritance visualization enhancements
|
* Inheritance visualization enhancements
|
||||||
Lay chains out vertically rather than horizontally to achieve better
|
Lay chains out vertically rather than horizontally to achieve better
|
||||||
density and a more aesthetic arrangement. This will probably require a
|
density and a more aesthetic arrangement. This will probably require a
|
||||||
@@ -27,3 +48,6 @@ on a page rather than pushing them to the next page.
|
|||||||
|
|
||||||
* General visualization enhancements
|
* General visualization enhancements
|
||||||
Add page numbers somewhere. [shaper@waywardgeeks.org]
|
Add page numbers somewhere. [shaper@waywardgeeks.org]
|
||||||
|
|
||||||
|
* Printing enhancements
|
||||||
|
Add current date to printed page.
|
||||||
|
|||||||
Reference in New Issue
Block a user