mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix repl playground and add clog-user:*probe*
This commit is contained in:
parent
49f777530e
commit
ab9a8f3024
4 changed files with 24 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ replaced. (Exported)"
|
|||
|
||||
(defun add-inspector (name func)
|
||||
"Add a custom inspector with NAME and (FUNC object title value clog-obj)"
|
||||
(push (list :name name :func func) *inspectors*))
|
||||
(pushnew (list :name name :func func) *inspectors*))
|
||||
|
||||
(defun reset-control-pallete (panel)
|
||||
(let* ((app (connection-data-item panel "builder-app-data"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue