mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-03 07:42:27 -08:00
add example 'cl-repl'
This commit is contained in:
parent
88e7602917
commit
f14970c1e1
57 changed files with 6469 additions and 0 deletions
34
examples/cl-repl/lisp/data/lqml-keywords.lisp
Normal file
34
examples/cl-repl/lisp/data/lqml-keywords.lisp
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
(in-package :editor)
|
||||
|
||||
(defvar *lqml-keywords-list*
|
||||
'("define-qt-wrappers"
|
||||
"qapropos"
|
||||
"qapropos*"
|
||||
"qeql"
|
||||
"qfrom-utf8"
|
||||
"qget"
|
||||
"qlater"
|
||||
"qload-c++"
|
||||
"qlog"
|
||||
"qnull"
|
||||
"qprocess-events"
|
||||
"qq"
|
||||
"qquit"
|
||||
"qrun"
|
||||
"qrun*"
|
||||
"qset"
|
||||
"qsingle-shot"
|
||||
"qsleep"
|
||||
"qt-object"
|
||||
"qt-object-pointer"
|
||||
"qversion"
|
||||
"tr"
|
||||
;; QML
|
||||
"q!"
|
||||
"q<"
|
||||
"q>"
|
||||
"q>*"
|
||||
"find-quick-item"
|
||||
"qjs"
|
||||
"root-item"
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue