rsel-exprparser-basic

Parses RSel-specific expression text and rebuilds it in the UI.

Verze ze dne 07. 03. 2016. Zobrazit nejnovější verzi.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greatest.deepsurf.us/scripts/17641/111918/rsel-exprparser-basic.js

Autor
TheLastTaterTot
Verze
0.3.5
Vytvořeno
04. 03. 2016
Aktualizováno
07. 03. 2016
Size
31,5 KB
Licence
neuvedeno

Programmatic-end for parsing RSel expression text and rebuilding the expression in the user interface.

NOTE: This is a slimmed down version of the full RSel Expression Editor. The RSelExprParser.updateExpression(exprText) method provided in this script can be used for parsing saved expression text. The match with RSel's original expression text must be fairly close and it does not allow much room for human error. See the script for the full Expression Editor for a more flexible implementation, though it is not provided in the form of a library script.