The Trunk: SmallLand-ColorTheme-fbs.6.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SmallLand-ColorTheme-fbs.6.mcz

commits-2
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.
  !