Plugins source examples: Difference between revisions
Jump to navigation
Jump to search
(More links) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
* [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/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 11: | 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) === | ||
Line 17: | Line 16: | ||
* [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip '''Official sample''']: with C++ source | * [http://ghisler.fileburst.com/fsplugins/sampleplugin.zip '''Official sample''']: with C++ source | ||
* [http://www.totalcmd.net/plugring/msie_cache.html MSIE Cache Browser]: with Delphi source | * [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) === | ||
Line 24: | Line 23: | ||
* [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://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 === | === More plugins links === |
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