Browse Source

project clean up

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/XmlEditor@4161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Siegfried Pammer 17 years ago
parent
commit
4a05270da8
  1. 2
      src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockOpenedFile.cs
  2. 2
      src/AddIns/BackendBindings/WixBinding/Project/WixBinding.csproj
  3. 2
      src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlBinding.csproj
  4. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Configuration/AssemblyInfo.cs
  5. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlCommentTreeNodeIcon.png
  6. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlElementTreeNodeIcon.png
  7. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlTextTreeNodeIcon.png
  8. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AddAttributeCommand.cs
  9. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildCommentCommand.cs
  10. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildElementCommand.cs
  11. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildTextNodeCommand.cs
  12. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AddXmlNodeDialog.cs
  13. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/AssignStylesheetCommand.cs
  14. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/CodeCompletionPopupCommand.cs
  15. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/CreateSchemaCommand.cs
  16. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/EncodedStringWriter.cs
  17. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/FormatXmlCommand.cs
  18. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/GoToSchemaDefinitionCommand.cs
  19. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/GoToSchemaDefinitionEditAction.cs
  20. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/IAddXmlNodeDialog.cs
  21. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/IXmlTreeView.cs
  22. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertCommentAfterCommand.cs
  23. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertCommentBeforeCommand.cs
  24. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertElementAfterCommand.cs
  25. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertElementBeforeCommand.cs
  26. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertTextNodeAfterCommand.cs
  27. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertTextNodeBeforeCommand.cs
  28. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/OpenStylesheetCommand.cs
  29. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Parser.cs
  30. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/QualifiedName.cs
  31. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/QualifiedNameCollection.cs
  32. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/RemoveAttributeCommand.cs
  33. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/RemoveXPathHighlightingCommand.cs
  34. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/RunXslTransformCommand.cs
  35. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/SelectXmlSchema.xaml
  36. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/SelectXmlSchema.xaml.cs
  37. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XPathNodeMatch.cs
  38. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XPathNodeTextMarker.cs
  39. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlAttributePropertyDescriptor.cs
  40. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlAttributeTypeDescriptor.cs
  41. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlCharacterDataTreeNode.cs
  42. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlCommentTreeNode.cs
  43. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlEditorAddInOptions.cs
  44. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlElementTreeNode.cs
  45. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaAssociation.cs
  46. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaAssociationListBoxItem.cs
  47. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaCompletionData.cs
  48. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaCompletionDataCollection.cs
  49. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaListBoxItem.cs
  50. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaManager.cs
  51. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTextTreeNode.cs
  52. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeEditor.cs
  53. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeViewContainerControl.cs
  54. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeViewControl.cs
  55. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/StylesheetAssignedCondition.cs
  56. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/ValidateXmlCommand.cs
  57. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathNodeMatch.cs
  58. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathNodeTextMarker.cs
  59. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathQueryControl.cs
  60. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathQueryPad.cs
  61. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlAttributePropertyDescriptor.cs
  62. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlAttributeTypeDescriptor.cs
  63. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCharacterDataTreeNode.cs
  64. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCodeCompletionBinding.cs
  65. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCommentTreeNode.cs
  66. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionDataProvider.cs
  67. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItem.cs
  68. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItemCollection.cs
  69. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItemList.cs
  70. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlDisplayBinding.cs
  71. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorAddInOptions.cs
  72. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorOptionsPanel.xaml
  73. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorOptionsPanel.xaml.cs
  74. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlElementPath.cs
  75. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlElementTreeNode.cs
  76. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEncoder.cs
  77. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlFoldingStrategy.cs
  78. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlFormattingStrategy.cs
  79. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlNamespace.cs
  80. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlParser.cs
  81. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaAssociation.cs
  82. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaAssociationListBoxItem.cs
  83. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaCompletionData.cs
  84. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaCompletionDataCollection.cs
  85. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaListBoxItem.cs
  86. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaManager.cs
  87. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemasPanel.xaml
  88. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemasPanel.xaml.cs
  89. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTextTreeNode.cs
  90. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeEditor.cs
  91. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeView.cs
  92. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeViewContainerControl.cs
  93. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeViewControl.cs
  94. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlView.cs
  95. 0
      src/AddIns/BackendBindings/XmlBinding/Project/Src/XslOutputView.cs
  96. 168
      src/AddIns/BackendBindings/XmlBinding/Project/XmlEditor.addin
  97. 225
      src/AddIns/BackendBindings/XmlBinding/Project/XmlEditor.csproj
  98. 2
      src/AddIns/BackendBindings/XmlBinding/Test/AssemblyInfo.cs
  99. 2
      src/AddIns/BackendBindings/XmlBinding/Test/Completion/FirstCompletionListItemSelectedTestFixture.cs
  100. 2
      src/AddIns/BackendBindings/XmlBinding/Test/Completion/ProcessKeyTests.cs
  101. Some files were not shown because too many files have changed in this diff Show More

