Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-12-19 09:46:50 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-12-19 09:46:50 +0300
commit029882ea1f3576f9ed82e7f0391092809b163ee1 (patch)
treeb5669f3b865e674c196f46c38a8366de55b1d0c3 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands
parentef565c5f31b98857afc4f4ef4bb3e1d3dcca7df4 (diff)
[Ide] Added commands to add existing folder and/or its contents
Based on patch from Spencer Hawkins <hawkins.spencer@gmail.com>
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs
index 265fd5014d..ed8efad7fa 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/ProjectCommands.cs
@@ -61,6 +61,8 @@ namespace MonoDevelop.Ide.Commands
AddNewFiles,
AddFiles,
NewFolder,
+ AddFilesFromFolder,
+ AddExistingFolder,
IncludeToProject,
BuildSolution,
Build,