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

commits at source.squeak.org commits at source.squeak.org
Sun Feb 9 18:00:24 UTC 2014


Chris Muller uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/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