mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
project tree controls
This commit is contained in:
parent
358b4b1309
commit
7a3f0ddace
9 changed files with 135 additions and 70 deletions
3
tools/preferences.lisp.sample
vendored
3
tools/preferences.lisp.sample
vendored
|
|
@ -22,6 +22,9 @@
|
|||
;; When opennning source editors not external, open to fill right of tree to
|
||||
;; browser edge
|
||||
(setf *project-tree-sticky-open* t)
|
||||
;; Regex filters to use when set to remove from project directories
|
||||
(setf *project-tree-dir-filter* "(\\\\|\\/)\\..*(\\\\|\\/)$")
|
||||
(setf *project-tree-file-filter* "(^\\..*)|(.*~$)|(.*\\.bak$)")
|
||||
|
||||
;; CLOG Source Editor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue