[squeak-dev] The Trunk: Morphic-mt.840.mcz

Levente Uzonyi leves at elte.hu
Tue Apr 7 14:36:05 UTC 2015


I guess there's a bit of misunderstanding about the scripts. They should 
contain only the code that you want to run after loading versions defined 
by the current Monticello Configuration (.mcm file). So if you just want 
to update the docking bar, then remove everything else (e.g. you don't 
want to initialize and reset SystemProgressMorph). So it should be:

TheWorldMainDockingBar updateInstances.

Levente

On Tue, 7 Apr 2015, commits at source.squeak.org wrote:

> Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-mt.840.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-mt.840
> Author: mt
> Time: 7 April 2015, 4:07:11.316 pm
> UUID: 10096b48-db09-584e-a4d4-bb2000e87db2
> Ancestors: Morphic-topa.839
>
> Changed postscript to force world main docking bar update.
>
> Some other preferences might reset.
>
> =============== Diff against Morphic-topa.839 ===============
>
> Item was changed:
>  (PackageInfo named: 'Morphic') postscript: '(Preferences dictionaryOfPreferences at: #alternativeWindowBoxesLook) defaultValue: false.
>  "Force SystemProgressMorph to be reset"
>  SystemProgressMorph initialize; reset.
>
>  "Initialize the key bindings and menus"
>  Editor initialize.
>
>  "Retain scrollBar look now that the pref actually does something"
>  Preferences enable: #gradientScrollBars.
>
>  "apply the new icons"
>  MenuIcons initializeIcons.
>  TheWorldMainDockingBar updateInstances.
>
> +
>  "Cleanup old-style preferences here. Remove before new release."
>  Preferences removePreference: #gradientMenu. "Now in MenuMorph."
>  Preferences removePreference: #roundedMenuCorners. "Now in MenuMorph."
>
>  "Fix clipping bug of open windows. New ones are not affected."
>  TransformMorph allInstances do: [:ea | ea clipSubmorphs: true].'!
>
>
>


More information about the Squeak-dev mailing list