Tobias Pape uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-topa.116.mcz==================== Summary ====================
Name: ReleaseBuilder-topa.116
Author: topa
Time: 26 February 2015, 1:09:03.414 pm
UUID: 8d8f67bb-60b9-4652-a14b-3b5b84119302
Ancestors: ReleaseBuilder-cmm.115
Retain scrollBar look now that the pref actually does something (as of Morphic-mt.758)
=============== Diff against ReleaseBuilder-cmm.115 ===============
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.
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!