The Trunk: Morphic-cmm.798.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-cmm.798.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-cmm.798.mcz

Levente Uzonyi-2
The version number of this package is less than its ancestor's.
The same is true for ToolBuilder-Morphic-cmm.109, and Tools-cmm.569.mcz.
I don't think all tools - including the update mechanism - are prepared
for this. Is it intentional?

Levente

On Wed, 1 Apr 2015, [hidden email] wrote:

> 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!
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-cmm.798.mcz

marcel.taeumel (old)
In reply to this post by commits-2
This interface already exists in a more complete way in ScrollPane:

#vIsScrollbarShowing
#hIsScrollbarShowing

Do we need another one? ;-)

Best,
Marcel