Plugins source examples: Difference between revisions
Jump to navigation
Jump to search
(Rearranged) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== Lister plugins (WLX) === | === Lister plugins (WLX) === | ||
* [http://ghisler.fileburst.com/lsplugins/listplugsample.zip Official sample | * [http://ghisler.fileburst.com/lsplugins/listplugsample.zip '''Official sample''']: with C++ source | ||
* [http://www.totalcmd.net/plugring/ListSimple.html Sample plugin]: with Delphi source | * [http://www.totalcmd.net/plugring/ListSimple.html Sample plugin]: with Delphi source | ||
* [http://www.totalcmd.net/plugring/ListSimpleBcb.html Sample plugin]: with C++Builder source | * [http://www.totalcmd.net/plugring/ListSimpleBcb.html Sample plugin]: with C++Builder source | ||
* [http://www.totalcmd.net/plugring/OOSimpleViewer.html OpenOffice.org Simple Viewer]: with Delphi source | * [http://www.totalcmd.net/plugring/OOSimpleViewer.html OpenOffice.org Simple Viewer]: with Delphi source | ||
* [http://www.totalcmd.net/plugring/FileThumbs.html File Thumbnails]: with Delphi source. Plugin doesn't support Lister window, it only implements support for Thumbnails view mode. | |||
* [http://www.totalcmd.net/plugring/solidworkswlx.html SolidWorks Preview plugin]: with C++ source | |||
=== Packer plugins (WCX) === | === Packer plugins (WCX) === | ||
Line 10: | Line 11: | ||
* [http://ghisler.fileburst.com/plugins/catalogmaker_src.zip Catalog plugin]: with C++ source | * [http://ghisler.fileburst.com/plugins/catalogmaker_src.zip Catalog plugin]: with C++ source | ||
* [http://www.totalcmd.net/plugring/multiarc.html Multi-Arc plugin]: with C++ source | * [http://www.totalcmd.net/plugring/multiarc.html Multi-Arc plugin]: with C++ source | ||
=== File-system plugins (WFX) === | === File-system plugins (WFX) === | ||
* [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip Official sample | * [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip '''Official sample''']: with C++ source | ||
* [http://www.totalcmd.net/plugring/msie_cache.html MSIE Cache Browser | * [http://www.totalcmd.net/plugring/msie_cache.html MSIE Cache Browser]: with Delphi source | ||
* [http://www.totalcmd.net/plugring/http.html HTTP]: with Delphi source | |||
=== Content plugins (WDX) === | === Content plugins (WDX) === | ||
* [http://ghisler.fileburst.com/content/wdx_filesys_src.zip Official sample | * [http://ghisler.fileburst.com/content/wdx_filesys_src.zip '''Official sample''']: with C++ source | ||
* [http://www.totalcmd.net/plugring/AudioInfo.html AudioInfo]: with Delphi source | * [http://www.totalcmd.net/plugring/AudioInfo.html AudioInfo]: with Delphi source | ||
* [http://www.totalcmd.net/plugring/OOInfo.html OpenOffice.org Info]: with Delphi source | |||
* [http://code.google.com/p/wdxtaglib/ WDXTagLib]: with C++ source | |||
=== More plugins links === | |||
Lists above contain only typical plugin examples. | |||
There is a lot of other plugins with open source, you can find them at | |||
* [http://www.ghisler.com/ Ghisler.com], Plugins section | |||
* [http://www.totalcmd.net/ Totalcmd.net] | |||
---- | ---- | ||
Back to [[Developer's corner]] | Back to [[Developer's corner]] |
Latest revision as of 15:37, 8 March 2009
Lister plugins (WLX)
- Official sample: with C++ source
- Sample plugin: with Delphi source
- Sample plugin: with C++Builder source
- OpenOffice.org Simple Viewer: with Delphi source
- File Thumbnails: with Delphi source. Plugin doesn't support Lister window, it only implements support for Thumbnails view mode.
- SolidWorks Preview plugin: with C++ source
Packer plugins (WCX)
- Catalog plugin: with C++ source
- Multi-Arc plugin: with C++ source
File-system plugins (WFX)
- Official sample: with C++ source
- MSIE Cache Browser: with Delphi source
- HTTP: with Delphi source
Content plugins (WDX)
- Official sample: with C++ source
- AudioInfo: with Delphi source
- OpenOffice.org Info: with Delphi source
- WDXTagLib: with C++ source
More plugins links
Lists above contain only typical plugin examples.
There is a lot of other plugins with open source, you can find them at
- Ghisler.com, Plugins section
- Totalcmd.net
Back to Developer's corner