[wish] A way to insert square brackets to custom cols output
Moderators: Hacker, petermad, Stefan2, white
[wish] A way to insert square brackets to custom cols output
Please implement a way to insert "[" and "]" chars to custom columns field contents output. For example as "\[", or as "#91". At this moment TC interprets square brackets as plugin fields and there is no way (?) to make [ ] visible in the file list.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2speller2
You can use dummy.wdx plugin:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/dummy.zip
It gives few static fields for use with super_wdx and TC (%, dollar, backslash, space, brackets, etc.).
You can use dummy.wdx plugin:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/dummy.zip
It gives few static fields for use with super_wdx and TC (%, dollar, backslash, space, brackets, etc.).
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2m^2
It's not really working.
For custom columns:
or
It's not really working.
For custom columns:
I can only get:Widths4=80,30,80,80,80,80
Headers4=FileVersion1\nFileVersion2\nFileVersion3\nFileVersion4
Contents4=[[][="[[]"exeinfo.FileVersion"[]]"][]]\n[="[[]"exeinfo.FileVersion"[]]"]\n[[][=exeinfo.FileVersion][]]\n[=exeinfo.FileVersion]
Options4=-1|0
Code: Select all
File: FoxitReader23_setup.exe
FileVersion1: "exeinfo.FileVersion""
FileVersion2: "exeinfo.FileVersion""
FileVersion3: 2, 3, 2008, 3201
FileVersion4: 2, 3, 2008, 3201
Code: Select all
File: GPU-Z.0.3.1.exe
FileVersion1: "exeinfo.FileVersion""
FileVersion2: "exeinfo.FileVersion""
FileVersion3: 0.3.1.0
FileVersion4: 0.3.1.0
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- sqa_wizard
- Power Member
- Posts: 3880
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
I had success with:
Note: Opening bracket inside plugin def, closing bracket double notation with leading space outside plugin def.
I agree: Not very consistent, but it works
Code: Select all
[="[ "dirsizecalc.Directory Count] ]] [=dirsizecalc.File Count]
I agree: Not very consistent, but it works
#5767 Personal license
- sqa_wizard
- Power Member
- Posts: 3880
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany