Suggestion: currently status bar is almost empty, so why not to show in it the focused file's releative path? Focused file, not selected one, because it may be several files selected.
Just in case, I'll illustrate what I mean
Code: Select all
[Synchronize directories]
C:\RootProjDir *.* S:\RootProjDir
<misc buttons and options here>
Name Size Date <=> Date Size Name
SubProjDir\SubSubProjDir\
file1.txt file1.txt
file2.txt file2.txt
file3.txt
file4.txt
file5.txt
SubProjDir\SubSubProjDirWithALotOfFiles\
file1.txt file1.txt
...
file10000.txt file10000.txt
SubProjDir\AnotherSubSubProjDirWithALotOfFiles\
file1.txt file1.txt
...
file10000.txt file10000.txt
Files found: 8567
Code: Select all
Files found: 8567. Focus on: SubProjDir\AnotherSubSubProjDirWithALotOfFiles\
Code: Select all
Files found: 8567. SubProjDir\AnotherSubSubProjDirWithALotOfFiles\

Code: Select all
SynchDirsStatus=0 (current) Files found: 8567
SynchDirsStatus=1 (default) Files found: 8567. Focus on: SubProjDir\AnotherSubSubProjDirWithALotOfFiles\
SynchDirsStatus=2 Files found: 8567. Focus on: AnotherSubSubProjDirWithALotOfFiles\
SynchDirsStatus=5 Files found: 8567. SubProjDir\AnotherSubSubProjDirWithALotOfFiles\
SynchDirsStatus=6 Files found: 8567. AnotherSubSubProjDirWithALotOfFiles\