[MonoDevelop] Patch to make project's custom commands more similar to the external tools in the IDE

Marcos Marín marcosmarin at gmail.com
Tue Jul 31 21:50:12 EDT 2007


In the IDE you can create external tools where you can specify the command,
arguments and the working directory. Additionally you can use variables such
as ${ProjectDir} etc. and there is a nice button to suggest possible
variables.

When you create a custom command for a project you only get to specify the
command and you can't specify the working dir nor use variables. This patch
makes the custom commands similar to the external tools in that you can
specify command, arguments, working dir (defaults to project's base dir) and
you can use variables plus it adds buttons to suggest available variables.

Is it okay to commit?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070731/f1cfde31/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: customcommands.diff
Type: text/x-patch
Size: 68940 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070731/f1cfde31/attachment-0001.bin 


More information about the Monodevelop-list mailing list