[squeak-dev] The Trunk: ReleaseBuilder-cmm.111.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 28 17:18:49 UTC 2014


Chris Muller uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-cmm.111.mcz

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

Name: ReleaseBuilder-cmm.111
Author: cmm
Time: 28 January 2014, 11:18:37.056 am
UUID: 29cfab77-2919-4bec-9e22-d5ee2074de99
Ancestors: ReleaseBuilder-cmm.110

Community vote:  turn off Smart-Splitters.

=============== Diff against ReleaseBuilder-cmm.110 ===============

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: 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.
- 		 smartHorizontalSplitters: true ;
- 		 smartVerticalSplitters: true.
  	PluggableButtonMorph roundedButtonCorners: false.
  	FillInTheBlankMorph roundedDialogCorners: false.
  	Workspace shouldStyle: false.
  	NetNameResolver enableIPv6: true!



More information about the Squeak-dev mailing list