Recently, I found an abandoned length of track in the
Store.UISettings area. I found a way to get the version history graph to be
oriented vertically instead of horizontally.
The quick and dirty way is to execute this:
(Store.UISettings preferenceModelFor: #versionManagerView)
value: #indentedPresentation
There is support for getting this onto the Store.UISettings
tool, but the code has been commented out. Anyway, the
resulting view makes a lot more sense. You can see much more of the tree and it
is in a more traditional layout.
I haven't looked yet, but maybe the RBConfigurableFormatter
actually does support the rules I want but the code has just been commented out.
Travis, you can be the hero just for removing some comment characters.
:)