kopia lustrzana https://github.com/backface/turtlestitch
remove obsolete STOP primitive from the stage's palette
rodzic
dd1d2de619
commit
6bc25c72b3
|
@ -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
|
||||
|
|
|
@ -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'));
|
||||
|
|
Ładowanie…
Reference in New Issue