removed unused %lst slot

pull/95/head
jmoenig 2020-10-23 18:55:50 +02:00
rodzic eb91a98835
commit c28631d117
2 zmienionych plików z 1 dodań i 13 usunięć

Wyświetl plik

@ -22,6 +22,7 @@
* objects: don't show some development-only blocks as search results
* blocks: fixed a multi-line-text spec typo
* blocks: removed unused %month slot
* blocks: removed unused %lst slot
### 2020-10-22
* blocks: fixed UNDO/REDO for "extracted" (single) command blocks

Wyświetl plik

@ -1491,18 +1491,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
);
// part.isStatic = true;
break;
case '%lst':
part = new InputSlotMorph(
null,
false,
{
list1 : 'list1',
list2 : 'list2',
list3 : 'list3'
},
true
);
break;
case '%codeKind':
part = new InputSlotMorph(
null,
@ -2458,7 +2446,6 @@ BlockSymbolMorph.prototype.getShadowRenderColor = function () {
%typ - chameleon colored rectangular drop-down for data types
%var - chameleon colored rectangular drop-down for variable names
%shd - Chameleon colored rectuangular drop-down for shadowed var names
%lst - chameleon colored rectangular drop-down for list names
%b - chameleon colored hexagonal slot (for predicates)
%bool - chameleon colored hexagonal slot (for predicates), static
%l - list icon