A lightweight application for editing action/object plugin XML files, for Autoplay
Media Studio plugins. You can also generate a multi/single -file HTML help documentation.
This tool is a must-have for AMS Plugin Developers! Also hosted on AMSPlugins! Imagine Programming used this on the iEnc plugin and all future plugins!
This application runs on any Windows based OS after Windows 2000,
using either a x86 (32bit) or a x64 (64bit) setup.
Special Credits
All credits to Dean Hall (Dnet software)
(Visit Site)
Changelog
Chang Log:
--------------------
v1.0.0.6 Update
(Added) user can now generate a single or multiple html help files.
(Fixed) a bug where removing a argument from the listbox would mess
up the arg id and cause a error, node id was still intact just wrong id in the listbox.
(Fixed) a bug in the help menu, help file now launches ok.
--------------------
v1.0.0.5 Bugfix
(Fixed) a bug where clicking "New" from the menu would set the wrong text
in the "Add Action" button.
--------------------
v1.0.0.4 Bugfix
(Fixed) a bug in generate html not asking for a file location, it was saving to test file
"c:\myfile.html".
(Fixed) copy action not copying all fields.
(Fixed) copy argument not copy note fields.
(Fixed) a bug in string/number constraint dialog not clearing or loading right data.
(Fixed) last accessed file not showing in file dialogs, correct path but no file pre selected.
(Fixed) action description note html not being indented to right position.
--------------------
v1.0.0.3 Update
(Added) HTML help generator and a number of inputs for help file information.
--------------------
v1.0.0.2 Update
(Fixed) long loading delay. (caused by plugin object).
(Changed) cleaned up the GUI a bit
(Added) XML text edit dialog.
--------------------
v1.0.0.1 Bugfix
(Fixed) a bug which caused text to not get quoted when string datatypes selected for
arguments, now string types are checked for quote tags and added if missing.
(Fixed) multiple bugs in combo items dialog.
(Fixed) wrong text in about dialog title.
some other small code changes made to improve stability.