The Trunk: System-fn.1044.mcz

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

The Trunk: System-fn.1044.mcz

commits-2
Fabio Niephaus uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fn.1044.mcz

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

Name: System-fn.1044
Author: fn
Time: 15 October 2018, 10:11:52.454872 am
UUID: 1339fe15-c8ba-4e80-86ff-eb58ad8ffb56
Ancestors: System-pre.1043

Fixes dot inconsistency.

=============== Diff against System-pre.1043 ===============

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@0 extent: 640@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.'
- Smalltalk saveAsNewVersion'
 
  "Utilities initializeCommonRequestStrings"!