[squeak-dev] The Trunk: SmallLand-ColorTheme-fbs.6.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 31 14:24:23 UTC 2013


Frank Shearar uploaded a new version of SmallLand-ColorTheme to project The Trunk:
http://source.squeak.org/trunk/SmallLand-ColorTheme-fbs.6.mcz

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

Name: SmallLand-ColorTheme-fbs.6
Author: fbs
Time: 31 December 2013, 2:14:02.015 pm
UUID: a78b81e3-3b11-c24e-9c84-3bb5319e0858
Ancestors: SmallLand-ColorTheme-nice.5

Remove references to preferences that are now pragma based.

=============== Diff against SmallLand-ColorTheme-nice.5 ===============

Item was changed:
  ----- Method: Preferences class>>smallLandPreferences (in category '*SmallLand-ColorTheme') -----
  smallLandPreferences
  	"Private - change the preferences according to small-land taste"
  
  	self setPreferencesFrom: #(
  		(haloEnclosesFullBounds true)
  		(showBoundsInHalo       true)
  		(cmdGesturesEnabled	false)
  		(easySelection			true)
  		(abbreviatedBrowserButtons       true)
  		(alternativeBrowseIt             true)
  		(alwaysShowVScrollbar            false)
  		(annotationPanes                 true)
  		(balloonHelpInMessageLists       true)
- 		(browseWithDragNDrop             true)
- 		(browseWithPrettyPrint           true)
  		(classicNewMorphMenu             true)
  		(collapseWindowsInPlace          true)
  		(diffsWithPrettyPrint            true)
  		(dragNDropWithAnimation          true)
  		(duplicateControlAndAltKeys      true)
  		(eToyFriendly                    true)
  		(extraDebuggerButtons            true)
  		(extractFlashInHighestQuality    true)
  		(fastDragWindowForMorphic        false)
  		(includeSoundControlInNavigator  true)
  		(menuKeyboardControl             true)
  		(menuAppearance3d			false)
  		(gradientMenu					false)
  		(mouseOverForKeyboardFocus       true)
  		(optionalButtons                 true)
- 		(preserveTrash                   true)
  		(projectViewsInWindows           true)
  		(propertySheetFromHalo           true)
  		(scrollBarsNarrow                true)
  		(scrollBarsOnRight               true)
  		(selectiveHalos                  true)
  		(showDirectionForSketches        true)
  		(showDirectionHandles            true)
- 		(slideDismissalsToTrash          true)
  		(translationWithBabel            true)
  		(unlimitedPaintArea              true)
  		(unlimitedPaintArea              true)
  
  		(menuColorFromWorld false)
  		(noviceMode true)
  		(uniqueNamesInHalos true)
  		(infiniteUndo true)
  		(useUndo true)
  		(soundStopWhenDone true)
  	).
  
  	self setParameter: #balloonHelpDelayTime to: 100.
  !



More information about the Squeak-dev mailing list