2
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockOpenedFile.cs

@ -39,5 +39,7 @@ namespace PythonBinding.Tests.Utils @@ -39,5 +39,7 @@ namespace PythonBinding.Tests.Utils
public override void UnregisterView(IViewContent view)
{
}
public override event EventHandler FileClosed;
}
}

2
src/AddIns/BackendBindings/WixBinding/Project/WixBinding.csproj

@ -229,7 +229,7 @@ @@ -229,7 +229,7 @@
<Name>ICSharpCode.Core.WinForms</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\XmlBinding\XmlEditor.csproj">
<ProjectReference Include="..\..\XmlBinding\Project\XmlEditor.csproj">
<Project>{DCA2703D-250A-463E-A68A-07ED105AE6BD}</Project>
<Name>XmlEditor</Name>
<Private>False</Private>

2
src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlBinding.csproj

@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project>
<Name>ICSharpCode.AvalonEdit</Name>
</ProjectReference>
<ProjectReference Include="..\..\XmlBinding\XmlEditor.csproj">
<ProjectReference Include="..\..\XmlBinding\Project\XmlEditor.csproj">
<Project>{DCA2703D-250A-463E-A68A-07ED105AE6BD}</Project>
<Name>XmlEditor</Name>
<Private>False</Private>

0
src/AddIns/BackendBindings/XmlBinding/Configuration/AssemblyInfo.cs → src/AddIns/BackendBindings/XmlBinding/Project/Configuration/AssemblyInfo.cs

0
src/AddIns/BackendBindings/XmlBinding/Resources/XmlCommentTreeNodeIcon.png → src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlCommentTreeNodeIcon.png

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 783 B

0
src/AddIns/BackendBindings/XmlBinding/Resources/XmlElementTreeNodeIcon.png → src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlElementTreeNodeIcon.png

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

