The Inbox: System-spd.332.mcz

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

The Inbox: System-spd.332.mcz

commits-2
A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/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"!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: System-spd.332.mcz

Sean P. DeNigris
Administrator