made costume attribute, graphic effects and layers menus static

pull/95/head
jmoenig 2020-12-01 10:12:45 +01:00
rodzic 4b17876a61
commit 9cc42c9310
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
* hyperdyadic less / great than or equals primitives reachable via "relabel"
* **Notable Changes:**
* searching for blocks and keyboard entry now includes the contents of dropdown menus
* disabled dropping reporters into certain dropdowns (monadic functions, types)
* disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributees, graphic effects, layers)
* **Notable Fixes:**
* keep internal linked-list organization intact for hyperblocks
@ -15,6 +15,7 @@
* threads, objects: added hyperdyadic MIN and MAX primitives reachable via "relabel"
* threads, objects: added hyperdyadic less/greaterThanOrEquals prims
* blocks: made monadic functions and data types menus static
* blocks: made costume attribute, graphic effects and layers menus static
### 2020-11-30
* threads: keep internal linked-list organization intact for hyperblocks

Wyświetl plik

@ -371,7 +371,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%img': { // image attributes
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
'name' : ['name'],
'width' : ['width'],
@ -518,7 +518,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%eff': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
color: ['color'],
saturation: ['saturation'],
@ -591,7 +591,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%layer': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
front : ['front'],
back : ['back']