ShellDetails.ini question

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Molecule
Junior Member
Junior Member
Posts: 54
Joined: 2005-11-20, 03:19 UTC

ShellDetails.ini question

Post by *Molecule »

in ShellDetails.ini there are the lines

Code: Select all

;from my ShellDetails.ini
[{B725F130-47EF-101A-A5F1-02608C9EEBAC}12]
Caption=Size
UseDefault=1
State=18

;from an example on this forum
;Displays the file size as KB.
[{B725F130-47EF-101A-A5F1-02608C9EEBAC}12]
UseDefault=0
Cast=2
Operator=47
Operand=1024
where can I find more info/sources for ...
the string {B725...BAC}? a regedit search returns null ...
the number 12 that follows it ... [{...}12]?
the UseDefault, State and Cast numbers?
and the Operator and Operand numbers?

there are two fields I'd like to add ... CRC and FileSizeAllocation
--platonic solids begin with sexagesimal-modulated rotational action --with negentropic bindings at nodal points --artifacts of congruence and similitude of harmonic-geometric forces within the ætheric and real domains --the tetrahedron for example
User avatar
Lefteous
Power Member
Power Member
Posts: 9537
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Molecule
Sorry for the late reply. I'm watching the official thread so not posting there may lead to overlooking others.
he string {B725...BAC}? a regedit search returns null ...
the number 12 that follows it ... [{...}12]?
The identifiers don't have to be understood by users. They are unique identifiers for the Explorer columns.
the UseDefault, State and Cast numbers?
and the Operator and Operand numbers?
These are user options and are documented in the documentation that comes with the plugin. It's also available online:
http://lefteous.totalcmd.net/tc/docs/shelldetails/readme.htm#configuration
there are two fields I'd like to add ... CRC and FileSizeAllocation
Available fields should be detected automatically. If this doesn't work they might work only in certain directories. In this case you have to add these dirs as explained in the documentation:
http://lefteous.totalcmd.net/tc/docs/shelldetails/readme.htm#fieldsearchdirs
Post Reply