0
src/AddIns/BackendBindings/XmlBinding/Resources/XmlTextTreeNodeIcon.png → src/AddIns/BackendBindings/XmlBinding/Project/Resources/XmlTextTreeNodeIcon.png

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/AddAttributeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AddAttributeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/AddChildCommentCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildCommentCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/AddChildElementCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildElementCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/AddChildTextNodeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AddChildTextNodeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/AddXmlNodeDialog.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AddXmlNodeDialog.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/AssignStylesheetCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/AssignStylesheetCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/CodeCompletionPopupCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/CodeCompletionPopupCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/CreateSchemaCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/CreateSchemaCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Xml/EncodedStringWriter.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/EncodedStringWriter.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/FormatXmlCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/FormatXmlCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/GoToSchemaDefinitionCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/GoToSchemaDefinitionCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/GoToSchemaDefinitionEditAction.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/GoToSchemaDefinitionEditAction.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/IAddXmlNodeDialog.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/IAddXmlNodeDialog.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/IXmlTreeView.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/IXmlTreeView.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertCommentAfterCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertCommentAfterCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertCommentBeforeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertCommentBeforeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertElementAfterCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertElementAfterCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertElementBeforeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertElementBeforeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertTextNodeAfterCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertTextNodeAfterCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/InsertTextNodeBeforeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/InsertTextNodeBeforeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/OpenStylesheetCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/OpenStylesheetCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Parser/Parser.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Parser.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Parser/QualifiedName.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/QualifiedName.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Parser/QualifiedNameCollection.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/QualifiedNameCollection.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/RemoveAttributeCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/RemoveAttributeCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/RemoveXPathHighlightingCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/RemoveXPathHighlightingCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/RunXslTransformCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/RunXslTransformCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/SelectXmlSchema.xaml → src/AddIns/BackendBindings/XmlBinding/Project/Src/SelectXmlSchema.xaml

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/SelectXmlSchema.xaml.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/SelectXmlSchema.xaml.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XPathNodeMatch.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XPathNodeMatch.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XPathNodeTextMarker.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XPathNodeTextMarker.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlAttributePropertyDescriptor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlAttributePropertyDescriptor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlAttributeTypeDescriptor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlAttributeTypeDescriptor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlCharacterDataTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlCharacterDataTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlCommentTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlCommentTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlEditorAddInOptions.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlEditorAddInOptions.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlElementTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlElementTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaAssociation.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaAssociation.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaAssociationListBoxItem.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaAssociationListBoxItem.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaCompletionData.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaCompletionData.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaCompletionDataCollection.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaCompletionDataCollection.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaListBoxItem.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaListBoxItem.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlSchemaManager.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlSchemaManager.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlTextTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTextTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlTreeEditor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeEditor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlTreeViewContainerControl.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeViewContainerControl.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlTreeViewControl.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/Src/XmlTreeViewControl.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/StylesheetAssignedCondition.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/StylesheetAssignedCondition.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Commands/ValidateXmlCommand.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/ValidateXmlCommand.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XPathNodeMatch.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathNodeMatch.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XPathNodeTextMarker.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathNodeTextMarker.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XPathQueryControl.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathQueryControl.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XPathQueryPad.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XPathQueryPad.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlAttributePropertyDescriptor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlAttributePropertyDescriptor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlAttributeTypeDescriptor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlAttributeTypeDescriptor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlCharacterDataTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCharacterDataTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlCodeCompletionBinding.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCodeCompletionBinding.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlCommentTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCommentTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlCompletionDataProvider.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionDataProvider.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlCompletionItem.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItem.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlCompletionItemCollection.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItemCollection.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlCompletionItemList.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlCompletionItemList.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlDisplayBinding.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlDisplayBinding.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlEditorAddInOptions.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorAddInOptions.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/XmlEditorOptionsPanel.xaml → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorOptionsPanel.xaml

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/XmlEditorOptionsPanel.xaml.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEditorOptionsPanel.xaml.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Parser/XmlElementPath.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlElementPath.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlElementTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlElementTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Xml/XmlEncoder.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlEncoder.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/XmlFoldingStrategy.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlFoldingStrategy.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/XmlFormattingStrategy.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlFormattingStrategy.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Xml/XmlNamespace.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlNamespace.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Parser/XmlParser.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlParser.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlSchemaAssociation.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaAssociation.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlSchemaAssociationListBoxItem.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaAssociationListBoxItem.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlSchemaCompletionData.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaCompletionData.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/CodeCompletion/XmlSchemaCompletionDataCollection.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaCompletionDataCollection.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlSchemaListBoxItem.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaListBoxItem.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/XmlSchemaManager.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemaManager.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/XmlSchemasPanel.xaml → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemasPanel.xaml

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/Dialogs/XmlSchemasPanel.xaml.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlSchemasPanel.xaml.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Src/XmlTextTreeNode.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTextTreeNode.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlTreeEditor.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeEditor.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlTreeView.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeView.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlTreeViewContainerControl.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeViewContainerControl.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlTreeViewControl.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlTreeViewControl.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XmlView.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XmlView.cs

0
src/AddIns/BackendBindings/XmlBinding/Src/Gui/XslOutputView.cs → src/AddIns/BackendBindings/XmlBinding/Project/Src/XslOutputView.cs

168
src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.addin → src/AddIns/BackendBindings/XmlBinding/Project/XmlEditor.addin

