[Pkg] The Trunk: System-cmm.1061.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 4 23:30:45 UTC 2019


Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.1061.mcz

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

Name: System-cmm.1061
Author: cmm
Time: 4 April 2019, 6:30:34.295865 pm
UUID: d55f8c82-4dea-4d11-be0c-ff63c61b7e04
Ancestors: System-eem.1058

Metacello and GitInfrastructure tools are currently the best way to load projects hosted by github.com.  Promote installation of these tools to the Tools menu.
	While in there, make a couple of improvements to the Do menu.

=============== Diff against System-eem.1058 ===============

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.
- 'Installer ensureRecentMetacello.
- Installer installGitInfrastructure.
- -
- Utilities emergencyCollapse.
  Utilities closeAllDebuggers.
  -
+ 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.
  Utilities grabScreenAndSaveOnDisk.
  FrameRateMorph new openInHand.
  -
  Utilities reconstructTextWindowsFromFileNamed: ''TW''.
  Utilities storeTextWindowContentsToFileNamed: ''TW''.
  ChangeSorter removeEmptyUnnamedChangeSets.
  ChangeSorter reorderChangeSets.
  -
  ActiveWorld installVectorVocabulary.
+ ActiveWorld abandonVocabularyPreference.'
- ActiveWorld abandonVocabularyPreference.
- Smalltalk saveAsNewVersion.'
  
  "Utilities initializeCommonRequestStrings"!

Item was changed:
+ (PackageInfo named: 'System') postscript: 'Utilities initializeCommonRequestStrings'!
- (PackageInfo named: 'System') postscript: '"Update user interface themes."
- UserInterfaceTheme cleanUpAndReset.'!



More information about the Packages mailing list