0

In #develop (SharpDevelop IDE)

I can add a file to a project as a link via : Right click in the project -> Add -> Existing item -> Add as link

but how can I do this via drag-and-drop... I've tryed the usual stuff, pressing Shift or Ctrl or Alt + drag-an-drop file but nothing seems to work... :(

Help need..

ZEE
  • 2,931
  • 5
  • 35
  • 47

1 Answers1

0

This is not currently supported in SharpDevelop. OUt of interest I checked Visual Studio and it looks like Visual Studio 2010 does not support this but Visual Studio 2012 does if you hold Ctrl+Shift when you drop the files.

Looking at the SharpDevelop source code it only copies the files or directory dropped onto the Projects window.

Matt Ward
  • 47,057
  • 5
  • 93
  • 94
  • Yes,,, that is what I've found too... I use SharpDevelop in places where I do not have VisualStudio and this type of feature sometimes is need... – ZEE May 06 '13 at 12:31