A plugin development API is now ready for download
http://www.mecanique.co.uk/downloads/plugin-api.zip
If you installed Proton IDE into the default installation
folder, you will find the plugin sub-folder under
c:\program files\protonIDE\plugin
create a new folder called 'samples' and unzip all the files
into the 'samples' folder. For example,
Hi, its great to see you visiting our forum. Why not try Proton Compiler for FREE?
Download the FREE version of Proton Compiler, Its called Amicus18 and its available from HERE
Already using proton Compiler??? Get rid of these pesky messages... get LICENSED USER STATUS
c:\program files\protonIDE\plugin\samples <- files in here
The development pack has some basic documentation and some
sample plugin applications written in Borland Delphi 5. However,
you can connect to the plugin manager DLL using a language of your
choice. I would strongly suggest you read the 'introduction'
section of the PlgMgr online help before you start writing your
own plugin.
The sample files have already been compiled, so if you followed
the above installation instructions correctly, you can access
them immediately from the IDE plugin menu. If you can't see them,
you've not unzipped the files correctly.
You need version 1.0.1.0 of ProtonIDE to develop and execute the
new plugin system. If you are running a version of the IDE prior to
1.0.1.0 then
(1) Run the online update utility from VIEW...ONLINE UPDATES
(2) After installing the update and restarting the IDE, run
the update again to finalise the installation.
The development API is BETA. It's not a release version. However,
I thought it would be useful for those people who have expressed an
interest in writing plugins to take a look now. Any feedback at
this stage would be most welcome. I would also be very interested
in hearing about your particular plugin implementation.
Please note that the API assumes you can interface to a DLL in
the development language of your choice and you also understand
windows messaging.


Reply With Quote
