Feature - Calc
- Gave the calc command access to DOM resolution. Needs a Lexer change to recognize DOM addresses.
This commit is contained in:
@@ -98,7 +98,7 @@ std::string Config::_defaults =
|
||||
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
|
||||
"regex=no # Assume all search/filter strings are regexes\n"
|
||||
"xterm.title=no # Sets xterm title for some commands\n"
|
||||
"expressions=on # Support for algebraic expressions\n"
|
||||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"patterns=on # Support for regex patterns\n"
|
||||
"dom=on # Support DOM access\n"
|
||||
"json.array=off # Enclose JSON output in [ ]\n"
|
||||
|
||||
Reference in New Issue
Block a user