Plugin System

This page has a list of some plugins for EditPlug, and if you want to develop your own plugin, see the developer files and help and download an example to get started.

Download Plugins for EditPlug:

Note to plugin developers: to upload your plugin that you developed, please email it to editplug at z505 dot com and we will add it to the list.

Name Description Download
Hello World in Visual Studio 2010 An example plugin in C++ with two hello world buttons. Free with source. HelloC2010.zip
Hello World in Delphi An example plugin with two hello world buttons. Free with source. HelloWorld.zip
AppLock 2 Pan Same as AppLock but has the ability to lock two windows into 2 panels, top and bottom.
May 2017: Source is on Github.
AppLock 2 Pan
AppLock 2 Same as AppLock but has some more features such as hiding the title/caption of the window to save screen space. Sets the application window to focus automatically when applock2 is reactivated. Free with source. AppLock2.zip
AppLock Lock another window inside EditPlug for convenient access (such as Mozilla FireFox, Total Commander, Explorer, or other programs). Free with source. AppLock.zip
ClipText Convenient access to text clips that you can wrap around a selection or insert at cursor position. Free with source. ClipText.zip
ExecTools 1.1 Some updates to the older ExecTools plugin which now offers macro expansion for "start in" directory which was not available before. Free with source. ExecTools1.1.zip
ExecTools Convenient access to tools that can be executed similar to User Tools, but these have buttons associated with them. Free with source. ExecTools.zip
FTPSave An example plugin on how to upload current file in editor to FTP. Requires Synapse. Free with source. FTPSave.zip
HTMLTool Convenient access to HTML clips that you can wrap around a selection or insert at cursor position. Free with source. HTMLTool.zip
NetBrowser Web browser plugin for viewing HTML files. Free with source. NetBrowser.zip
RegexFindFiles An example plugin on how to search files with or without regex. Requires regex unit. Free with source. RegexFindFiles.zip
RegexReplace An example plugin on how to search and replace the editor with with or without regex. Requires regex unit. Free with source. RegexReplace.zip
RegexSearch An example plugin on how to search the editor with with or without regex. Requires regex unit. Free with source. RegexSearch.zip
TabExample An example plugin on how to create a plug tab. Free with source. TabExample.zip

Download Plugin API Developer Files:

Right click and save link as

C++/C Header and linking files:

Delphi:

To use the plugin api, simply create a DLL in your favorite language which exports the functions needed. To get a good head start, download one of the simple examples above first, then modify it to your liking.

<-- Back to EditPlug Home Page

© 2013 z505.com