rsel-exprparser-basic

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

À partir de 2016-03-07. Voir la dernière version.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greasyfork.org/scripts/17641/111914/rsel-exprparser-basic.js

Auteur
TheLastTaterTot
Version
0.3.4
Créer
2016-03-04
Mis à jour
2016-03-07
Taille
31,4 ko
Licence
S/O

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.