[squeak-dev] The Inbox: System-lrnp.1355.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 25 04:53:04 UTC 2022


A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-lrnp.1355.mcz

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

Name: System-lrnp.1355
Author: lrnp
Time: 24 May 2022, 10:52:59.28838 pm
UUID: 49c54e01-3846-49de-a922-ccbb32721e73
Ancestors: System-lrnp.1354

adds a menu command for error recovery

Adds the command to fix obsolete references to the Do menu in case they are to blame for misbehavior.

When used in conjunction with System-lrnp.1354 (and Environments-lrnp.85) will also properly remove classes that were not removed properly, but does not depend on System-lrnp.1354.

=============== Diff against System-lrnp.1354 ===============

Item was changed:
  ----- Method: Utilities class>>initializeCommonRequestStrings (in category 'common requests') -----
  initializeCommonRequestStrings
  	"Initialize the common request strings, a directly-editable list of expressions that can be evaluated from the 'do...' menu."
  
  	CommonRequestStrings := StringHolder new contents: 
  'Utilities emergencyCollapse.
  Utilities closeAllDebuggers.
  RecentMessages default revertMostRecent.
+ Smalltalk fixObsoleteReferences.
  -
  MCFileBasedRepository flushAllCaches
  -
  Sensor keyboard.
  ParagraphEditor abandonChangeText.
  Cursor normal show.
  -
  CommandHistory resetAllHistory.
  Project allInstancesDo: [:p | p displayDepth: 16].
  ScriptingSystem inspectFormDictionary.
  Form fromUser bitEdit.
  Display border: (0 at 0 extent: 640 at 480) width: 2.
  -
  Undeclared inspect.
  Undeclared removeUnreferencedKeys; inspect.
  Transcript clear.
  GIFReadWriter grabScreenAndSaveOnDisk.
  FrameRateMorph new openInHand.
  -
  Utilities reconstructTextWindowsFromFileNamed: ''TW''.
  Utilities storeTextWindowContentsToFileNamed: ''TW''.
  ChangeSet removeEmptyUnnamedChangeSets.
  ChangesOrganizer reorderChangeSets.
  -
  ActiveWorld installVectorVocabulary.
  ActiveWorld abandonVocabularyPreference.'
  
  "Utilities initializeCommonRequestStrings"!



More information about the Squeak-dev mailing list