Directory hotlist (Ctrl+D) / SpacesBehindMenuItems

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
JOUBE
Power Member
Power Member
Posts: 1448
Joined: 2004-07-08, 08:58 UTC

Directory hotlist (Ctrl+D) / SpacesBehindMenuItems

Post by *JOUBE »

In conjunction with the change

Code: Select all

25.04.22 Added: Directory hotlist (Ctrl+D): For add/remove button and Configure, use hotkeys +, - and * instead of those defined in the translations (32/64)
has increased the menu width in the Directory Hotlist (CTRL +D) around the preceding +/- (the menu has become wider). This widening now folds some submenu on the other side (here there are nearly 500 entries in the dirmenu, in some parts deeply nested).


It is possible to undo the new change via

Code: Select all

25.04.22 Added: Directory hotlist (Ctrl+D): wincmd.ini [Configuration] DirMenuHotkeys=0 uses again the hotkeys from the translations (32/64)
, but that is not desired here.


Instead, I change the lines after each update

Code: Select all

1146="&Aktuelles Verzeichnis hinzufügen"
1147="&Aktuelles Verzeichnis entfernen"
in

Code: Select all

1146="&Aktuelles Verz. hinzufügen"
1147="&Aktuelles Verz. entfernen"

Better and more universal would be a general solution for this. Because behind each menu entry about 8-10 characters are senselessly filled with spaces. It would be good you could specify the number of these spaces according to the menu entries for all menus in the TC. eg: SpacesBehindMenuItems=5

JOUBE
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Directory hotlist (Ctrl+D) / SpacesBehindMenuItems

Post by *ghisler(Author) »

Moderator message

Moved to "will not be changed"
Author of Total Commander
https://www.ghisler.com
Post Reply