Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.
Moderators: Hacker , petermad , Stefan2 , white
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2010-01-03, 17:46 UTC
The help page of [face=courier]ListSetDefaultParams[/face] of
https://plugins.ghisler.com/lsplugins/listplughelp2.0.zip reads
Code: Select all
void __stdcall FsSetDefaultParams(ListDefaultParamStruct* dps);
The help page of [face=courier]ListDefaultParamStruct[/face] reads
ListNotifica ListDefaultParamStruct is passed...
Shouldn't there by a wchar_t[] field for the Unicode [face=courier]DefaultIniNameW[/face] in the [face=courier]ListDefaultParamStruct[/face]?
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
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2010-01-05, 16:14 UTC
What about my last concern?
tbeu wrote: Shouldn't there by a wchar_t[] field for the Unicode [face=courier]DefaultIniNameW[/face] in the [face=courier]ListDefaultParamStruct[/face]?
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
Lefteous
Power Member
Posts: 9537 Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:
Post
by *Lefteous » 2010-01-05, 16:17 UTC
2tbeu
No there is no Unicode version of this function.
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2010-01-05, 16:22 UTC
I know there is no such field but shouldn't there be one (not in the documentation but in the real thing)?
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
ghisler(Author)
Site Admin
Posts: 50532 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2010-01-05, 17:34 UTC
No, because TC doesn't support ini files in Unicode-only directories (this would break existing ANSI only plugins).
djorge
Senior Member
Posts: 422 Joined: 2003-07-03, 12:48 UTC
Location: Portugal
Post
by *djorge » 2010-01-20, 14:27 UTC
Hi, there is an inconsistency in FsRenMovFile function.
Whenever i use the move operation via F6 the function is called 2 times as it should.
If instead i use "in-place" rename (default: shift-F6), this function is only called 1 time!!
shouldn't this function also be called 2 times?
______________________
David Jorge
Personal License #117854
ghisler(Author)
Site Admin
Posts: 50532 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2010-01-21, 19:38 UTC
This is indeed a limitation of the function, it doesn't currently support to overwrite in place.
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2010-03-26, 09:25 UTC
Dear Mr. Ghisler,
Where can plugin writers download new API help files for TC 7.55?
ghisler(Author)
Site Admin
Posts: 50532 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2010-03-26, 10:19 UTC
I have added a new pinned topic now with the help files and updated sample plugins.
MVV
Power Member
Posts: 8711 Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation
Post
by *MVV » 2010-03-26, 10:22 UTC
Thank you!