[squeak-dev] The Trunk: System-pre.1043.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 8 12:14:28 UTC 2018


Patrick Rein uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-pre.1043.mcz

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

Name: System-pre.1043
Author: pre
Time: 8 October 2018, 2:14:05.659633 pm
UUID: e558e323-7754-584e-9983-ffa439fd31cd
Ancestors: System-pre.1042

In order to make the new Git version control infrastructure more accessible, this commit adds the new Installer script to the Do menu.

=============== Diff against System-pre.1042 ===============

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: 
  'Installer ensureRecentMetacello.
+ Installer installGitInfrastructure.
  -
  Utilities emergencyCollapse.
  Utilities closeAllDebuggers.
  -
  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.
  Smalltalk saveAsNewVersion'
  
  "Utilities initializeCommonRequestStrings"!



More information about the Squeak-dev mailing list