293 Commits (6e0521b88c8db502893a375c4f6ddd0e791dfb42)

Author SHA1 Message Date
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Daniel Grunwald 465a5f38e9 Fixed AvalonEdit bug when deleting text including a folded section. 16 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 16 years ago
Daniel Grunwald a2d7a61961 Fixed infinite loop introduced in recent change to folding. 16 years ago
Daniel Grunwald 903eb9dd04 Fixed infinite recursion in TextEditor.ScrollTo (bug introduced in r4910) 16 years ago
Daniel Grunwald 5dae574aec Add simple XmlReader-based XmlFoldingStrategy to AvalonEdit. 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 16 years ago
Daniel Grunwald c7b89dc68f Fixed FxCop issues in ICSharpCode.AvalonEdit.Xml 16 years ago
Daniel Grunwald 317621c567 Build hyperlink support into AvalonEdit and enable it by default. 16 years ago
Daniel Grunwald 3c3ff30a5b AvalonEdit: 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Daniel Grunwald 2c39426725 AvalonEdit now creates an invisible Win32 caret. This is necessary for features like 'Follow text editing' in the Windows Magnifier. 16 years ago
Daniel Grunwald 9761f2de43 AvalonEdit: add safety check that ReadOnlySectionProvider doesn't return invalid sections. 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
Daniel Grunwald 68fe102c06 Bracket highlighting: Create a different figure for start and end bracket (don't draw combining line when end bracket is on the next line after the start bracket) 16 years ago
Daniel Grunwald 75b4682d7f Expand foldings when the caret is moved into them. 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Daniel Grunwald 7aab8df4ba AvalonEdit: scroll when mouse is moved close to border while selecting text. 16 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Martin Koníček c9df3a1781 Fixed a minor bug in AvalonEdit.TextEditor.IsReadOnly. 16 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
Siegfried Pammer 12bdde75f9 fixed WpfDesign unit tests 16 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
David Srbecký b434bf8dc4 XML Parser: Bugfix and some optimizations 16 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 16 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 16 years ago
David Srbecký ba134da83b XML Parser: 16 years ago
David Srbecký 875a74aa61 XML Parser: Made it easier to add custom tests 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ý e8c1b07afb XML Parser: Fixed well formed tests 16 years ago
David Srbecký 1a7e1e8b59 XML Parser: Added canonical XML pretty printer needed for tests 16 years ago
David Srbecký 747629630e XML Parser: 16 years ago
David Srbecký 9e7c56b06a XML Parser: Well-formed tests pass 16 years ago
Siegfried Pammer e8a2a71648 - fixed build 16 years ago
David Srbecký 57385217a3 XML Parser: Handling of Elements without start tag 16 years ago
David Srbecký 3dcdd5d455 XML Parser: Using just one common TextSegmentCollection. Fixed tracking of uncached objects 16 years ago
David Srbecký 9d83e3b0ab XML Parser: Cache renamed to TrackedSegmentCollection 16 years ago
Daniel Grunwald d17ab897c4 AvalonEdit: code cleanup 16 years ago