[squeak-dev] Squeak 4.5: ReleaseBuilder-cmm.113.mcz

Chris Muller asqueaker at gmail.com
Sat Feb 15 23:45:27 UTC 2014


Copied this to squeak45 simply because its part of the ancestry of 4.5.

On Sat, Feb 15, 2014 at 5:41 PM,  <commits at source.squeak.org> wrote:
> Chris Muller uploaded a new version of ReleaseBuilder to project Squeak 4.5:
> http://source.squeak.org/squeak45/ReleaseBuilder-cmm.113.mcz
>
> ==================== Summary ====================
>
> Name: ReleaseBuilder-cmm.113
> Author: cmm
> Time: 9 February 2014, 12:00:02.746 pm
> UUID: 78e84f1a-275a-4b09-bcd1-c31c414f9180
> Ancestors: ReleaseBuilder-cmm.112
>
> - Use the more-conventional text cursor shape by default.
> - In Package browsers, indent the classes for the selected Package according to their position in the class-hierarchy by default, because Macintosh users cannot spawn Hierarchy browsers with the Command+H hotkey.
>
> =============== Diff against ReleaseBuilder-cmm.112 ===============
>
> Item was changed:
>   ----- Method: ReleaseBuilder class>>setPreferences (in category 'private') -----
>   setPreferences
>         Workspace shouldStyle: false.
>         SystemWindow reuseWindows: true.
>         TextEditor
>                  autoEnclose: true ;
>                  autoIndent: false ;
>                  destructiveBackWord: false ;
>                  blinkingCursor: false ;
> +                dumbbellCursor: false.
> -                dumbbellCursor: true.
>         BalloonMorph setBalloonColorTo:
>                 (TranslucentColor
>                         r: 0.92
>                         g: 0.92
>                         b: 0.706
>                         alpha: 0.75).
>         Preferences
>                  installBrightWindowColors ;
>                  insertionPointColor: Color red ;
>                  enable: #scrollBarsWithoutMenuButton ;
>                  enable: #swapMouseButtons ;
>                  enable: #annotationPanes ;
>                  disable: #showSplitterHandles ;
>                  enable: #showBoundsInHalo ;
>                  disable: #alternateHandlesLook ;
>                  disable: #roundedMenuCorners ;
>                  disable: #roundedWindowCorners ;
>                  enable: #traceMessages ;
>                  enable: #thoroughSenders ;
>                  enable: #diffsWithPrettyPrint ;
>                  disable: #alwaysShowVScrollbar ;
>                  enable: #alternativeBrowseIt.
>         ProportionalSplitterMorph
>                  smartHorizontalSplitters: false ;
>                  smartVerticalSplitters: false.
>         PluggableButtonMorph roundedButtonCorners: false.
>         FillInTheBlankMorph roundedDialogCorners: false.
>         Workspace shouldStyle: false.
> +       NetNameResolver enableIPv6: false.
> +       Browser listClassesHierarchically: true!
> -       NetNameResolver enableIPv6: false!
>
>


More information about the Squeak-dev mailing list