34 Commits (941739469ebd032a1025e549a1ab8d8174190891)

Author SHA1 Message Date
Daniel Grunwald 941739469e Implement INotifyPropertyChanged in TextDocument. 15 years ago
Daniel Grunwald 43a01803db Optimize initializing TextDocument. 15 years ago
Daniel Grunwald 5205d52d1f Add setter to TextDocument.UndoStack. 15 years ago
Daniel Grunwald d5aaa9df39 Fixed interaction between snippets with bound elements and Undo/Redo. 15 years ago
Daniel Grunwald 93f924b120 Add TextAnchorMovementMode.Default where the movement direction depends on the type of insertion. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald fde21e0f16 AvalonEdit: Add TextDocument constructor that takes ITextSource. 15 years ago
Daniel Grunwald 6c1a9504a9 Fixed bug in TextDocument.GetOffset when column is 0 15 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 15 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Daniel Grunwald 819bab8287 Fixed change grouping when the document is changed inside event handlers for TextDocument.TextChanged. 16 years ago
Daniel Grunwald c9fc64257d Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald 11e4bb94bb AvalonEdit: Fixed bugs in "Spaces to tabs" and "Remove trailing whitespace". 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Daniel Grunwald 945b3d54a3 Fixed AvalonEdit bugs. 16 years ago
Daniel Grunwald a44f970bc6 Ignore failing unit tests. 16 years ago
Daniel Grunwald 8ef5fe74a6 Added rectangular selection to AvalonEdit. 16 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 16 years ago
Daniel Grunwald a8a376d846 Move Rope<T> to AvalonEdit.Utils. 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 16 years ago
Daniel Grunwald fc543e2a99 Implemented updating text anchors on text replace operations. 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald f449a85a69 AvalonEdit code completion. 17 years ago
Daniel Grunwald b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Daniel Grunwald a3a1260100 AvalonEdit: Copy text as HTML to clipboard. 17 years ago
Daniel Grunwald 8fe42afbd7 AvalonEdit: Minor bugfixes / API improvements. 17 years ago
Daniel Grunwald 65d02dc1e4 Normalize newlines on copy/paste. Moved LineManager.NextDelimiter into NewLineFinder. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago