added more relabelling options for "rotate"

pull/95/head
jmoenig 2021-01-29 16:27:35 +01:00
rodzic ed0e698ecf
commit dd616d38f3
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -21,6 +21,7 @@
* threads, objects: removed previous experimental "column" and "width" primitives again
* lists, threads, objects refactored experimental "rotate" primitive
* updated German translation
* added more relabelling options for "rotate"
### 2021-01-27
* threads: hyperized new experimental "column" primitive

Wyświetl plik

@ -1716,8 +1716,9 @@ SpriteMorph.prototype.blockAlternatives = {
doHideVar: ['doShowVar'],
// lists
reportCDR: ['reportTableRotated'],
reportTableRotated: ['reportCDR'],
reportCDR: ['reportTableRotated', 'reportListLength'],
reportTableRotated: ['reportCDR', 'reportListLength'],
reportListLength: ['reportTableRotated', 'reportCDR'],
// HOFs
reportMap: ['reportKeep', 'reportFindFirst'],