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:
authorLluis Sanchez <lluis@novell.com>2010-04-09 16:10:04 +0400
committerLluis Sanchez <lluis@novell.com>2010-04-09 16:10:04 +0400
commit167e7b7eb69ccecbfedba602ab11cc81d9e68761 (patch)
tree3d0caf04b2e6e83b622aa2fca2c3e89a3cf80def /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
parentb3b29e6c33bea932d07f07d2fa7bc6344c361f57 (diff)
* Makefile.am:
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderFileNodeBuilder.cs: Add support for adding files to solution folders. * MonoDevelop.Ide/MessageService.cs: * MonoDevelop.Ide.Gui.Dialogs/AlertDialog.cs: Introduced the MessageDescription hierarchy of classes, which allow setting all message dialog settings in an object. It also adds support for the Apply to All option and other custom options. * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: While in a transaction, make sure the OnNodeAdded event is fired when the node is added, not when the transaction is committed. svn path=/trunk/monodevelop/; revision=155135
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
index d4e4ff26a5..d8090ce00d 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
@@ -1351,6 +1351,7 @@
<Compile Include="MonoDevelop.Ide.Extensions\StockIconCodon.cs" />
<Compile Include="MonoDevelop.Ide.Gui.Components\StringTagSelectorButton.cs" />
<Compile Include="gtk-gui\MonoDevelop.Ide.Gui.Components.StringTagSelectorButton.cs" />
+ <Compile Include="MonoDevelop.Ide.Gui.Pads.ProjectPad\SolutionFolderFileNodeBuilder.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ChangeLog" />