1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
David Srbecký eb190567a5 XML Parser: 16 years ago
Daniel Grunwald ef670156b8 Make Highlighting definitions and Xshd model serializable. 16 years ago
David Srbecký 75b9c68567 XML Parser: Fast attribute lookup using hashtable 16 years ago
Daniel Grunwald a8a376d846 Move Rope<T> to AvalonEdit.Utils. 16 years ago
David Srbecký dda2bb2b94 XML Parser: 16 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 16 years ago
David Srbecký fd661d42ec XML Parser: Removed XLinq support 16 years ago
David Srbecký 3145161f29 XML Parser: Added some helper methods 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 16 years ago
Daniel Grunwald 4be88bafca Recompiled SharpSvn using VS2008. 16 years ago
Daniel Grunwald cedb3a0212 Update to SharpSvn 1.6004.1329. (SVN 1.6.4) 16 years ago
David Srbecký 8ccdc5e6c1 XML Parser: Heuristic for missing quotes in attribute values 16 years ago
David Srbecký 7b1985525a XML Parser: Keep track of memory touched during parsing of an item 16 years ago
David Srbecký 767e88579e XML Parser: Visitor and PrettyPrinter 16 years ago
David Srbecký b39e888905 XML Parser: Rechecked all parse functions and tried to make them more error prone; Added a lot TODOs for the missing functionality. 16 years ago
David Srbecký af248d6973 XML Parser: Support DTD just enough so that it is properly parsed and skipped 16 years ago
David Srbecký 200e481ebb XML Parser: Unified text reading methods; Long text may be separated into fragments 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
David Srbecký e699607758 Very simple string caching 16 years ago
David Srbecký 86ab937261 XML Parser: Added documentation. Support for comments, processing instructions and CData. 16 years ago
David Srbecký 8afd82f176 XML Parser: Joint multiple collection updates together 16 years ago
David Srbecký c6a524da5d XML Parser: Cache the XLinq objects 16 years ago
David Srbecký cbe7c9f20c XML Parser: Simplified code by introducing RawContainer 16 years ago
David Srbecký 4c6945b8bb XML Parser: Using only one copy of raw DOM again. All DOM object offsets will be always relative to the last parsed text. The user can use list of changes since last parse to translate between the old offsets and new ones. 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago
Daniel Grunwald 941af5fc35 Fixed bug introduced in last revision. 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 16 years ago
Daniel Grunwald e051b6560f Fixed forum-9858: problem with sizeof operator converting from C# to VB.NET 16 years ago
Siegfried Pammer 693581e485 XamlBinding: 16 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 16 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 16 years ago
Mike Krüger fc6e55f483 * Src/Visitors/LookupTableVisitor.cs: Lookup table visitors now can 16 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 16 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 16 years ago
Mike Krüger a4a77737bd * Src/Visitors/LookupTableVisitor.cs: Catch variable declarations 16 years ago
Daniel Grunwald 419a5ac3ab AvalonDock bugfix: only middle clicks on a document tab should close the document. 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Daniel Grunwald 3602bc21b8 Update to AvalonDock 1.2.2515 16 years ago
Daniel Grunwald de88a9a00b Use svn:eol-style=native for NRefactory. 16 years ago
Daniel Grunwald a07a78e80b CSharpOutputTest: don't ignore whitespace. 16 years ago
Mike Krüger 1489bafa98 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Mike Krüger 3ba7f361b6 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Corrected else in 16 years ago
Daniel Grunwald 6ace8895af NRefactory: Fixed incorrect end column in C# type declarations. 16 years ago
Daniel Grunwald bf075f251b Fixed copying from ICSharpCode.TextEditor to wordpad (encode of characters that are not in Windows-1252). 16 years ago
Daniel Grunwald 8f38d8cc87 Use whole-word selection when Control is pressed. 16 years ago
Mike Krüger b9ebdadd18 * Src/Visitors/AbstractAstTransformer.cs: Made node stack protected. 16 years ago
Siegfried Pammer f779eb0a69 - added EditGridColumnsAndRowsCommand 16 years ago
Daniel Grunwald a257a5b2e9 document ILineTracker.SetLineLength 16 years ago