From af7835b1e4c30f4ef6daaaef7737b00d5702464c Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 3 May 2019 08:47:36 +0200 Subject: [PATCH] added relabelling options for HOF-prims --- HISTORY.md | 1 + snap.html | 2 +- src/objects.js | 11 ++++------- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a655de8b..dc506f1d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -80,6 +80,7 @@ ### 2019-05-02 * Blocks: reverted reordering MY block dropdown by data type - back to similarities * Blocks: added "compile / un-compile" options to HOF-prims +* Objects: added relabelling options for HOF-prims ### 2019-05-02 * Blocks: reordered MY block dropdown by data type diff --git a/snap.html b/snap.html index ed25c909..c42dcb1c 100755 --- a/snap.html +++ b/snap.html @@ -8,7 +8,7 @@ - + diff --git a/src/objects.js b/src/objects.js index 737e0431..74e52345 100644 --- a/src/objects.js +++ b/src/objects.js @@ -84,7 +84,7 @@ BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize, TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph, AlignmentMorph, Process, XML_Element, VectorPaintEditorMorph*/ -modules.objects = '2019-May-02'; +modules.objects = '2019-May-03'; var SpriteMorph; var StageMorph; @@ -1546,12 +1546,9 @@ SpriteMorph.prototype.blockAlternatives = { doHideVar: ['doShowVar'], // lists - blitz primitives - reportMap: ['reportAtomicMap'], - reportAtomicMap: ['reportMap'], - reportKeep: ['reportAtomicKeep'], - reportAtomicKeep: ['reportKeep'], - reportCombine: ['reportAtomicCombine'], - reportAtomicCombine: ['reportCombine'] + reportMap: ['reportKeep', 'reportCombine'], + reportKeep: ['reportMap', 'reportCombine'], + reportCombine: ['reportMap', 'reportKeep'] }; // SpriteMorph instance creation