261 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 820a347fdd Fix build. 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Daniel Grunwald 2c13b4b3e6 Fixed build. 16 years ago
Matt Ward 2b5e971eaf Character offset now correct in status bar when editing xml files. 16 years ago
Matt Ward c486bd0db8 Moved xpath code and goto schema definition code out of XmlView class. 16 years ago
Matt Ward 94944b0dd6 Added support for attributes defined in the simple content extension's base type. 16 years ago
Matt Ward 945a683791 Remove whitespace from xml schema annotation displayed in completion tooltip. 16 years ago
Matt Ward 1e6bf9d942 XML editor now supports an xml schema defined in multiple documents (e.g. Sandcastle MAML schemas). 16 years ago
Matt Ward 4869fa32f3 Improved xml completion when a document uses multiple xml schemas. 16 years ago
Matt Ward 0b148f5fbd Added unit tests for XmlFormattingStrategy. 16 years ago
Matt Ward 077dd31d2f XML editor uses folds from previous parse if current xml being parsed is not well formed. 16 years ago
Matt Ward 1c005e33dc Folding now working again in the XML editor. 16 years ago
Matt Ward a5547a3118 Refactored various XML Editor classes used for xml completion for a better fit with the new text editor completion classes. 16 years ago
Matt Ward 62f7808f01 Added unit tests for the XmlCodeCompletionBinding class. 16 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 16 years ago
Matt Ward 972c1e1361 Added extra unit tests for the Xml Editor's QualifedName classes. 16 years ago
Matt Ward 55490f9e3e Removed unused object allocations in XML editor. 16 years ago
Matt Ward 30ddebc32b Added more unit tests for the XML Editor and restricted the use of statics. 16 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 16 years ago
Matt Ward 1f5505dbf3 Now using XmlSchemaSet.Compile() to compile schemas instead of XmlSchema.Compile() which is obsolete. 16 years ago
Matt Ward 8051328c2f Fixed null reference when validating an .xsd file with no root xs:schema element. 16 years ago
Matt Ward 3befe85746 Recognised XML file extensions now read from XmlEditor.addin file. 16 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Daniel Grunwald 881a67359f Ported Edit>Insert menu to ITextEditor. 16 years ago
Daniel Grunwald 2059062c5e Work around SD2-1049 - XPath query combo box is case insensitive - by disabling auto-completion in the query combo box. 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Siegfried Pammer 88d6f02ff2 XamlBinding: 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Siegfried Pammer 07a072be0e XamlBinding: 16 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 16 years ago
Matt Ward 13e940da3b Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node. 16 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 16 years ago
Matt Ward eb27110cbf XML schema namespaces now visible in completion window. 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Matt Ward 85e78d6762 Fixed bugs in XmlParser when getting the attribute value and attribute name when the attribute value contains an equals sign. 16 years ago
Matt Ward 5786346f6c When autocompleting an xml element end tag the cursor is now left inside the element after completion and not put at the end of the inserted end tag. 16 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 16 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Daniel Grunwald 0e632cbd45 Fixed GUID in project reference to XmlEditor. 16 years ago
Siegfried Pammer 436413a26e - fixed Unit Tests 16 years ago
Daniel Grunwald f652b033eb Added back missing svn:keywords property. 16 years ago
Siegfried Pammer 3bc97380be fixed Unit Tests 16 years ago