[squeak-dev] The Trunk: ReleaseBuilder-mt.117.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 27 13:07:58 UTC 2015


Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.117.mcz

==================== Summary ====================

Name: ReleaseBuilder-mt.117
Author: mt
Time: 27 February 2015, 2:07:56.803 pm
UUID: 265cd4bc-1038-6149-8fb2-b7cb10991622
Ancestors: ReleaseBuilder-topa.116

Updated to use pragma-style preference for #roundedMenuCorners.

=============== Diff against ReleaseBuilder-topa.116 ===============

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.
+ 	MenuMorph roundedMenuCorners: false.!
- 	Browser listClassesHierarchically: true!



More information about the Squeak-dev mailing list