kopia lustrzana https://github.com/backface/turtlestitch
added more relabelling options for "rotate"
rodzic
ed0e698ecf
commit
dd616d38f3
|
@ -21,6 +21,7 @@
|
||||||
* threads, objects: removed previous experimental "column" and "width" primitives again
|
* threads, objects: removed previous experimental "column" and "width" primitives again
|
||||||
* lists, threads, objects refactored experimental "rotate" primitive
|
* lists, threads, objects refactored experimental "rotate" primitive
|
||||||
* updated German translation
|
* updated German translation
|
||||||
|
* added more relabelling options for "rotate"
|
||||||
|
|
||||||
### 2021-01-27
|
### 2021-01-27
|
||||||
* threads: hyperized new experimental "column" primitive
|
* threads: hyperized new experimental "column" primitive
|
||||||
|
|
|
@ -1716,8 +1716,9 @@ SpriteMorph.prototype.blockAlternatives = {
|
||||||
doHideVar: ['doShowVar'],
|
doHideVar: ['doShowVar'],
|
||||||
|
|
||||||
// lists
|
// lists
|
||||||
reportCDR: ['reportTableRotated'],
|
reportCDR: ['reportTableRotated', 'reportListLength'],
|
||||||
reportTableRotated: ['reportCDR'],
|
reportTableRotated: ['reportCDR', 'reportListLength'],
|
||||||
|
reportListLength: ['reportTableRotated', 'reportCDR'],
|
||||||
|
|
||||||
// HOFs
|
// HOFs
|
||||||
reportMap: ['reportKeep', 'reportFindFirst'],
|
reportMap: ['reportKeep', 'reportFindFirst'],
|
||||||
|
|
Ładowanie…
Reference in New Issue