Search found 5 matches

by andeaker
04 Feb 2024 15:33
Forum: Wishes
Topic: Option to have tree view per split pane instead of only one that affects both
Replies: 31
Views: 9577

Re: Option to have tree view per split pane instead of only one that affects both

highend wrote: 04 Feb 2024 14:58 That's not possible
Well, a bit of a shame, but thank you very much!
by andeaker
04 Feb 2024 14:31
Forum: Wishes
Topic: Option to have tree view per split pane instead of only one that affects both
Replies: 31
Views: 9577

Re: Option to have tree view per split pane instead of only one that affects both

Menu | Tools | Configuration... | General | Custom Event Actions Other Events Switch panes Action: Run script Script: if (get("pane") == 1) { #691; } else { #693; } May I ask that when I activate the right content, the right directory tree is displayed in the center (i.e., to the left of ...
by andeaker
16 Jan 2024 17:34
Forum: Wishes
Topic: Option to have tree view per split pane instead of only one that affects both
Replies: 31
Views: 9577

Re: Option to have tree view per split pane instead of only one that affects both

highend wrote: 13 Jan 2024 18:47 Menu | Tools | Configuration... | General | Custom Event Actions
Other Events
Switch panes
Action: Run script
Script:

Code: Select all

if (get("pane") == 1) { #691; }
    else { #693; }
It's great! It solved my problem perfectly, thanks!
by andeaker
16 Jan 2024 17:26
Forum: Tips & Tricks, Questions & Answers
Topic: Can you tell me how to synchronize Tag from computer A to computer B?
Replies: 1
Views: 938

Can you tell me how to synchronize Tag from computer A to computer B?

Hello! This is what I have translated using an online platform, so please forgive me if there are words that don't make sense: On computer A's F drive, there is a folder called "Catalog X" that contains files that define various "Tags". Another computer, B, has a "directory ...
by andeaker
13 Jan 2024 18:36
Forum: Wishes
Topic: Option to have tree view per split pane instead of only one that affects both
Replies: 31
Views: 9577

Re: Option to have tree view per split pane instead of only one that affects both

admin wrote: 19 Aug 2023 16:10 Dual trees are still not planned.
Is it possible to move the catalog tree according to the "activation" of the left and right panes? For example, if I am working on the right pane, the directory tree is displayed on the right.