26 Commits (27a2e4a0a8206d752b38cec571503a2a55ac2804)

Author SHA1 Message Date
Matt Ward 27a2e4a0a8 XML Tree now supports removing elements, inserting and removing text nodes. 19 years ago
Matt Ward 4a197ee962 Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor. 20 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 20 years ago
Matt Ward f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 20 years ago
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
Matt Ward c1d5e13433 Fixed SD2-697 - Creating a new file does not switch the current view. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Matt Ward e63247c63f 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
Matt Ward 6052f22389 Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Matt Ward 2b08ae8c2b Fixed a null reference exception in the XML editor that occurs if the schema references an element that is not defined. 20 years ago
Matt Ward f97a1dae96 Validating .xsd files now uses the XmlSchema class which returns better error information. 20 years ago
Matt Ward 80f198e7fa Added format option to the XML menu which will format and indent the entire xml document. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Matt Ward 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. 21 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 21 years ago
Matt Ward 43a18fe66a Added xml editor tests from Fidalgo branch. The XmlSchemaCompletionData class is now using the XmlSchemaAttribute's AttributeSchemaType property instead of the obsolete AttributeType which was causing a few of the attribute value tests to fail. 21 years ago
Daniel Grunwald 71f2d912ec Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages). 21 years ago
Daniel Grunwald cf3eb0d1b9 Move XmlEditor files in Src/Resources subdirectories. 21 years ago
Daniel Grunwald bd5ea18519 Included XmlEditor addin. 21 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 21 years ago