Objects: doMapCode() primitive now uses a multi-line input slot

pull/3/merge
jmoenig 2013-06-20 18:15:53 +02:00
rodzic 26475fc0aa
commit d3ff1965fc
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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',