22 Commits (c053b954a67f083554c05ac1588dc703077c8fe7)

Author SHA1 Message Date
Matt Ward c053b954a6 Added basic cut, copy and paste to the XML tree editor. 19 years ago
Matt Ward 942330a947 XML Editor now selects the first completion list item by default. 19 years ago
Matt Ward 7c2718b19a The XML Tree can now display and edit xml comments. 19 years ago
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. 19 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 19 years ago
Matt Ward f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 19 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. 19 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. 19 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. 19 years ago
Matt Ward f457d2ed4b SD2-759. Xml completion window no longer displayed when typing in space characters inside the attribute value. 20 years ago
Matt Ward 2c64f4131b SD2-758. XML element completion now working for xs:all child elements. 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
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. 20 years ago
Daniel Grunwald d35a99159c Set output directory of unit test projects to bin\UnitTests 20 years ago
Daniel Grunwald 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). 20 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 20 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. 20 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 20 years ago
Daniel Grunwald 0028131d61 Add MbUnit and MbUnit-addin. 20 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 20 years ago