@ -1,44 +1,55 @@ @@ -1,44 +1,55 @@
<AddIn name = "Xml Editor"
<AddIn name = "Xml Editor"
author = "Matt Ward"
copyright = "prj:///doc/copyright.txt"
description = "Xml Editor"
description = "Adds XML completion and formatting support"
addInManagerHidden = "preinstalled">
<Manifest>
<Identity name = "ICSharpCode.XmlEditor"/>
</Manifest>
<!-- <Runtime>
<Runtime>
<Import assembly = "XmlEditor.dll">
<ConditionEvaluator name = "StylesheetAssigned" class = "ICSharpCode.XmlEditor.StylesheetAssignedCondition"/>
</Import>
<Import assembly = ":ICSharpCode.SharpDevelop"/>
</Runtime>-->
</Runtime>
<!-- Xml Editor View -->
<!-- <Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "XmlEditor"
insertbefore = "Text"
title = "${res:Gui.ProjectBrowser.OpenWith.Bindings.XmlEditor}"
class = "ICSharpCode.XmlEditor.XmlDisplayBinding"/>
</Path>-->
<Manifest>
<Identity name = "ICSharpCode.XmlEditor"/>
</Manifest>
<Path name = "/AddIns/DefaultTextEditor/Formatter/XML">
<Class id ="XmlFormatter" class = "ICSharpCode.XmlEditor.XmlFormattingStrategy"/>
</Path>
<Path name = "/AddIns/DefaultTextEditor/CodeCompletion">
<CodeCompletionBinding
id = "Xml"
extensions = ".xml;.xsl;.xslt;.xsd;.manifest;.config;.addin;.xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;.build;.xfrm;.targets;.xpt;.xft;.map;.wsdl;.disco"
class = "ICSharpCode.XmlEditor.XmlCodeCompletionBinding"
/>
</Path>
<Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "XmlTreeView"
type = "Secondary"
insertbefore = "Text"
class = "ICSharpCode.XmlEditor.XmlDisplayBinding"/>
</Path>
<!-- Xml parser used to initiate the folding update -->
<!-- <Path name = "/Workspace/Parser">
<Path name = "/Workspace/Parser">
<Parser id = "XmlFoldingParser"
supportedextensions = ".xml;.xsl;.xslt;.xsd;.manifest;.config;.addin;.xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;.build;.xfrm;.targets;.xpt;.xft;.map;.wsdl;.disco"
class = "ICSharpCode.XmlEditor.Parser"/>
</Path>-->
</Path>
<!-- Extra project browser icons -->
<!-- <Path name = "/Workspace/Icons">
<Path name = "/Workspace/Icons">
<Icon id = "ExtraXmlFileIcon"
extensions = ".manifest;.config;.xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;.xfrm;.targets;.xpt;.xft;.map;.wsdl;.disco"
extensions = ".manifest;.config;.xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;.xfrm;.targets;.xpt;.xft;.map;.wsdl;.disco;.xaml"
resource = "FileIcons.XmlIcon" />
</Path>-->
</Path>
<!-- Xml file filter -->
<!-- <Path name = "/SharpDevelop/Workbench/FileFilter">
<Path name = "/SharpDevelop/Workbench/FileFilter">
<FileFilter id = "Xml"
insertbefore="AllFiles"
name = "${res:SharpDevelop.FileFilter.XmlFiles}"
@ -47,11 +58,19 @@ @@ -47,11 +58,19 @@
insertbefore="AllFiles"
name = "${res:SharpDevelop.FileFilter.XslFiles} (*.xsl;*.xslt)"
extensions = "*.xsl;*.xslt"/>
</Path>-->
</Path>
<!-- XML menu -->
<!--<Path name = "/SharpDevelop/Workbench/MainMenu">
<Condition name = "WindowActive" activewindow="ICSharpCode.XmlEditor.XmlView">
<Path name = "/SharpDevelop/Workbench/MainMenu">
<ComplexCondition>
<Or>
<Condition name = "WindowActive" activewindow="ICSharpCode.XmlEditor.XmlTreeView" />
<And>
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditorProvider" />
<Condition name = "TextContent" textcontent="XML" />
</And>
</Or>
<MenuItem id = "Xml" insertafter="View" insertbefore="Tools" label="&amp;XML" type = "Menu">
<MenuItem id = "CreateSchema"
label = "${res:ICSharpCode.XmlEditor.CreateSchemaMenuLabel}"
@ -69,6 +88,7 @@ @@ -69,6 +88,7 @@
label="${res:ICSharpCode.XmlEditor.AssignXSLT}"
class="ICSharpCode.XmlEditor.AssignStylesheetCommand"/>
<ComplexCondition action="Disable">
<!-- evaluate StylesheetAssigned only when XmlView is active - important for lazy loading! -->
<And>
<Condition name = "WindowActive" activewindow = "ICSharpCode.XmlEditor.XmlView"/>
<Condition name = "StylesheetAssigned" action="Disable"/>
@ -87,11 +107,11 @@ @@ -87,11 +107,11 @@
label = "${res:XML.MainMenu.EditMenu.FormatMenu}"
class = "ICSharpCode.XmlEditor.FormatXmlCommand" />
</MenuItem>
</Condition>
</Path>-->
</ComplexCondition>
</Path>
<!-- Right click menu -->
<!--<Path name = "/SharpDevelop/ViewContent/XmlEditor/ContextMenu">
<Path name = "/SharpDevelop/ViewContent/XmlEditor/ContextMenu">
<MenuItem id = "Cut"
label = "${res:XML.TextAreaContextMenu.Cut}"
icon = "Icons.16x16.CutIcon"
@ -129,11 +149,11 @@ @@ -129,11 +149,11 @@
shortcut = "Control|I"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.IndentSelection" />
<MenuItem id = "HideXPathResults"
label = "${res:ICSharpCode.XmlEditor.HideXPathResults}"
class = "ICSharpCode.XmlEditor.RemoveXPathHighlightingCommand"/>
label = "${res:ICSharpCode.XmlEditor.HideXPathResults}"
class = "ICSharpCode.XmlEditor.RemoveXPathHighlightingCommand"/>
<MenuItem id = "GoToDefinition"
label = "${res:ICSharpCode.NAntAddIn.GotoDefinitionMenuLabel}"
class = "ICSharpCode.XmlEditor.GoToSchemaDefinitionCommand"/>
label = "${res:ICSharpCode.NAntAddIn.GotoDefinitionMenuLabel}"
class = "ICSharpCode.XmlEditor.GoToSchemaDefinitionCommand"/>
<MenuItem id = "FileMode" label = "${res:XML.TextAreaContextMenu.FileMode}" type="Menu">
<MenuItem id = "HighlightBuilder" type="Builder" class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.HighlightingTypeBuilder" />
</MenuItem>
@ -142,10 +162,10 @@ @@ -142,10 +162,10 @@
label = "${res:XML.TextAreaContextMenu.BufferOptions}"
icon = "Icons.16x16.PropertiesIcon"
class ="ICSharpCode.SharpDevelop.DefaultEditor.Commands.ShowBufferOptions"/>
</Path>-->
</Path>
<!-- Options panel -->
<!-- <Path path = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
<Path path = "/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions">
<OptionPanel id = "XmlSchemasPanel"
insertafter = "Markers"
label = "${res:ICSharpCode.XmlEditor.XmlSchemasPanel.Title}"
@ -155,50 +175,50 @@ @@ -155,50 +175,50 @@
insertbefore = "XmlSchemasPanel"
label = "${res:ICSharpCode.XmlEditor.XmlEditorOptionsPanel.Title}"
class = "ICSharpCode.XmlEditor.XmlEditorOptionsPanel" />
</Path>-->
</Path>
<!-- <Path path = "/AddIns/XmlEditor/EditActions">
<Path path = "/AddIns/XmlEditor/EditActions">
<EditAction id = "XmlCompletionPopup" class = "ICSharpCode.XmlEditor.CodeCompletionPopupCommand" keys = "Control|Space"/>
<EditAction id = "GoToDefinition" class = "ICSharpCode.XmlEditor.GoToSchemaDefinitionEditAction" keys = "Control|Enter"/>
</Path>-->
</Path>
<!-- XPath Query pad -->
<!-- <Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "XPathQueryPad"
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "XPathQueryPad"
category = "Tools"
icon = "PadIcons.XPathQuery"
title = "${res:ICSharpCode.XmlEditor.XPathQueryPad.Title}"
insertafter = "UnitTestingPad"
class = "ICSharpCode.XmlEditor.XPathQueryPad"
defaultPosition = "Bottom, Hidden" />
</Path>-->
</Path>
<!-- Menu options to turn off XPath Query result highlighting -->
<!-- <Path name = "/SharpDevelop/Workbench/MainMenu/Edit/Format">
<Path name = "/SharpDevelop/Workbench/MainMenu/Edit/Format">
<Condition name = "WindowActive" activewindow="ICSharpCode.XmlEditor.XmlView">
<MenuItem id = "RemoveXPathHighlighting"
insertafter = "ShowCodeCoverage"
insertafter = "ShowCodeCoverage"
label = "${res:ICSharpCode.XmlEditor.HideXPathResults}"
class = "ICSharpCode.XmlEditor.RemoveXPathHighlightingCommand"/>
</Condition>
</Path>-->
</Path>
<!-- XML Tree context menu options -->
<!-- <Path name = "/AddIns/XmlEditor/XmlTree/AttributesGrid/ContextMenu">
<Path name = "/AddIns/XmlEditor/XmlTree/AttributesGrid/ContextMenu">
<Condition name = "Ownerstate" ownerstate="ElementSelected" action="Disable">
<MenuItem id = "AddAttribute"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddAttributeMenuLabel}"
class = "ICSharpCode.XmlEditor.AddAttributeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddAttributeMenuLabel}"
class = "ICSharpCode.XmlEditor.AddAttributeCommand"/>
</Condition>
<Condition name = "Ownerstate" ownerstate="AttributeSelected" action="Disable">
<MenuItem id = "RemoveAttribute"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.RemoveAttributeMenuLabel}"
icon = "Icons.16x16.DeleteIcon"
class = "ICSharpCode.XmlEditor.RemoveAttributeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.RemoveAttributeMenuLabel}"
icon = "Icons.16x16.DeleteIcon"
class = "ICSharpCode.XmlEditor.RemoveAttributeCommand"/>
</Condition>
</Path>-->
<!--<Path name = "/AddIns/XmlEditor/XmlTree/ContextMenu">
</Path>
<Path name = "/AddIns/XmlEditor/XmlTree/ContextMenu">
<MenuItem id = "Cut"
label = "${res:XML.TextAreaContextMenu.Cut}"
icon = "Icons.16x16.CutIcon"
@ -230,16 +250,16 @@ @@ -230,16 +250,16 @@
</And>
</Or>
<MenuItem id = "InsertElementBefore"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertElementBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertElementBeforeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertElementBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertElementBeforeCommand"/>
<MenuItem id = "InsertElementAfter"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertElementAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertElementAfterCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertElementAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertElementAfterCommand"/>
</ComplexCondition>
<Condition name = "Ownerstate" ownerstate = "ElementSelected" action = "Disable">
<MenuItem id = "AddChildElement"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildElementMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildElementCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildElementMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildElementCommand"/>
</Condition>
<ComplexCondition action = "Disable">
<Or>
@ -254,16 +274,16 @@ @@ -254,16 +274,16 @@
</Or>
<MenuItem id = "TextNodeCommandsSeparator" type = "Separator"/>
<MenuItem id = "InsertTextNodeBefore"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertTextNodeBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertTextNodeBeforeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertTextNodeBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertTextNodeBeforeCommand"/>
<MenuItem id = "InsertTextNodeAfter"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertTextNodeAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertTextNodeAfterCommand"/>
</ComplexCondition>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertTextNodeAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertTextNodeAfterCommand"/>
</ComplexCondition>
<Condition name = "Ownerstate" ownerstate = "ElementSelected" action = "Disable">
<MenuItem id = "AddChildTextNode"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildTextNodeAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildTextNodeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildTextNodeAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildTextNodeCommand"/>
</Condition>
<ComplexCondition action = "Disable">
<Or>
@ -273,16 +293,16 @@ @@ -273,16 +293,16 @@
</Or>
<MenuItem id = "CommentNodeCommandsSeparator" type = "Separator"/>
<MenuItem id = "InsertCommentBefore"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertCommentBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertCommentBeforeCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertCommentBeforeMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertCommentBeforeCommand"/>
<MenuItem id = "InsertCommentAfter"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertCommentAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertCommentAfterCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.InsertCommentAfterMenuLabel}"
class = "ICSharpCode.XmlEditor.InsertCommentAfterCommand"/>
</ComplexCondition>
<Condition name = "Ownerstate" ownerstate = "ElementSelected" action = "Disable">
<MenuItem id = "AddChildCommentNode"
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildCommentMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildCommentCommand"/>
label = "${res:ICSharpCode.XmlEditor.XmlTreeView.AddChildCommentMenuLabel}"
class = "ICSharpCode.XmlEditor.AddChildCommentCommand"/>
</Condition>
</Path>-->
</Path>
</AddIn>

