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

From TotalcmdWiki
Jump to navigation Jump to search
(Plugins added)
(FileCommander link, supports plugins)
Line 6: Line 6:
* [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].
* [http://plugring.farmanager.com/downld/files/wlx2far.zip WLX2FAR - FAR plugin]: C++ source. Plugin for [http://www.farmanager.com/?l=en FAR Manager].
* [http://sourceforge.net/projects/filecommander/ FileCommander]: C++ source. FileCommander is a separate file manager on SourceForge, similar to TC, which supports Lister and Content plugins.




Line 24: Line 25:
* [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://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://www.totalcmd.net/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.
* [http://sourceforge.net/projects/filecommander/ FileCommander]: C++ source. FileCommander is a separate file manager on SourceForge, similar to TC, which supports Lister and Content plugins.


----
----


Back to [[Developer's corner]]
Back to [[Developer's corner]]

Revision as of 22:14, 14 June 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.
  • FileCommander: C++ source. FileCommander is a separate file manager on SourceForge, similar to TC, which supports Lister and Content plugins.


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.
  • FileCommander: C++ source. FileCommander is a separate file manager on SourceForge, similar to TC, which supports Lister and Content plugins.

Back to Developer's corner