Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.120.mcz==================== Summary ====================
Name: ReleaseBuilder-mt.120
Author: mt
Time: 21 April 2015, 7:05:04.78 pm
UUID: 41e2fbe7-0633-364b-92a6-e573f48f452c
Ancestors: ReleaseBuilder-mt.119
Restoring 4.5 preferences now also restores the 4.5 background for Morphic projects.
=============== Diff against ReleaseBuilder-mt.119 ===============
Item was changed:
----- Method: ReleaseBuilder class>>setPreferences45 (in category 'preferences') -----
setPreferences45
+ self setProjectBackground: self projectBackground45.
+
Workspace shouldStyle: false.
SystemWindow reuseWindows: true.
TextEditor
autoEnclose: true ;
autoIndent: false ;
destructiveBackWord: false ;
blinkingCursor: false ;
dumbbellCursor: false.
BalloonMorph setBalloonColorTo:
(TranslucentColor
r: 0.92
g: 0.92
b: 0.706
alpha: 0.75).
Preferences
installBrightWindowColors ;
insertionPointColor: Color red ;
enable: #scrollBarsWithoutMenuButton ;
enable: #gradientScrollBars ;
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!