views:

43

answers:

1

I want to bind Ctrl-Alt-N to an External Tool (Nant build) in SharpDevelop, how can I do that?

+1  A: 

SharpDevelop currently does not support having a shortcut for an external tool. You could try using the NAnt addin that ships as a sample with the SharpDevelop source code. This should give you better integration than using an external tool.

Matt Ward