Packer plugins combobox is too short and can be widened
Moderators: Hacker, petermad, Stefan2, white
Packer plugins combobox is too short and can be widened
Pack Files dialog -> Packer group box -> Packer plugins combobox is too short for some plugin names. There is a place to make it wider to the right. Moreover it can be moved to the left a little.
But the names in that combobox are file extensions - do you have any names there that are larger than 3 characters?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
*WDXInfopacker is the longest extension here. So, of course I support that wish. 
But, still I would prefer to see a dialog like that in the future (shameless self-promotion, sorry) with just one extension box for all extensions, internal and external, with ability to sort the entries as the user prefers them:
http://icfu.totalcmd.net/TC/Images/packer_dialog_redesign.png
This is the corresponding thread in which this stuff has been discussed:
http://ghisler.ch/board/viewtopic.php?t=11366
Icfu

But, still I would prefer to see a dialog like that in the future (shameless self-promotion, sorry) with just one extension box for all extensions, internal and external, with ability to sort the entries as the user prefers them:
http://icfu.totalcmd.net/TC/Images/packer_dialog_redesign.png
This is the corresponding thread in which this stuff has been discussed:
http://ghisler.ch/board/viewtopic.php?t=11366
Icfu
This account is for sale
You don't need Christian for that, AHK is more than enough for basic stuff like that. SCNR! 
Icfu

Code: Select all
#IfWinActive, ahk_class TDLGZIP
!z::
SendInput, {Tab}z
Return
!r::
SendInput, {Tab}r
Return
This account is for sale
- XPEHOPE3KA
- Power Member
- Posts: 854
- Joined: 2006-03-03, 18:23 UTC
- Location: Saint-Petersburg, Russia
Just FYI: TC from 6.55 supports the plugin-extensions with length up to 15 symbols. After some functions don't work properly.*WDXInfopacker is the longest extension here.
You can try that with graphicsconverter plugin =)
F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!..
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It's really not a good idea to put long plugin names in there - tat's really quite an abuse of the PACKER interface...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- XPEHOPE3KA
- Power Member
- Posts: 854
- Joined: 2006-03-03, 18:23 UTC
- Location: Saint-Petersburg, Russia
There are windows API functions with which you can change the horizontal size of the expanded section of a combo box or add a horizontal scrollbar to it. Maybe this could help in this situation and perhaps even in the drive (ALT+F1/F2) combo-boxes...ghisler(Author) wrote:It's really not a good idea to put long plugin names in there - tat's really quite an abuse of the PACKER interface...
SendMessage and SendMessageByNum functions using the folowing numbers:
CB_GETDROPPEDWIDTH = &H15F
CB_SETDROPPEDWIDTH = &H160
LB_SETHORIZONTALEXTENT = &H194
- Wanderer -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
As Christian said:Valentino wrote:Why so many complexities - there's enough room to increase this combo!
That probably means the following (which IMHO has a point): this combo was designed to contain file extensions (which most of the times are 3 letters long). After the packer plugins was introduced, the plugins developers thought it was a good idea to create a plugin name 20 chars long. There is no point of increasing the combo-width because the same request will be asked again when in a couple of months some developer decides to have a 100-chars plugin name!ghisler(Author) wrote:tat's really quite an abuse of the PACKER interface...

P.S. Personally, i think icfu's idea is interesting, although the window is a little big in height.
- Wanderer -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
Even Christian wrote a couple of plugins with long names - DiskDir, MakeBATwanderer wrote:this combo was designed to contain file extensions (which most of the times are 3 letters long). After the packer plugins was introduced, the plugins developers thought it was a good idea to create a plugin name 20 chars long.

There is: it's too short now and can be widened easily without affecting anyone.wanderer wrote:There is no point of increasing the combo-width
We will blame him hard!wanderer wrote:because the same request will be asked again when in a couple of months some developer decides to have a 100-chars plugin name!

TrCpyPls isn't very descriptive.wanderer wrote:plugins descriptive names should be short (around 8 chars max).
