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

From TotalcmdWiki
Jump to navigation Jump to search
(Ghisler'c comment)
No edit summary
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 want to use Total Commander plugins in their applications.
 
Here is a comment by Christian Ghisler, TC author:
 
{| style="background-color: #CCC;" width="80%"
| I don't have anything against other authors implementing the Total Commander plugin interface. To the contrary, it's very good - the more programs support it, there more plugins will be available, so Total Commander users will benefit too!
|}
 
 
__TOC__
__TOC__
=== Lister plugins (WLX) ===
=== Lister plugins (WLX) ===
Line 26: Line 34:
* [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.
* [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.
=== Notes ===
Here is a comment by Christian Ghisler, Total Commander author, about TC plugins usage in 3rd-party applications:
{| style="background-color:#CCC;" width="80%"
| I don't have anything against other authors implementing the Total Commander plugin interface. To the contrary, it's very good - the more programs support it, there more plugins will be available, so Total Commander users will benefit too!
|}





Revision as of 14:18, 16 June 2007

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

Here is a comment by Christian Ghisler, TC author:

I don't have anything against other authors implementing the Total Commander plugin interface. To the contrary, it's very good - the more programs support it, there more plugins will be available, so Total Commander users will benefit too!


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