Packer plugins combobox is too short and can be widened

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Packer plugins combobox is too short and can be widened

Post by *Valentino »

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.
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

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.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Post by *Valentino »

Yes, that's why I wrote this suggestion: e.g. CatMaker, TreeCopy, TreeCopyPlus.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

*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
This account is for sale
User avatar
Stitscher
Power Member
Power Member
Posts: 1058
Joined: 2004-02-17, 12:34 UTC
Location: Hamburg, Germany

Post by *Stitscher »

Nice screenshot, Icfu. :)

Support++
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Post by *Valentino »

2icfu
Looks very nice. I will support it if Christian will implement Alt+Z (for Zip) and Alt+R (for Rar) mnemonics. I do not use others :)
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

You don't need Christian for that, AHK is more than enough for basic stuff like that. SCNR! ;)

Code: Select all

#IfWinActive, ahk_class TDLGZIP
!z::
SendInput, {Tab}z
Return

!r::
SendInput, {Tab}r
Return
Icfu
This account is for sale
User avatar
XPEHOPE3KA
Power Member
Power Member
Posts: 854
Joined: 2006-03-03, 18:23 UTC
Location: Saint-Petersburg, Russia

Post by *XPEHOPE3KA »

*WDXInfopacker is the longest extension here.
Just FYI: TC from 6.55 supports the plugin-extensions with length up to 15 symbols. After some functions don't work properly.
You can try that with graphicsconverter plugin =)
F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!..
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

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
User avatar
XPEHOPE3KA
Power Member
Power Member
Posts: 854
Joined: 2006-03-03, 18:23 UTC
Location: Saint-Petersburg, Russia

Post by *XPEHOPE3KA »

2ghisler(Author)
Please, when you release updated API-help, don't forget about this issue =)
F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!..
User avatar
wanderer
Power Member
Power Member
Posts: 1578
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

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...
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...

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
x64: Clients/Servers from Win7 to Win11 and Win2K12Srv to Win2K22Srv, mainly Win10 though.
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Post by *Valentino »

Why so many complexities - there's enough room to increase this combo! :)
User avatar
wanderer
Power Member
Power Member
Posts: 1578
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

Valentino wrote:Why so many complexities - there's enough room to increase this combo! :)
As Christian said:
ghisler(Author) wrote:tat's really quite an abuse of the PACKER interface...
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! :) Certain rules must exist on things. Probably, one of these rules is that the plugins descriptive names should be short (around 8 chars max).

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
x64: Clients/Servers from Win7 to Win11 and Win2K12Srv to Win2K22Srv, mainly Win10 though.
User avatar
Hacker
Moderator
Moderator
Posts: 13065
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

[mod]Moved to TC 7 beta discussion forum.

Hacker (Moderator)[/mod]
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Post by *Valentino »

wanderer 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.
Even Christian wrote a couple of plugins with long names - DiskDir, MakeBAT :)
wanderer wrote:There is no point of increasing the combo-width
There is: it's too short now and can be widened easily without affecting anyone.
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! :)
We will blame him hard! :)
wanderer wrote:plugins descriptive names should be short (around 8 chars max).
TrCpyPls isn't very descriptive. :)
Post Reply