FileDiz (x64)

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

Moderators: white, Hacker, petermad, Stefan2

User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Fixed issue(too many bytes copied to buf.) uvviewsoft.com/bb/
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

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
Vasilich
Junior Member
Junior Member
Posts: 43
Joined: 2009-08-05, 08:26 UTC
Location: Mayence, Germany

Post by *Vasilich »

Alex, could you in addition to "Private build" and "Special build" parameters add also "Debug build" and "Test build" from VersionInfo?
Thanks in advance.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Debug build/ Test build: on what exe to see(sample)?
Vasilich
Junior Member
Junior Member
Posts: 43
Joined: 2009-08-05, 08:26 UTC
Location: Mayence, Germany

Post by *Vasilich »

delphi - project options - version info - 4 checkboxes :prerelease, debug, private, special.

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;
and anywhere later

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;
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Ok. I may add, when time allows
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Added. (as Boolean fields)
9kvD38n6
Junior Member
Junior Member
Posts: 89
Joined: 2010-09-03, 08:23 UTC

Post by *9kvD38n6 »

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.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

1. If info displayed in column, then it *should display in tooltips. Try with other plugins.

2. -possible to have the long description display several items
No
9kvD38n6
Junior Member
Junior Member
Posts: 89
Joined: 2010-09-03, 08:23 UTC

Post by *9kvD38n6 »

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?
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß)

Post by *tuska »

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.

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
I would like to see these characters in the result of the FileDiz plugin too.

Regards
Karl
User avatar
tuska
Power Member
Power Member
Posts: 3740
Joined: 2007-05-21, 12:17 UTC

Status: TC file comments | QuickSearch eXtended | FileDiz

Post by *tuska »

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

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
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
Post Reply