WME Road Selector Expression Editor

Allows easier editing of the selection criteria by converting the expressions into editable text

コードが変更されたバージョンのみを表示しています すべてのバージョンを表示

  • v2019.02.07.01 2019/02/07 Update RSelExpressionEditor.js Correcting the include statements
  • v0.3.4.6 2016/03/28 fixed accidental breaking of parsing anything with "or" in it.
  • v0.3.4.5 2016/03/28 added more minor flexible parsing ability
  • v0.3.4.4 2016/03/26 fixed parsing of two way roads expression
  • v0.3.4.3 2016/03/23 added recognition of the error "condition not recognized" and lets the user know
  • v0.3.4.2 2016/03/23 recognizes when there are no spaces padding comparators
  • v0.3.4.1 2016/03/18 fixed end of sentence parenthesis parsing
  • v0.3.4 2016/03/17 adding more robust regex selector support
  • v0.3.3 2016/03/17 Now parses various languages with non-english characters... even Hebrew.
  • v0.3.2 2016/03/15 name
  • v0.3.1 2016/03/15 adjustments to speed limit parsing
  • v0.3 2016/03/15 made public
  • v0.2.7 2016/03/08 added a check for when there are no more elements in the expr array to check and thus was giving an error, even when statements were parsed successfully
  • v0.2.5 2016/03/05 Improvements with parsing quoted names
  • v0.2.4 2016/03/04 fixed traffic lock parsing
  • v0.2.3 2016/03/04 fixed parsing of last update, updated by, created by
  • v0.2.2 2016/03/04 adjustments to parsing not operator
  • v0.2.1 2016/03/03 fixed speed limit parsing
  • v0.2 2016/03/03