Plugin: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
m (→‎Where to find plugins?: Change P in "Community Portal" to lowercase)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Introduction ==
A '''plugin''' is a [http://en.wikipedia.org/wiki/Library_(computer_science)#Dynamic_linking dynamically linked library] that can be added to [[Total Commander]] in order to extend or improve Total Commander's functionality. Thus a plugin can be considered an [[addon]]. Most plugins are third party software, though [[Christian Ghisler]] did create several plugins himself.


Plugins are made to extend the functionality of Total Commander individually.
== Plugin types ==
The size of the main program stays small and fast, adapted by the user and his personal needs.


Total Commander currently supports four plugin types:


== Function ==
* [[Packer plugin]]s (.wcx files) - Packer plugins are used to pack/unpack/modify specific file types, usually archive formats.
* [[File system plugin]]s (.wfx files) - File system plugins are used via the Network Neighborhood. They usually access some remote system or a certain part of your PC which cannot be accessed via drive letters.
* [[Lister plugin]]s (.wlx files) - Lister plugins display special file types in the built-in lister as well as in the quick view panel (Ctrl+Q).
* [[Content plugin]]s (.wdx files) - Content plugins have several purposes: searching for specific file properties and contents, displaying of these properties in file lists, and using them in the multi-rename tool to add them to the file name.


Plugins are special  [http://en.wikipedia.org/wiki/Library_(computer_science) libraries] to implement additional functions. These DLLs are not run by the user but by Total Commander. The benefit of this technique is having a common interface for each plugin type. For now there are 4 plugin types completely integrated into Total Commander and its interface.
== Where to find plugins? ==


== Plugin types ==
Several lists of plugins can be found in this wiki:
* [[List of packer plugins]]
* [[List of file system plugins]]
* [[List of lister plugins]]
* [[List of content plugins]]
* [[List of 64-bit plugins and addons]]
* [[List of unreleased plugins]] - List of unreleased plugins which are currently neither listed on totalcmd.net nor released officially on ghisler.com.


Four plugin types are available to extend TC's functionality:
Links to other plugin resources are listed at:
* [[TotalcmdWiki:Community_portal#Plugin_and_addon_centers|Community_portal#Plugin_and_addon_centers]].


* [[Packer plugins]] (WCX)
== Plugin installation ==
* [[File system plugins]] (WFX)
* [[Lister plugins]] (WLX)
* [[Content plugins]] (WDX)


There are several ways to install plugins:


== Where to find plugins? ==
* [[#Installation using Total Commander's integrated plugin installer|Installation using Total Commander's integrated plugin installer]].
* [[#Installation using the plugin's own installer|Installation using the plugin's own installer]].
* [[#Manual installation of plugins|Manual installation of plugins]].


The most convenient way to find them is by using the following sites:
=== Installation using Total Commander's integrated plugin installer ===


* [http://totalcmd.net/ totalcmd.net] you should visit first if you want to stay up-to-date with plugins and [[Tools]].
Often a plugin can be installed by simply opening the plugin installation archive from within Total Commander. Simply double clicking the plugin installation archive will launch Total Commander's built-in plugin installer. This only works if the following conditions are met:
* [http://www.clubtotal.tk/ Club Total] is not updated too often but very useful as an archive, especially if you know what you are searching for.
* You are using Total Commander version 6.5 or later.
* [http://www.ghisler.com/addons.htm Official addon site] is the best choice if you prefer final "tested by author" versions. This is the place to go if you don't like any experiments.
* The plugin installation archive supports installation by the integrated installer.


=== Installation using the plugin's own installer ===


== Installation ==
Some plugins come with there own installer. Launch this installer in order to install the plugin.


Since Total Commander version 6.5 is a integrated install -system for plugins available.
=== Manual installation of plugins ===
Whenever you want to install a plugin now, all to do is: Open the downloaded archive with a doubleclick.
The setup will start automatically. Also a installation "by hand" is still possible, too.
The programs in the next chapter can be very usefull to manage all your plugins.


Some (older) plugins need to be installed manually. The basics steps to install such plugins are:
* Unpack the plugin archive to a folder.
* Add the plugin to Total Commander using Total Commander's configurations options.


== Plugin management ==
== Plugin management ==


These [[Tools|tools]] were created to make the plugin management easyer:  
These tools were created to make the plugin installation and management easier:  
* [http://www.totalcmd.net/plugring/tc_plugman.html TC Plugins Manager]
* [http://www.totalcmd.net/plugring/vic_plugman.html Vic Plugin manager]


In some cases you might need a tool for managing your plugins:
* [[TC Plugins Manager]]
* When you find that one plugin used to be loaded at first.
* [http://www.totalcmd.net/plugring/vic_plugman.html Vic Plugin Manager]
* You decide to install two different plugins for the same extension...
* To be continued...


== Plugin development ==
You might need a tool for managing your plugins when:
 
* You want to install plugins by double-clicking plugin files
* You want to install zipped plugins pack (archive that contains several plugins)
* You want to install a bunch of plugins located in a folder and all its subfolders
* You want to install two different plugins for the same extension
* You want to temporary disable some plugins
* You want to change the loading order of Packer plugins
 
 
== Information for developers ==
 
See [[Developer's corner]].


Each plugin is a DLL which exports a set of functions specific to the plugin type and described in the following pages :
* [[Packer plugins developer guide]]
* [[File system plugins developer guide]]
* [[Lister plugins developer guide]]
* [[Content plugins developer guide]]


<BR>
----
----
<BR>
 
Back to [[Main_Page]]
Back to [[Main Page]]
[[Category:Plugins| ]]
[[Category:Plugins| ]]


[[de:Plugins]]
[[de:Plugins]]

Revision as of 23:32, 13 June 2013

A plugin is a dynamically linked library that can be added to Total Commander in order to extend or improve Total Commander's functionality. Thus a plugin can be considered an addon. Most plugins are third party software, though Christian Ghisler did create several plugins himself.

Plugin types

Total Commander currently supports four plugin types:

  • Packer plugins (.wcx files) - Packer plugins are used to pack/unpack/modify specific file types, usually archive formats.
  • File system plugins (.wfx files) - File system plugins are used via the Network Neighborhood. They usually access some remote system or a certain part of your PC which cannot be accessed via drive letters.
  • Lister plugins (.wlx files) - Lister plugins display special file types in the built-in lister as well as in the quick view panel (Ctrl+Q).
  • Content plugins (.wdx files) - Content plugins have several purposes: searching for specific file properties and contents, displaying of these properties in file lists, and using them in the multi-rename tool to add them to the file name.

Where to find plugins?

Several lists of plugins can be found in this wiki:

Links to other plugin resources are listed at:

Plugin installation

There are several ways to install plugins:

Installation using Total Commander's integrated plugin installer

Often a plugin can be installed by simply opening the plugin installation archive from within Total Commander. Simply double clicking the plugin installation archive will launch Total Commander's built-in plugin installer. This only works if the following conditions are met:

  • You are using Total Commander version 6.5 or later.
  • The plugin installation archive supports installation by the integrated installer.

Installation using the plugin's own installer

Some plugins come with there own installer. Launch this installer in order to install the plugin.

Manual installation of plugins

Some (older) plugins need to be installed manually. The basics steps to install such plugins are:

  • Unpack the plugin archive to a folder.
  • Add the plugin to Total Commander using Total Commander's configurations options.

Plugin management

These tools were created to make the plugin installation and management easier:

You might need a tool for managing your plugins when:

  • You want to install plugins by double-clicking plugin files
  • You want to install zipped plugins pack (archive that contains several plugins)
  • You want to install a bunch of plugins located in a folder and all its subfolders
  • You want to install two different plugins for the same extension
  • You want to temporary disable some plugins
  • You want to change the loading order of Packer plugins


Information for developers

See Developer's corner.



Back to Main Page