made sensing attributes menus largely static

pull/95/head
jmoenig 2020-12-01 12:39:42 +01:00
rodzic f19bafb74f
commit d5a7ba9094
2 zmienionych plików z 7 dodań i 6 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, costume attributees, graphic effects, layers, audio attributes, pen attributes)
* disabled dropping reporters into certain dropdowns (monadic functions, types, costume attributees, graphic effects, layers, audio attributes, pen attributes, dates, relation, keys, video attributes)
* **Notable Fixes:**
* keep internal linked-list organization intact for hyperblocks
@ -18,6 +18,7 @@
* blocks: made costume attribute, graphic effects and layers menus static
* blocks: made audio attributes menu static
* blocks: made pen attributes menus static
* blocks: made sensing attributes menus largely static
### 2020-11-30
* threads: keep internal linked-list organization intact for hyperblocks

Wyświetl plik

@ -354,7 +354,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%audio': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: 'audioMenu'
},
'%aa': { // audio attributes
@ -414,7 +414,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%dates': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
'year' : ['year'],
'month' : ['month'],
@ -470,7 +470,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%rel': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
'distance' : ['distance'],
'direction' : ['direction']
@ -541,7 +541,7 @@ SyntaxElementMorph.prototype.labelParts = {
},
'%key': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: 'keysMenu'
},
'%keyHat': {
@ -725,7 +725,7 @@ SyntaxElementMorph.prototype.labelParts = {
'%vid': {
type: 'input',
tags: 'read-only',
tags: 'read-only static',
menu: {
'snap': ['snap'],
'motion': ['motion'],