stanch / reftree

Automatically generated diagrams and animations for Scala data structures
http://stanch.github.io/reftree/
GNU General Public License v3.0
587 stars 36 forks source link

Allow custom formatting of value type fields #14

Closed rklaehn closed 6 years ago

rklaehn commented 6 years ago

In some cases, the predefined options for formatting value fields are insufficient. E.g.

In these cases it would be useful to be able to provide a custom toString method or have another method to customise display of inline fields.