Inconsistent menu size when right clicking
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 134
- Joined: 2007-06-25, 11:54 UTC
Inconsistent menu size when right clicking
Image: http://dl.dropbox.com/u/2371091/totalcmd/long_context_menu.png
Is it possible to prevent file or folder name from appearing in the menu when you right click on them? I find it rather irritating when the menu width shrinks and expands dynamically every time I right click on different folders or files
Is it possible to prevent file or folder name from appearing in the menu when you right click on them? I find it rather irritating when the menu width shrinks and expands dynamically every time I right click on different folders or files
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, you cannot turn it off, sorry. The name is shortened automatically when the menu would become too large for the screen.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Member
- Posts: 134
- Joined: 2007-06-25, 11:54 UTC
Ok but why? Mind explaining a bit more about that?ghisler(Author) wrote:No, you cannot turn it off, sorry.
This isn't good enough for me. It would be more appropriate if the menu item length stays consistent at all the time. You could probably make a hidden option to set the max length for it before it gets truncated. I believe this is a desired solution nowghisler(Author) wrote:The name is shortened automatically when the menu would become too large for the screen.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
From what I can tell the display of the directory name appears to be hardcoded in the various DLLs utilized for handling windows context menus -- i.e. it doesn't appear to be configurable from the registry.
The only way to disable it - would be for TC to have it's own ContextMenu. Other file managers do this, and it is a useful mechanism that allows you to easily customize what should happen with a given context menu. I believe one implementation that I've seen allowed one to choose which Context menu should be the default (on right click), and which should appear when using a modifier key, e.g. Shift+Right Click.
The only way to disable it - would be for TC to have it's own ContextMenu. Other file managers do this, and it is a useful mechanism that allows you to easily customize what should happen with a given context menu. I believe one implementation that I've seen allowed one to choose which Context menu should be the default (on right click), and which should appear when using a modifier key, e.g. Shift+Right Click.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
-
- Member
- Posts: 134
- Joined: 2007-06-25, 11:54 UTC
2ghisler(Author)
I'm really hoping that we'll see an option to set the max chars length for the menu item name in next release. This is one of major annoyances in TC for users that are working on small screen device like netbook. I hope you could understand that.
http://dl.dropbox.com/u/2371091/screenie/tc_2011-03-10_17-18-27.png
I'm really hoping that we'll see an option to set the max chars length for the menu item name in next release. This is one of major annoyances in TC for users that are working on small screen device like netbook. I hope you could understand that.
http://dl.dropbox.com/u/2371091/screenie/tc_2011-03-10_17-18-27.png
-
- Member
- Posts: 134
- Joined: 2007-06-25, 11:54 UTC