<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<blockquote style="margin:0 0 0 40px; border:none; padding:0px"><span>> In such cases, the emergency evaluator is not shown</span></blockquote>
<div><br>
</div>
<div>By the way, it is possible to invoke the emergency evaluator manually. You can invoke it with [Project <span>tryEmergencyEvaluatorForRecovery:</span> 'foo']. Marcel Taeumel also has a changeset that overrides MorphicProject>>#interruptSystem: to display
 a cmd-dot menu with various options. I do not want to violate any copyrights, but I love this menu and use it every day :)<br>
<br>
Best,</div>
<div>Christoph<br>
<br>
Von: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
Gesendet: Samstag, 10. August 2019 23:06 Uhr<br>
An: squeak-dev@lists.squeakfoundation.org<br>
Betreff: [squeak-dev] The Inbox: System-jr.1083.mcz<br>
    <br>
A new version of System was added to project The Inbox:<br>
http://source.squeak.org/inbox/System-jr.1083.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: System-jr.1083<br>
Author: jr<br>
Time: 10 August 2019, 11:06:17.813208 pm<br>
UUID: b49919ec-ca8e-0c42-945d-8df056a7e51d<br>
Ancestors: System-mt.1082<br>
<br>
Allow to revert the latest method submission from the Do menu.<br>
<br>
This makes it possible to revert the latest breaking change if the latter makes all Smalltalk tools unusable, but the world basically remains operable. In such cases, the emergency evaluator is not shown, so there was no easy way (that I know of) to revert 
 the latest change.<br>
<br>
Also update the deprecation delegation in revertLastMethodSubmission because RecentMessages does not understand the previous message anymore.<br>
<br>
=============== Diff against System-mt.1082 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Utilities class>>initializeCommonRequestStrings (in category 'common requests') -----<br>
  initializeCommonRequestStrings<br>
         "Initialize the common request strings, a directly-editable list of expressions that can be evaluated from the 'do...' menu."<br>
  <br>
         CommonRequestStrings := StringHolder new contents: <br>
  'Utilities emergencyCollapse.<br>
  Utilities closeAllDebuggers.<br>
+ RecentMessages default revertMostRecent.<br>
  -<br>
  MCFileBasedRepository flushAllCaches<br>
  -<br>
  Sensor keyboard.<br>
  ParagraphEditor abandonChangeText.<br>
  Cursor normal show.<br>
  -<br>
  CommandHistory resetAllHistory.<br>
  Project allInstancesDo: [:p | p displayDepth: 16].<br>
  ScriptingSystem inspectFormDictionary.<br>
  Form fromUser bitEdit.<br>
  Display border: (0@0 extent: 640@480) width: 2.<br>
  -<br>
  Undeclared inspect.<br>
  Undeclared removeUnreferencedKeys; inspect.<br>
  Transcript clear.<br>
  Utilities grabScreenAndSaveOnDisk.<br>
  FrameRateMorph new openInHand.<br>
  -<br>
  Utilities reconstructTextWindowsFromFileNamed: ''TW''.<br>
  Utilities storeTextWindowContentsToFileNamed: ''TW''.<br>
  ChangeSorter removeEmptyUnnamedChangeSets.<br>
  ChangeSorter reorderChangeSets.<br>
  -<br>
  ActiveWorld installVectorVocabulary.<br>
  ActiveWorld abandonVocabularyPreference.'<br>
  <br>
  "Utilities initializeCommonRequestStrings"!<br>
<br>
Item was changed:<br>
  ----- Method: Utilities class>>revertLastMethodSubmission (in category 'recent method submissions') -----<br>
  revertLastMethodSubmission<br>
+        self deprecated: 'Use RecentMessages default revertMostRecent'.<br>
+        RecentMessages default revertMostRecent.!<br>
-        self deprecated: 'Use RecentMessages default revertLastMethodSubmission'.<br>
-        RecentMessages default revertLastMethodSubmission.!<br>
<br>
<br>
    </div>
</div>
</body>
</html>