changed Block Editor label to "Method" for methods

upd4.1
Jens Mönig 2017-07-25 23:23:18 +02:00
rodzic 08b5947c43
commit 07d97222eb
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
// Global stuff ////////////////////////////////////////////////////////
modules.byob = '2017-July-15';
modules.byob = '2017-July-25';
// Declarations
@ -1893,7 +1893,7 @@ BlockEditorMorph.prototype.init = function (definition, target) {
// override inherited properites:
this.key = 'editBlock' + definition.spec;
this.labelString = 'Block Editor';
this.labelString = this.definition.isGlobal ? 'Block Editor' : 'Method';
this.createLabel();
// create scripting area

Wyświetl plik

@ -3542,6 +3542,7 @@ Fixes:
170725
------
* Objects: fixed rotation-bug when flipping costumes in "only turn left/right" mode"
* BYOB: changed Block Editor label to "Method" for methods
Features:
@ -3569,4 +3570,5 @@ Fixes:
* only mark implicit parameters if no formal ones exist
* optimized thread-launch and script highlighting to a single frame instead of formerly two
* changed direction attribute of sprites to automatically confine to 0-360 degrees
* fixed rotation-bug when flipping costumes in "only turn left/right" mode"
* fixed some typos