#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matt Ward df3d79371c Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
..
AssignStylesheetCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
CodeCompletionPopupCommand.cs Change file header. 20 years ago
CodeCompletionWindow.cs SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 20 years ago
CreateSchemaCommand.cs Fixed SD2-1051 - Unhandled xml exception when trying to create an xml schema from an xml document that is not well formed. 20 years ago
EncodedStringWriter.cs Change file header. 20 years ago
FormatXmlCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
GoToSchemaDefinitionCommand.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
GoToSchemaDefinitionEditAction.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
IXmlTreeView.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
OpenStylesheetCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
Parser.cs Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
QualifiedName.cs Change file header. 20 years ago
QualifiedNameCollection.cs Change file header. 20 years ago
RemoveXPathHighlightingCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
RunXslTransformCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
SelectXmlSchemaForm.cs Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled. 20 years ago
StylesheetAssignedCondition.cs Change file header. 20 years ago
ValidateXmlCommand.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
XPathNodeMatch.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
XPathNodeTextMarker.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
XPathQueryControl.cs Currently selected xpath query result list item is highlighted in the XML editor. Fixed FileNotFound exception when running xpath queries on XMLSchema.xsd. Fixed exception that could occur when scrolling to the selected node when the XML had been removed. 20 years ago
XPathQueryPad.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
XmlAttributePropertyDescriptor.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlAttributeTypeDescriptor.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlCompletionData.cs Change file header. 20 years ago
XmlCompletionDataCollection.cs Change file header. 20 years ago
XmlCompletionDataImageList.cs Change file header. 20 years ago
XmlCompletionDataProvider.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
XmlDisplayBinding.cs Change file header. 20 years ago
XmlEditorAddInOptions.cs File extensions that are to be opened in the XML Editor are now defined in the XmlEditor.addin file and not by the text editor library. This means that a user can add a new extension by editing the XmlEditor.addin file without needing to edit and recompile the text editor library. 20 years ago
XmlEditorControl.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
XmlEditorOptionsPanel.cs Change file header. 20 years ago
XmlElementPath.cs Change file header. 20 years ago
XmlElementTreeNode.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlFoldingStrategy.cs The xml editor now keeps the existing document folds if the xml is no longer well formed. 20 years ago
XmlNamespace.cs Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
XmlParser.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
XmlSchemaAssociation.cs Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
XmlSchemaAssociationListBoxItem.cs Change file header. 20 years ago
XmlSchemaCompletionData.cs Added a basic Wix directory, component and file editor - consists of a explorer-like tree view and property editor. Made the Wix project template more modular - separate files for the product, the user interface sequence, the component files and each dialog. Wix dialog designer can now find bitmap files defined in a different file to the dialog but part of the project. 20 years ago
XmlSchemaCompletionDataCollection.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
XmlSchemaListBoxItem.cs Change file header. 20 years ago
XmlSchemaManager.cs Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
XmlSchemasPanel.cs Add more strings to translation database. (based on list by asl) 20 years ago
XmlTextTreeNode.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlTreeEditor.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlTreeView.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlTreeViewContainerControl.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlTreeViewControl.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XmlView.cs Added a new view to the XML Editor which shows the XML as a tree view. Not feature complete. Currently it is possible to edit existing attribute values and element text but not add new ones or remove existing ones. 20 years ago
XslOutputView.cs Change file header. 20 years ago