remove obsolete STOP primitive from the stage's palette

upd4.2
Jens Mönig 2018-03-19 07:06:52 +01:00
rodzic dd1d2de619
commit 6bc25c72b3
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -4042,3 +4042,4 @@ Translation Updates:
180319
------
* Threads: initialize Process>>gensyms with null (because it's hardly ever needed)
* Objects: remove obsolete STOP primitive from the stage's palette

Wyświetl plik

@ -83,7 +83,7 @@ BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph,
AlignmentMorph, Process*/
modules.objects = '2018-March-13';
modules.objects = '2018-March-19';
var SpriteMorph;
var StageMorph;
@ -7163,7 +7163,10 @@ StageMorph.prototype.blockTemplates = function (category) {
blocks.push(block('doStopAll'));
*/
blocks.push(block('doStopThis'));
/*
// migrated to doStopThis, now redundant
blocks.push(block('doStopOthers'));
*/
blocks.push('-');
blocks.push(block('doRun'));
blocks.push(block('fork'));