Regular Features
Major effort on regular expression support, with extensive work on the Editor to take advantage of the new features.
-
New Substr and Regexp search libraries,
lib/text/substr.inc
, andlib/text/regexp.inc
, with built in language support functions,(query)
,(match?)
,(matches)
,(substr)
,(each-found)
and(each-match)
. -
Added dynamic font scaling,
cntrl-[ ]
, to Docs, Editor and Viewer applications. -
Extensive re-worked Docs, Viewer and Editor applications. With full regexp search/replace over all buffers with global file search/match and loading.
-
New reference documentation for VP and Lisp classes.
-
Simple
grep
command added, more options to come. -
make install
now exits and auto calls./stop.sh
. No need to CTRL-C anymore. -
Added
static-qq
andstatic-q
macros toroot.inc
, these perform static quasi-quotation and quotation. -
Argument quoting for Terminal command line added to options processing lib.
Please check the git logs for all the details.
Regards all
Chris