Plugins usage in 3rd-party applications: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
mNo edit summary
(Totalcmd.net)
Line 4: Line 4:


* [http://atorg.net.ru/delphi/ ATViewer]: Delphi source. Special component developed which allows to use Lister plugins in your Delphi applications. The almost complete Lister interface is implemented. Component is also available on [http://www.torry.net Torry.net].
* [http://atorg.net.ru/delphi/ ATViewer]: Delphi source. Special component developed which allows to use Lister plugins in your Delphi applications. The almost complete Lister interface is implemented. Component is also available on [http://www.torry.net Torry.net].
* [http://wincmd.ru/plugring/wdx_guide.html WDX/WLX Guide]: Delphi source. Simple implementation of Lister interface. Handling of many Lister properties is missed.
* [http://www.totalcmd.net/plugring/wdx_guide.html WDX/WLX Guide]: Delphi source. Simple implementation of Lister interface. Handling of many Lister properties is missed.




=== WCX plugins ===
=== WCX plugins ===


* [http://wincmd.ru/plugring/WCXTest.html WCX Test]: C source. Very simple implementation of Packer interface, many functions are missed.
* [http://www.totalcmd.net/plugring/WCXTest.html WCX Test]: C source. Very simple implementation of Packer interface, many functions are missed.




=== WDX plugins ===
=== WDX plugins ===


* [http://wincmd.ru/plugring/wdx_guide.html WDX/WLX Guide]: Delphi source. Correct Content interface implementation, but not the latest version - changing of custom columns values is not supported.
* [http://www.totalcmd.net/plugring/wdx_guide.html WDX/WLX Guide]: Delphi source. Correct Content interface implementation, but not the latest version - changing of custom columns values is not supported.
* [http://wincmd.ru/plugring/super_wdx_source.html SuperWDX]: Delphi source. Based on WDX/WLX Guide.
* [http://www.totalcmd.net/plugring/super_wdx_source.html SuperWDX]: Delphi source. Based on WDX/WLX Guide.





Revision as of 20:58, 18 May 2007

There are several source examples for those who wants to use Total Commander plugins in their applications:

WLX plugins

  • ATViewer: Delphi source. Special component developed which allows to use Lister plugins in your Delphi applications. The almost complete Lister interface is implemented. Component is also available on Torry.net.
  • WDX/WLX Guide: Delphi source. Simple implementation of Lister interface. Handling of many Lister properties is missed.


WCX plugins

  • WCX Test: C source. Very simple implementation of Packer interface, many functions are missed.


WDX plugins

  • WDX/WLX Guide: Delphi source. Correct Content interface implementation, but not the latest version - changing of custom columns values is not supported.
  • SuperWDX: Delphi source. Based on WDX/WLX Guide.


WFX plugins

  • WFX All Plugins: Delphi source. Not finished implementation of FS interface. This plugin allows to use other FS plugins through it. If file is missed, contact Pavel Dubrovsky for details.

Back to Developer's corner