Chris Muller uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-cmm.798.mcz==================== Summary ====================
Name: Morphic-cmm.798
Author: cmm
Time: 1 April 2015, 11:12:43.922 am
UUID: b125e333-58b0-4a00-985f-846891e8e046
Ancestors: Morphic-cmm.805
- SimpleHierarchicalListMorph's now honor preferences:
mouseOverForKeyboardFocus
Vertical Smart Splitters
- Don't let splitter bars be dragged further than their PluggableListMorphs want them to go.
- PluggableTextMorph's now honor Vertical Smart Splitters to avoid wrapped lines, if possible.
=============== Diff against Morphic-cmm.805 ===============
Item was added:
+ ----- Method: ScrollPane>>hasScrollBar (in category 'testing') -----
+ hasScrollBar
+ ^ scrollBar isInWorld!