mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
force panel open new window
This commit is contained in:
parent
ba25af0313
commit
9076566aae
6 changed files with 11 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
(cond ((and (> (length item) 5)
|
||||
(equalp (subseq item (- (length item) 5)) ".clog"))
|
||||
(if (or (eq method :tab)
|
||||
(and (not (eq method :here)) *open-external*))
|
||||
(and (not (eq method :here)) (or *open-external* *open-external-panels-always* )))
|
||||
(on-new-builder-panel-ext panel :open-file item) ;; need ext for both
|
||||
(on-new-builder-panel panel :open-file item)))
|
||||
(t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue