I have set file size display to bytes, i admit though that there are times i would like to be able see the size (for a moment) in another way (i.e. dynamic). I thought of adding a button in the toolbar with a submenu containing all available types, but couldn't find a command for it. Is there one?
If not, i'd like to add a wish for a size display command (or set of commands?) at least, but also for header/footer.
The relevant settings are in Options/Display/Tabstop, two comboboxes at the bottom of the window.
File size display command
Moderators: Hacker, petermad, Stefan2, white
File size display command
- 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.
Re: File size display command
I think you could create a customview and switch to it using the cm_SrcCustomView1 etc commands (which you can use in a button or usercmd)
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: File size display command
I don't think that's possible. I couldn't find any hint anywhere that custom views can support setting a specific "size display" setting.
- 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.
Re: File size display command
Custom columns - name: File sizeswanderer wrote: 2022-09-10, 21:48 UTC ... I couldn't find any hint anywhere that custom views can support setting a specific "size display" setting.
Code: Select all
[=tc.size.bytes]
[=tc.size.kbytes" kb"]
[=tc.size.Mbytes]
[=tc.size.Gbytes]
[=tc.size.bkMG2] <--
[=tc.size.bkM2] <--
[=winscriptsadv.Size in KB]
[=dirsizecalc.Size.KiB]
[=dirsizecalc.Size.B]
[=dirsizecalc.kb_MB_GB.kb_MB_GB] <--
Button with command: cm_SrcCustomView9 ->
See: Menu "Show" > "Custom Columns Mode" to find out the number that is used on your PC.
My "Reset-Button"
This button resets the view to the following setting: View mode <Default>
Code: Select all
TOTALCMD#BAR#DATA
cm_SrcViewMode0,cm_SrcAllFiles,cm_50Percent,cm_RereadSource,cm_rereadsource 1
wcmicons.dll,86
cm_SrcViewMode0,cm_SrcAllFiles,cm_50Percent,cm_RereadSource,cm_rereadsource 1|View mode <Standard>: cm_SrcViewMode0|Active panel!|-|cm_RereadSource Ctrl+R|-|cm_rereadsource 1 )|cm_rereadsource 2 )|cm_rereadsource 3 ) <as of TC 9.50 --> see: HISTORY.TXT!>
0
-1
Last edited by tuska on 2022-09-10, 22:24 UTC, edited 1 time in total.
Re: File size display command
Hmmm... IMO, not the best way (i already have some custom views, so it wouldn't be practical to implement all possible combinations), but i'll try it with one view and see how it goes.
Thanks for the help.
Thanks for the help.
- 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.
Re: File size display command
First take only one that the arrow points to.
I just wanted to give you a few to choose from.
I just wanted to give you a few to choose from.