225
src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditor.csproj → src/AddIns/BackendBindings/XmlBinding/Project/XmlEditor.csproj

@ -1,149 +1,170 @@ @@ -1,149 +1,170 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{DCA2703D-250A-463E-A68A-07ED105AE6BD}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6B717BD1-CD5E-498C-A42E-9E6A4584DC48}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.XmlEditor</RootNamespace>
<AssemblyName>XmlEditor</AssemblyName>
<OutputType>Library</OutputType>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<ProductVersion>8.0.50215</ProductVersion>
<StartAction>Program</StartAction>
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>110100480</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<NoWarn>0618</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize>False</Optimize>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<SourceAnalysisOverrideSettingsFile>C:\Users\Siegfried\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\XmlEditor\</OutputPath>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\XmlEditor\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="PresentationFramework">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Presentation">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="XmlEditor.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\AddAttributeCommand.cs" />
<Compile Include="Src\AddChildCommentCommand.cs" />
<Compile Include="Src\AddChildElementCommand.cs" />
<Compile Include="Src\AddChildTextNodeCommand.cs" />
<Compile Include="Src\AddXmlNodeDialog.cs" />
<Compile Include="Src\AddXmlNodeDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Src\AssignStylesheetCommand.cs" />
<Compile Include="Src\CodeCompletionPopupCommand.cs" />
<Compile Include="Src\CreateSchemaCommand.cs" />
<Compile Include="Src\EncodedStringWriter.cs" />
<Compile Include="Src\FormatXmlCommand.cs" />
<Compile Include="Src\GoToSchemaDefinitionCommand.cs" />
<Compile Include="Src\GoToSchemaDefinitionEditAction.cs" />
<Compile Include="Src\IAddXmlNodeDialog.cs" />
<Compile Include="Src\InsertCommentAfterCommand.cs" />
<Compile Include="Src\InsertCommentBeforeCommand.cs" />
<Compile Include="Src\InsertElementAfterCommand.cs" />
<Compile Include="Src\InsertElementBeforeCommand.cs" />
<Compile Include="Src\InsertTextNodeAfterCommand.cs" />
<Compile Include="Src\InsertTextNodeBeforeCommand.cs" />
<Compile Include="Src\IXmlTreeView.cs" />
<Compile Include="Src\OpenStylesheetCommand.cs" />
<Compile Include="Src\Parser.cs" />
<Compile Include="Src\QualifiedName.cs" />
<Compile Include="Src\QualifiedNameCollection.cs" />
<Compile Include="Src\RemoveAttributeCommand.cs" />
<Compile Include="Src\RemoveXPathHighlightingCommand.cs" />
<Compile Include="Src\RunXslTransformCommand.cs" />
<Compile Include="Src\SelectXmlSchema.xaml.cs">
<DependentUpon>SelectXmlSchema.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Src\ValidateXmlCommand.cs" />
<Compile Include="Src\XmlAttributePropertyDescriptor.cs" />
<Compile Include="Src\XmlAttributeTypeDescriptor.cs" />
<Compile Include="Src\XmlCharacterDataTreeNode.cs" />
<Compile Include="Src\XmlCodeCompletionBinding.cs" />
<Compile Include="Src\XmlCommentTreeNode.cs" />
<Compile Include="Src\XmlEditorControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\XmlCompletionDataProvider.cs" />
<Compile Include="Src\XmlCompletionData.cs" />
<Compile Include="Src\XmlCompletionDataImageList.cs" />
<Compile Include="Src\XmlParser.cs" />
<Compile Include="Src\XmlSchemaCompletionData.cs" />
<Compile Include="Src\XmlSchemaCompletionDataCollection.cs" />
<Compile Include="Src\XmlFoldingStrategy.cs" />
<Compile Include="Src\QualifiedName.cs" />
<Compile Include="Src\XmlElementPath.cs" />
<Compile Include="Src\QualifiedNameCollection.cs" />
<Compile Include="Src\XmlCompletionDataCollection.cs" />
<Compile Include="Src\XmlCompletionItem.cs" />
<Compile Include="Src\XmlCompletionItemCollection.cs" />
<Compile Include="Src\XmlCompletionItemList.cs" />
<Compile Include="Src\XmlDisplayBinding.cs" />
<Compile Include="Src\XmlView.cs" />
<Compile Include="Src\XmlSchemaManager.cs" />
<Compile Include="Src\Parser.cs" />
<Compile Include="Src\ValidateXmlCommand.cs" />
<Compile Include="Src\XmlSchemasPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\XmlSchemaListBoxItem.cs" />
<Compile Include="Src\XmlEditorAddInOptions.cs" />
<Compile Include="Src\SelectXmlSchemaForm.cs">
<SubType>Form</SubType>
<Compile Include="Src\XmlEditorOptionsPanel.xaml.cs">
<DependentUpon>XmlEditorOptionsPanel.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Src\CodeCompletionPopupCommand.cs" />
<Compile Include="Src\XmlSchemaAssociation.cs" />
<Compile Include="Src\XmlSchemaAssociationListBoxItem.cs" />
<Compile Include="Src\XmlEditorOptionsPanel.cs">
<SubType>UserControl</SubType>
<Compile Include="Src\XmlElementPath.cs" />
<Compile Include="Src\XmlElementTreeNode.cs" />
<Compile Include="Src\XmlEncoder.cs" />
<Compile Include="Src\XmlFormattingStrategy.cs">
</Compile>
<Compile Include="Src\CreateSchemaCommand.cs" />
<Compile Include="Src\EncodedStringWriter.cs" />
<EmbeddedResource Include="Resources\XmlSchemasPanel.xfrm" />
<EmbeddedResource Include="Resources\SelectXmlSchema.xfrm" />
<EmbeddedResource Include="Resources\XmlEditorOptionsPanel.xfrm" />
<EmbeddedResource Include="Resources\XmlCommentTreeNodeIcon.png" />
<None Include="PostBuildEvent.proj" />
<None Include="XmlEditor.addin">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<Compile Include="Src\RunXslTransformCommand.cs" />
<Compile Include="Src\XslOutputView.cs" />
<Compile Include="Src\AssignStylesheetCommand.cs" />
<Compile Include="Src\OpenStylesheetCommand.cs" />
<Compile Include="Src\StylesheetAssignedCondition.cs" />
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Src\FormatXmlCommand.cs" />
<Compile Include="Src\XPathQueryPad.cs" />
<Compile Include="Src\XPathQueryControl.cs" />
<Compile Include="Src\XmlFoldingStrategy.cs" />
<Compile Include="Src\XmlNamespace.cs" />
<Compile Include="Src\XPathNodeMatch.cs" />
<Compile Include="Src\XPathNodeTextMarker.cs" />
<Compile Include="Src\RemoveXPathHighlightingCommand.cs" />
<Compile Include="Src\GoToSchemaDefinitionCommand.cs" />
<Compile Include="Src\GoToSchemaDefinitionEditAction.cs" />
<Compile Include="Src\XmlParser.cs" />
<Compile Include="Src\XmlSchemaAssociation.cs" />
<Compile Include="Src\XmlSchemaAssociationListBoxItem.cs" />
<Compile Include="Src\XmlSchemaCompletionData.cs" />
<Compile Include="Src\XmlSchemaCompletionDataCollection.cs" />
<Compile Include="Src\XmlSchemaListBoxItem.cs" />
<Compile Include="Src\XmlSchemaManager.cs" />
<Compile Include="Src\XmlSchemasPanel.xaml.cs">
<DependentUpon>XmlSchemasPanel.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Src\XmlTextTreeNode.cs" />
<Compile Include="Src\XmlTreeEditor.cs" />
<Compile Include="Src\IXmlTreeView.cs" />
<Compile Include="Src\XmlTreeView.cs" />
<Compile Include="Src\XmlTreeViewContainerControl.cs" />
<Compile Include="Src\XmlTreeViewContainerControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\XmlTreeViewControl.cs" />
<Compile Include="Src\XmlView.cs" />
<Compile Include="Src\XPathNodeMatch.cs" />
<Compile Include="Src\XPathNodeTextMarker.cs" />
<Compile Include="Src\XPathQueryControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\XPathQueryPad.cs" />
<Compile Include="Src\XslOutputView.cs" />
<EmbeddedResource Include="Resources\XmlCommentTreeNodeIcon.png" />
<EmbeddedResource Include="Resources\XmlElementTreeNodeIcon.png" />
<Compile Include="Src\XmlElementTreeNode.cs" />
<Compile Include="Src\XmlTextTreeNode.cs" />
<EmbeddedResource Include="Resources\XmlTextTreeNodeIcon.png" />
<Compile Include="Src\XmlAttributePropertyDescriptor.cs" />
<Compile Include="Src\XmlAttributeTypeDescriptor.cs" />
<Compile Include="Src\XmlEncoder.cs" />
<Compile Include="Src\AddAttributeCommand.cs" />
<Compile Include="Src\RemoveAttributeCommand.cs" />
<Compile Include="Src\AddChildElementCommand.cs" />
<Compile Include="Src\InsertElementBeforeCommand.cs" />
<Compile Include="Src\InsertElementAfterCommand.cs" />
</ItemGroup>
<ItemGroup>
<Page Include="Src\SelectXmlSchema.xaml" />
<Page Include="Src\XmlEditorOptionsPanel.xaml" />
<Page Include="Src\XmlSchemasPanel.xaml" />
<ProjectReference Include="..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj">
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project>
<Name>ICSharpCode.AvalonEdit</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
<Name>ICSharpCode.SharpDevelop</Name>
@ -154,9 +175,9 @@ @@ -154,9 +175,9 @@
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj">
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project>
<Name>ICSharpCode.TextEditor</Name>
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj">
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project>
<Name>ICSharpCode.Core.Presentation</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
@ -170,6 +191,4 @@ @@ -170,6 +191,4 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<Import Project="PostBuildEvent.proj" />
</Project>

2
src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs → src/AddIns/BackendBindings/XmlBinding/Test/AssemblyInfo.cs

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Matthew Ward" email="mrward@users.sourceforge.net"/>
// <version>$Revision$</version>
// <version>$Revision: 984 $</version>
// </file>
using System.Reflection;

2
src/AddIns/DisplayBindings/XmlEditor/Test/Completion/FirstCompletionListItemSelectedTestFixture.cs → src/AddIns/BackendBindings/XmlBinding/Test/Completion/FirstCompletionListItemSelectedTestFixture.cs

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Matthew Ward" email="mrward@users.sourceforge.net"/>
// <version>$Revision$</version>
// <version>$Revision: 3490 $</version>
// </file>
using System;

2
src/AddIns/DisplayBindings/XmlEditor/Test/Completion/ProcessKeyTests.cs → src/AddIns/BackendBindings/XmlBinding/Test/Completion/ProcessKeyTests.cs

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Matthew Ward" email="mrward@users.sourceforge.net"/>
// <version>$Revision$</version>
// <version>$Revision: 2760 $</version>
// </file>
using System;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save