added "txt" option to list attribure dropdown - not yet operational

pull/95/head
jmoenig 2021-02-05 19:11:26 +01:00
rodzic 2de1d21a0f
commit 1ec81f618c
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,8 @@
* new manual for v6.6, thanks, Brian!
* objects: don't show internal "compile" reporter in search results
* blocks, objects, threads: added experimental "atribute of list" reporter primitive to dev mode
* replaced "length of list" primitive with new "attribute of list" reporter
* objects: replaced "length of list" primitive with new "attribute of list" reporter
* objects: added "txt" option to list attribure dropdown - not yet operational
### 2021-02-04
* lists, threads: changed query semantics for table selectors in ITEM OF to rows, columns, planes, etc.

Wyświetl plik

@ -472,6 +472,7 @@ SyntaxElementMorph.prototype.labelParts = {
'ravel' : ['ravel'],
'transpose' : ['transpose'],
'~' : null,
'txt' : ['txt'],
'csv' : ['csv'],
'json' : ['json']
}