17 Commits (e21a7c82c45d83516f449ed7592d9fa07e22b7fe)

Author SHA1 Message Date
Daniel Grunwald 35a81d3eb4 Caret movement: don't stop between a base character and its combining mark (within a single grapheme) 12 years ago
Daniel Grunwald 8b0de6243f Fix the width of tabs with IndentationSize=1. 14 years ago
Daniel Grunwald 7bcab7097b AvalonEdit documentation update 14 years ago
Daniel Grunwald ab3f7c51a1 Fixed SpecialCharacterTextRun positioning; made box slightly transparent. 14 years ago
Daniel Grunwald b4f6f3a435 Fixed bug introduced in b7b12d310e (Reduce memory usage when dealing with long lines and word-wrapping) 15 years ago
Daniel Grunwald b7b12d310e Reduce memory usage when dealing with long lines and word-wrapping. 15 years ago
Siegfried Pammer d7a6c74a91 SD-1592: color for non-printable characters is now customisable 15 years ago
Daniel Grunwald 8266dce10a AvalonEdit: Use indentation from first line on all following lines when word-wrapping. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald e0ea8ea238 Don't reuse the TextView's text formatter - this causes crashes on some machines (e.g. Tomáš) 15 years ago
Daniel Grunwald f1b882bce1 Fix NullReferenceException when drawing collapsed fold markers (bug introduced by optimization in r6169) 15 years ago
Daniel Grunwald 87f94f6e1b AvalonEdit perf optimization: Use a single TextLine for tab and space markers instead of creating FormattedText on demand. 15 years ago
Daniel Grunwald a7454197bd Support for TextFormattingMode.Display in line number margin and other AvalonEdit components using the FormattedText class. 16 years ago
Daniel Grunwald 317621c567 Build hyperlink support into AvalonEdit and enable it by default. 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald 60f01927a9 Split AvalonEdit.Gui into Editing and Rendering 16 years ago
Daniel Grunwald cc8eddac14 GetNextCaretPosition methods: Use enum LogicalDirection instead of bool backwards. 16 years ago
Daniel Grunwald 2a3c49b6f5 AvalonEdit: display non-printable characters using their name or hex code. 17 years ago
Daniel Grunwald 2c2ef65f89 Improved GetNextCaretPosition - placed word borders at line starts and ends. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago