mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
start position of console matches project trees
This commit is contained in:
parent
4e5cc847b5
commit
acf4cf240b
2 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
(setf (hiddenp (console-win app)) nil)
|
||||
(window-focus (console-win app)))
|
||||
(let* ((win (on-open-file obj :title "CLOG Builder Console"
|
||||
:left 305 :top (menu-bar-height obj)
|
||||
:is-console t
|
||||
:editor-use-console-for-evals t)))
|
||||
(setf (clog-ace:mode (window-param win)) "ace/mode/plain_text")
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
lisp-package
|
||||
regex
|
||||
is-console
|
||||
left top
|
||||
(editor-use-console-for-evals *editor-use-console-for-evals*)
|
||||
has-time-out
|
||||
maximized)
|
||||
|
|
@ -93,6 +94,7 @@
|
|||
(*default-border-class* *builder-border-class*)
|
||||
(win (create-gui-window obj :title title
|
||||
:title-class title-class
|
||||
:left left :top top
|
||||
:width 700 :height 480
|
||||
:has-pinner is-console
|
||||
:keep-on-top is-console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue