Page 1 of 1

Import/Export individual tools

Posted: Sun Mar 31, 2013 4:48 am
by MachineCode
Quite often we see tools announced where the author says "put %FILE as the param, tick this box, disable that box" etc, and often a screenshot is included to show what they mean, to install the tool properly. Yuck!

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
So much easier for end users to install a tool, instead of manually typing everything, because all we need to do is copy the block of text and click a new "Import" button from the "Configure Tools" dialog. The Export function would create a block of text like the above that the tool author can post to these forums.

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? :)

Re: Import/Export individual tools

Posted: Sun Mar 31, 2013 6:58 am
by uwekel
Nice idea, machinecode!
The only downside is that all bugs have to wait a bit longer to get fixed :-)