[squeak-dev] Looking for a multi-select capable TreeMorph

Matthew Fulmer tapplek at gmail.com
Sat Mar 29 00:46:54 UTC 2008


For the DeltaStreams UI, I have long been needing a TreeMorph
that was capable of having more than one element selected, in
order to display deltas like:

- Collection>>#do: changed
- Fix bug 6982
  - Load Float-readFromManyDigits-Test-M6982-nice.1.cs
    - Float>>#readFromManyDigits changed
    - ...
- Integer>>#bitAt: changed

So far, I've been making do with a PluggableListMorphOfMany,
because I haven't yet set up the integration with Installer,
Monticello, and the chunk reader that would allow such deltas to
be created. However, I am getting ready to start making this
kind of annotated delta, and the UI
must be able to display them. So, do I need to roll my own
morph?

DeltaStreams UI only uses 100% Morphic, for maximum
compatibility with old squeak releases.

-- 
Matthew Fulmer -- http://mtfulmer.wordpress.com/



More information about the Squeak-dev mailing list