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

From TotalcmdWiki
Jump to navigation Jump to search
mNo edit summary
(Plugins added)
Line 1: Line 1:
There are several source examples for those who wants to use Total Commander plugins in their applications:
There are several source examples for those who wants to use Total Commander plugins in their applications.
__TOC__
__TOC__
=== Lister plugins (WLX) ===
=== Lister plugins (WLX) ===
Line 5: Line 5:
* [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://www.totalcmd.net/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.
* [http://plugring.farmanager.com/downld/files/wlx2far.zip WLX2FAR - FAR plugin]: C++ source. Plugin for [http://www.farmanager.com/?l=en FAR Manager].




Line 10: Line 11:


* [http://www.totalcmd.net/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.
* [http://plugring.farmanager.com/downld/files/arc/wcxconnector.rar WCX Connector - FAR plugin]: C++ source. Plugin for FAR Manager.




Line 15: Line 17:


* [http://super.wincmd.ru/_tmp/WFX_ALL_PLUGINS.RAR 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 [http://www.totalcmd.net/authors/1737405.html Pavel Dubrovsky] for details.
* [http://super.wincmd.ru/_tmp/WFX_ALL_PLUGINS.RAR 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 [http://www.totalcmd.net/authors/1737405.html Pavel Dubrovsky] for details.
* [http://plugring.farmanager.com/downld/files/wfx2far.zip WFX2FAR - FAR plugin]: C++ source. Plugin for FAR Manager.





Revision as of 19:37, 20 May 2007

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

Lister plugins (WLX)

  • 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.
  • WLX2FAR - FAR plugin: C++ source. Plugin for FAR Manager.


Packer plugins (WCX)


File-system plugins (WFX)


Content plugins (WDX)

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

Back to Developer's corner