mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
correct renaming of the console window and refocus on new project on project window
This commit is contained in:
parent
1806cfb4a1
commit
4af2cf6a0e
2 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
(let* ((win (on-open-file obj :title "CLOG Builder Console"
|
||||
:is-console t
|
||||
:editor-use-console-for-evals t)))
|
||||
(setf (clog-ace:mode (window-param win)) "ace/mode/plain_text")
|
||||
(set-on-window-can-close win (lambda (obj)
|
||||
(setf (hiddenp obj) t)
|
||||
nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue