[squeak-dev] The Trunk: System-spd.332.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 25 03:03:26 UTC 2010


Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-spd.332.mcz

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

Name: System-spd.332
Author: spd
Time: 24 May 2010, 8:26:17.766 pm
UUID: 28447040-16fe-412f-a9cd-6898bae74230
Ancestors: System-ul.331

Fixed "useful expressions" window to use "SystemNavigation default allCallsOn:" instead of "Smalltalk allCallsOn:," which doesn't exist.

=============== Diff against System-ul.331 ===============

Item was changed:
  ----- Method: Utilities class>>standardWorkspaceContents (in category 'support windows') -----
  standardWorkspaceContents
  	^ self class firstCommentAt: #standardWorkspaceContents
  
  	"Smalltalk recover: 10000.
  ChangeList browseRecentLog.
  ChangeList browseRecent: 2000.
  
  Preferences editAnnotations.
  Flaps reinstateDefaultFlaps. 
  Preferences resetCategoryInfo
  
  (FileStream oldFileNamed: 'Lives of the Wolves') edit.
  (FileStream oldFileNamed: 'tuesdayFixes.cs') fileIn
  ChangeList browseFile: 'myChanges.st'
  
  TextStyle default fontAt: 7 put: (StrikeFont new readMacFontHex: 'Cairo 18')
  
  StandardSystemView browseAllAccessesTo: 'maximumSize'.
  StandardSystemView doCacheBits  ""restore fast windows mode in mvc""
  
  Symbol selectorsContaining: 'rsCon'.
  Smalltalk browseMethodsWhoseNamesContain: 'screen'.
  
  Browser newOnClass: Utilities.
  Browser fullOnClass: SystemDictionary.
  
  FormView allInstances inspect.
  StandardSystemView someInstance inspect.
  
  Utilities storeTextWindowContentsToFileNamed: 'TextWindows'
  Utilities reconstructTextWindowsFromFileNamed: 'TextWindows'
  
  ScriptingSystem resetStandardPartsBin.
  ScheduledControllers screenController openMorphicConstructionWorld.
  ScheduledControllers screenController openMorphicWorld.
  
  SystemOrganization categoryOfElement: #Controller. 
  ParagraphEditor organization categoryOfElement: #changeEmphasis.
  
  Cursor wait showWhile: [Sensor waitButton].
  
  Smalltalk bytesLeft asStringWithCommas.
  Symbol instanceCount. 
  Time millisecondsToRun:
+ 	[SystemNavigation default allCallsOn: #asOop].
+ MessageTally spyOn: [SystemNavigation default allCallsOn: #asOop].
- 	[Smalltalk allCallsOn: #asOop]
- MessageTally spyOn: [Smalltalk allCallsOn: #asOop].
  
  "
  
  "Utilities openStandardWorkspace"!




More information about the Squeak-dev mailing list