import QtQuick 2.15 import "." as Ext Rectangle { color: "lightyellow" visible: false Column { anchors.fill: parent Ext.MenuBack { label: "Help" } Ext.Flickable { id: flick width: parent.width height: parent.height contentWidth: help.paintedWidth contentHeight: help.paintedHeight + 100 Text { id: help width: flick.width padding: 10 wrapMode: Text.WordWrap font.pixelSize: 18 textFormat: Text.RichText text: "
| :? | find regular expression, e.g. :? prin[c1] hit RET for next match |
| * | copy eval value to clipboard |
| :c | clear all output |
| :k | kill eval thread (long running task) |
| :s | start Swank server |
| :q | load Quicklisp |
| :w | start local web-server for file upload/download, see http://192.168.1.x:1701/ (not encrypted) |
| :ws | stop local web-server |
| double SPC | auto completion, e.g. m-v-b |
| tap and hold | in editor to select/copy/paste/eval s-expression, e.g. on defun |
| tap and hold | cursor buttons to move to beginning/end of line/file |
| hold ')' | (paren buttons) to close all open parens |
|
(ed:pr \"greetings\" :color \"red\" :bold t :line t)
pass :rich-text t if you use (a subset of) html |
| [Up] | move back in eval line history |
| [Down] | move forward in eval line history |
| [Tab] | switch focus between editor / eval line |
| [%1+E] | Expression: select s-exp |
| [%1+L] | Lambda: eval selected s-exp |