Why not have an import/export option (to/from the clipboard mind you) so the tool author can just post something like this:
Code: Select all
; START TOOL
Commandline=Tools\whatever.exe
Arguments=whatever
... You get the idea ...
; END TOOL
Obviously any exe for the tool would have to be manually placed in a folder somewhere, but the IDE could have its own special "Tools" folder for those, too (see "Commandline" in the code block above). The user would just drop the exe into that folder and the import function would see it based on "Commandline" above. So easy and perfect!
I can't see any downsides?
