mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
clog-tree
This commit is contained in:
parent
db767d1469
commit
358b4b1309
7 changed files with 149 additions and 96 deletions
17
tools/preferences.lisp.sample
vendored
17
tools/preferences.lisp.sample
vendored
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
;; Preferences loaded on next call to clog-tools:clog-builder or [Eval All]
|
||||
|
||||
;; Builder Desktop
|
||||
;; CLOG Builder Desktop
|
||||
|
||||
;; Open panels and files in new browser tabs by default
|
||||
(setf *open-external* nil)
|
||||
|
|
@ -14,10 +14,14 @@
|
|||
|
||||
;; CLOG Panels
|
||||
|
||||
;; Open panel editors in browser popus instead of tabs if browser allows
|
||||
;; Open panel editors in browser popups instead of tabs if browser allows
|
||||
(setf *open-external-panels-in-popup* nil)
|
||||
;; Open panels as popups by default
|
||||
(setf *open-panels-as-popups* nil)
|
||||
|
||||
;; CLOG Project Tree
|
||||
|
||||
;; When opennning source editors not external, open to fill right of tree to
|
||||
;; browser edge
|
||||
(setf *project-tree-sticky-open* t)
|
||||
|
||||
;; CLOG Source Editor
|
||||
|
||||
|
|
@ -63,12 +67,13 @@
|
|||
(setf *clog-repl-send-result-to-console* nil)
|
||||
(setf *clog-repl-private-console* t)
|
||||
|
||||
;; Panel Builder
|
||||
;; CLOG Panel Builder
|
||||
(setf *builder-render-right-margin* 80)
|
||||
(setf *builder-render-case* :downcase)
|
||||
|
||||
;; Builder Look and Feel
|
||||
;; CLOG Builder Look and Feel
|
||||
|
||||
;; General
|
||||
(setf *builder-window-desktop-class* "w3-blue-grey")
|
||||
(setf *builder-window-show-static-root-class* "w3-grey")
|
||||
(setf *builder-show-callers-class* "w3-orange")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue