7 Commits (b13f7f8d557ed9f9fbc50cbb57891b6fc6669fe5)

Author SHA1 Message Date
Daniel Grunwald 7050250ac0 Add AnyCPU platform for AvalonEdit.Sample. 14 years ago
Daniel Grunwald 79bafd9b44 Set AvalonEdit.Sample to compile for .NET 4 15 years ago
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 16 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald cf815e0902 Worked on the AvalonEdit article and sample application. 16 years ago
Daniel Grunwald c78ea89993 Extended AvalonEdit.Sample + article. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
David Srbecký 6fa83ffd40 XML Parser: Fixed or ignored not-well-formed unit tests. The parser is passing over 600 W3C tests now. The issues being ignored are mostly related to the fact that the parser is not verifying DTDs. (which is not supported and is not going to be supported). 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 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