FileDiz (x64)
Moderators: Hacker, petermad, Stefan2, white
Thanks!
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
delphi - project options - version info - 4 checkboxes :prerelease, debug, private, special.
You can use that code for getting these flags (your unit VersionInfo.pas)
and anywhere later
You can use that code for getting these flags (your unit VersionInfo.pas)
Code: Select all
function FileVersionInfo(const sAppName, vsKey: string): string;
var
...
pLp : ^TVSFixedFileInfo;
Flags : DWORD;
begin
...
if (VerQueryValue(pcBuf, '\', Pointer(pLp), iLenOfValue)) then
Flags := pLp^.dwFileFlags;
Code: Select all
FIsDebug := (VS_FF_DEBUG and FFlags) = VS_FF_DEBUG;
FIsPrerelease := (VS_FF_PRERELEASE and FFlags) = VS_FF_PRERELEASE;
FIsSpecial := (VS_FF_SPECIALBUILD and FFlags) = VS_FF_SPECIALBUILD;
FIsPrivate := (VS_FF_PRIVATEBUILD and FFlags) = VS_FF_PRIVATEBUILD;
I cannot get custom tooltips to display "Text:ANSI" or "Text:OEM" for .txt files. Tooltips work fine for other files, e.g. html or url. Text does show in columns but not in tooltips. This is from my WinCmd.ini (32 bit):
8exts=*.*
8fields=[=filediz.Long description]
Is this a bug or an intentional limitation?
Another question, is it possible to have the long description display several items - something like "HTML:Title\nHTML:Meta:Description\nHTML:Meta:Author"?
Thanks.
8exts=*.*
8fields=[=filediz.Long description]
Is this a bug or an intentional limitation?
Another question, is it possible to have the long description display several items - something like "HTML:Title\nHTML:Meta:Description\nHTML:Meta:Author"?
Thanks.
Nope. Can't get tooltips to show "Text:" field, even though URL works fine, for example, and other plugins also manage fine. "Text:" *does* work in columns so could it be that for some reasons TC thinks that the "Text:" field is empty, as it tries not to display empty lines in ToolTips? (Explorer-style tooltips show for .txt files when activated but they lack the line with "long description".)
Or maybe it's a conflict with another plugin? Can someone reproduce the problem?
Or maybe it's a conflict with another plugin? Can someone reproduce the problem?
German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß)
2Alextp
I use your plugin almost on a daily basis together with Samuel's QuickSearch eXtended, using the field: "Long description"
and it works very well.
I have only one problem:
German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß) ... picture (Please see also the inquiry with Samuel)
Please allow German umlauts and special characters to be displayed (FileDiz) and found (QuickSearch eXtended).
Thanks in advance for your endeavours.
PS:
If I make an import in Excel, then I need 65001 : Unicode (UTF–8 ) to represent the umlauts correctly.
(I do not know if this info helps, because I'm not a programmer.)
PPS:
In TC "Use OEM (DOS) font" is not ticked in descript.ion.
--------
/EDIT:
http://unicode.org/charts/PDF/U0080.pdf
Latin-1 punctuation and symbols Based on ISO/IEC 8859-1 (aka Latin-1) from here.
I would like to see these characters in the result of the FileDiz plugin too.
Regards
Karl
I use your plugin almost on a daily basis together with Samuel's QuickSearch eXtended, using the field: "Long description"
and it works very well.
I have only one problem:
German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß) ... picture (Please see also the inquiry with Samuel)
Please allow German umlauts and special characters to be displayed (FileDiz) and found (QuickSearch eXtended).
Thanks in advance for your endeavours.
PS:
If I make an import in Excel, then I need 65001 : Unicode (UTF–8 ) to represent the umlauts correctly.
(I do not know if this info helps, because I'm not a programmer.)
PPS:
In TC "Use OEM (DOS) font" is not ticked in descript.ion.
--------
/EDIT:
http://unicode.org/charts/PDF/U0080.pdf
Latin-1 punctuation and symbols Based on ISO/IEC 8859-1 (aka Latin-1) from here.
Code: Select all
Unicode Letter Title
-----------------------------------------------------
00E4 ä LATIN SMALL LETTER A WITH DIAERESIS
00C4 Ä LATIN CAPITAL LETTER A WITH DIAERESIS
00F6 ö LATIN SMALL LETTER O WITH DIAERESIS
00D6 Ö LATIN CAPITAL LETTER O WITH DIAERESIS
00FC ü LATIN SMALL LETTER U WITH DIAERESIS
00DC Ü LATIN CAPITAL LETTER U WITH DIAERESIS
00DF ß LATIN SMALL LETTER SHARP S
Regards
Karl
Status: TC file comments | QuickSearch eXtended | FileDiz
In addition to the above:
To search for TC file comments with umlauts and special character using the plugin "FileDiz" in combination with QuickSearch eXtended
my status is currently as follows ...
Remarks [to search for file comments with QuickSearch eXtended]:
1-- If, for example, you search for the comment "Äther" and the file name also contains the letter "Ä", then nothing is displayed (!)
2-- File comment: BÄR, Ctrl + S entering B Alt+0142 R -> Nothing is found here either!
2-- If the letter ä or Ä is detected, then the file or folder is filtered in QuickSearch eXtended
3-- Currently I would have to search for an umlaut or special character, eg to capture ALT+0148 in QuickSearch eXtended,
3-- so that I would find comments that contain the letter "ö" (!)
4-- No substitution rules were set in the %COMMANDER_PATH%\Plugins\wdx\FileDiz\FileDiz.ini file
... and that is extremely uncomfortable or not possible ...
Therefore I would like to ask you again to check the case.
Regards
Karl
To search for TC file comments with umlauts and special character using the plugin "FileDiz" in combination with QuickSearch eXtended
my status is currently as follows ...
Code: Select all
Search for: Find Unicode Entry in tcmatch.ini OK/NOK (NOK = "not OK")
-----------------------------------------------------------------------------------
„ Alt+0132 ä Alt+0228 chars15=ä|„ ? NOK
Ž Alt+0142 Ä Alt+0196 chars16=Ä|Ž OK
” Alt+0148 ö Alt+0246 chars17=ö|” OK
™ Alt+0153 Ö Alt+0214 chars18=Ö|™ OK
blank ? ü Alt+0252 chars19= ? n.a.
š Alt+0154 Ü Alt+0220 chars20=Ü|š OK
á Alt+0225 ß Alt+0223 chars21=ß|á OK
1-- If, for example, you search for the comment "Äther" and the file name also contains the letter "Ä", then nothing is displayed (!)
2-- File comment: BÄR, Ctrl + S entering B Alt+0142 R -> Nothing is found here either!
2-- If the letter ä or Ä is detected, then the file or folder is filtered in QuickSearch eXtended
3-- Currently I would have to search for an umlaut or special character, eg to capture ALT+0148 in QuickSearch eXtended,
3-- so that I would find comments that contain the letter "ö" (!)
4-- No substitution rules were set in the %COMMANDER_PATH%\Plugins\wdx\FileDiz\FileDiz.ini file
... and that is extremely uncomfortable or not possible ...
Therefore I would like to ask you again to check the case.
Regards
Karl