import QtQuick 2.15 import "." as Ext Rectangle { color: "lightyellow" Column { anchors.fill: parent Ext.MenuBack { label: "Help" } Ext.Flickable { id: flick width: parent.width height: parent.height contentWidth: help.paintedWidth contentHeight: help.paintedHeight + 75 Text { id: help width: flick.width height: flick.height padding: 20 wrapMode: Text.WordWrap font.pixelSize: 20 text: "
:? find regular expression, e.g. :? prin[c1]
* copy result to clipboard
:s start swank server
:c clear all output
:k kill eval thread (long running task)
double [Space] auto completion, e.g. m-v-b
tap and hold in the 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