From 44c1df815968e1e86ffc2bd51e1f184b1bab018d Mon Sep 17 00:00:00 2001 From: Dierk Koenig Date: Mon, 1 Jun 2015 15:16:57 +0200 Subject: [PATCH] finalizing 0.4.0 --- README.adoc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index d486dbc..c19d943 100644 --- a/README.adoc +++ b/README.adoc @@ -3,10 +3,12 @@ image:frepl.png?raw=true[] For users ========= -Download the distribution zip (20 MB) from https://dl.dropboxusercontent.com/u/71750979/Frege/client-0.3.0.zip . +Download the distribution zip (20 MB) from +https://dl.dropboxusercontent.com/u/71750979/Frege/client-0.4.0.zip . + Unpack to an `` of your choice. -With a Java 8, run +With a Java 8 (u40 or higher), run /bin/client @@ -19,12 +21,20 @@ In addition to the commands in the command-line REPL like `:help`, the following Down Show next in history. Ctrl-Enter Insert new line in editor. Ctrl-L Load Frege code via file chooser dialog. - Ctrl-B Bigger Font. - Ctrl-S Smaller Font. + Ctrl-B Bigger font. + Ctrl-S Smaller font. + Ctrl-W Wipe output area. Beside Ctrl, you can use the Cmd key on Mac. This feature can conflict with local keyboard settings for entering special characters. +The "history" list is pre-populated with commands that you may want to try out. +New in version 0.4.0: + +* :l http:... to load a script from URL +* import ... to make the module known +* paint ... for graphical output + Please note that _this GUI is not an IDE_. The content of the editor is fed line-by-line to the command-line REPL and this limits the amount of work that one can do in "one go".