Skip to content

Regular Features

Compare
Choose a tag to compare
@vygr vygr released this 17 Sep 18:38
· 1279 commits to master since this release

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, and lib/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 and static-q macros to root.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