summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-06-20 18:15:53 +0200
committerjmoenig <jens@moenig.org>2013-06-20 18:15:53 +0200
commitd3ff1965fca3d3d4e4f3b02a260e752461a5f024 (patch)
treefc6628bd5228225abc6f4274eccfcb6af9f0cb83
parent26475fc0aa6985cbcdd88a7a34e19d252b18b340 (diff)
downloadsnap-byow-d3ff1965fca3d3d4e4f3b02a260e752461a5f024.tar.gz
snap-byow-d3ff1965fca3d3d4e4f3b02a260e752461a5f024.zip
Objects: doMapCode() primitive now uses a multi-line input slot
-rwxr-xr-xhistory.txt1
-rw-r--r--objects.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/history.txt b/history.txt
index a32a41a..7dca72f 100755
--- a/history.txt
+++ b/history.txt
@@ -1747,3 +1747,4 @@ ______
* GUI: add code mapping preference to persistent settings
* Blocks, BYOB, Lists, Objects: "flat" design enhancements for blocks and watchers
* Blocks: Multi-line input slots (TextSlotMorphs - %mlt)
+* Objects: doMapCode() primitive now uses a multi-line input slot
diff --git a/objects.js b/objects.js
index 61bfaf2..34e7069 100644
--- a/objects.js
+++ b/objects.js
@@ -1022,7 +1022,7 @@ SpriteMorph.prototype.initBlocks = function () {
doMapCode: { // experimental
type: 'command',
category: 'other',
- spec: 'map %cmdRing to code %s'
+ spec: 'map %cmdRing to code %mlt'
},
doMapStringCode: { // experimental
type: 'command',