Page 3 of 3

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-13, 09:44 UTC
by ghisler(Author)
Sorry, I don't understand what exactly you want. You can already combine 1 (don't turn off sync) with 2 (warn user with beep on first try).

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-13, 19:56 UTC
by Fla$her
2ghisler(Author)
Wow, I missed the description of the occurrence of the key!
05.10.23 Added: cm_SyncChangeDir: New option in wincmd.ini [Configuration] SyncChangeDirMode=2 0: turn off mode when no dir with same name in other panel, 1: don't turn off, add 2 to warn on first try to enter dir (32/64)
I thought it was old, and 4 is just a new flag that doesn't change anything here.
Thank you very much! We can say that the original request is implemented! 😀

It remains to fix it so that there is no synchronous change of different-named directories when switching to the parent by Backspace or Enter on [..].

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-15, 07:56 UTC
by ghisler(Author)
I thought it was old
No, SyncChangeDirMode was added to 11.02 as a new option.

Code: Select all

05.10.23 Added: cm_SyncChangeDir:
New option in
wincmd.ini
[Configuration]
SyncChangeDirMode=2
   0: turn off mode when no dir with same name in other panel,
   1: don't turn off,
   add 2 to warn on first try to enter dir (32/64)
Option 4 was added later by user request.

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-15, 08:55 UTC
by Fla$her
ghisler(Author) wrote: ↑2023-10-15, 07:56 UTC No, SyncChangeDirMode was added to 11.02 as a new option.
I reflected this above in a quote from the version history, highlighting the necessary.

I hope this bug will be fixed.

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-19, 07:01 UTC
by wanderer
I just downloaded 11.02RC3 and i don't understand the difference between values 0 and 4. In a test environment i created, they behave exactly the same. Can someone explain it to me please?

EDIT:

LEFT Folder structure:
A
-AA
--A1
--A2

RIGHT Folder structure:
A
-AA
--A1
--A2
--A3

If i set SyncChangeDir=4 and enable it when i am on folder A in both panels, when i enter A3, cm_SyncChangeDir is disabled without any messages and is never enabled again.

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-19, 07:07 UTC
by wanderer
Oh, now i got it. This is a flag, not an absolute value...

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-19, 08:39 UTC
by ghisler(Author)
First, the flag in the wincmd.ini is called SyncChangeDirMode, not SyncChangeDir. Second, the value of 4 only makes sense when you already use 1 (don't turn off the mode).

Re: Upgrade for "cm_SyncChangeDir"

Posted: 2023-10-19, 09:35 UTC
by wanderer
ghisler(Author) wrote: ↑2023-10-19, 08:39 UTC First, the flag in the wincmd.ini is called SyncChangeDirMode, not SyncChangeDir. Second, the value of 4 only makes sense when you already use 1 (don't turn off the mode).
Yup, thanks. I had already got all of these and had set it to 5, which IMO is the best. Its behavior up to now bugged me for quite some time, it just didn't bug be enough to complain about it. The new behavior (5) is much better. I also tried 7 for a little while but didn't like it.