BreadCrumbMaxWidth improvement

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Mikefield
Power Member
Power Member
Posts: 628
Joined: 2006-02-26, 19:13 UTC
Location: Oberursel, Germany HE

BreadCrumbMaxWidth improvement

Post by *Mikefield »

Thanks to announce 7.50pb3 Christian! For the new BreadCrumbMaxWidth I have some suggestions:
1st: Is it possible to handle it more flexible? When the directory names are shorter then BreadCrumbMaxWidth,
please make it also shorter in the Breadcrumb dropdown list. e.g. max directory name length in the dropdown
list + 25 pixel or so.
2nd: Please add "Show directroryname in breadcrumb dropdown list as tooltip if truncated"

mf
Bankster - Word of the Year 2009
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48096
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

1st: Sorry, I don't understand. What do I need to make smaller?

2nd: This was suggested also in the private beta forum, and it's on my to do list now.
Author of Total Commander
https://www.ghisler.com
User avatar
Mikefield
Power Member
Power Member
Posts: 628
Joined: 2006-02-26, 19:13 UTC
Location: Oberursel, Germany HE

Post by *Mikefield »

This means to handle the BreadCrumbMaxWidth in a dynamic range. If the BreadCrumbMaxWidth is set to 150, it has a fixed with of min 100 Pixel. But when in a dropdown list have only entries with 3 - 5 letters, there will be a lot of unused space. So in this case, you can make the BreadCrumbWidth smaller e. g. 5 letters + 15 pixel.

Code: Select all

Fixed With:
[directory1           ]
[directory2           ]
sub                   [subdirectory3        ]
sub                   [subdirectory4        ]
sub sub                                     [dir5                 ]
sub sub                                     [dir6                 ]


Dynamic Width:
[directory1  ]
[directory2  ]
sub          [subdirectory3  ]
sub          [subdirectory4  ]
sub sub                      [dir5  ]
sub sub                      [dir6  ]
HTH

mf
Bankster - Word of the Year 2009
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48096
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Hmm, the min width was there already before the addition of BreadCrumbMaxWidth - the idea is that you need some space to move the mouse, especially with the separate zones for clicking and expanding subdirs...
Author of Total Commander
https://www.ghisler.com
User avatar
Mikefield
Power Member
Power Member
Posts: 628
Joined: 2006-02-26, 19:13 UTC
Location: Oberursel, Germany HE

Post by *Mikefield »

Thats the reason to have additional 15 pixels or so after the longest directory name in the drop down list. But overall not more as BreadCrumbMaxWidth.

mf
Bankster - Word of the Year 2009
Post Reply