20 Commits (e866b3fdf2b2d9172f5991662d9afb88861b2162)

Author SHA1 Message Date
Daniel Grunwald e866b3fdf2 Fixed http://community.sharpdevelop.net/forums/t/11909.aspx (selection is quirky when indenting/unindenting). 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald 00ef6e81c7 Fix forum-11486: pressing Enter key in toolbar's search box replaces currently selected text 15 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 15 years ago
Daniel Grunwald 4a3f617c1b Fixed issue in CodeEditorView: CustomTabCommand was modifying a KeyBinding shared by all AvalonEdit instances. The code now creates a new KeyBinding instead. 16 years ago
Daniel Grunwald 2b007b4365 Fixed SD2-1641 - Random crash in AvalonEdit when copying to the clipboard 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 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 d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 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 9761f2de43 AvalonEdit: add safety check that ReadOnlySectionProvider doesn't return invalid sections. 16 years ago
Daniel Grunwald c78ef52b7a Implemented Copy/Paste for rectangular selections. 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Daniel Grunwald 8a4b2018a5 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 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 eb09b62e33 Fixed two editor bugs introduced in revision 4138. 16 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 16 years ago
Daniel Grunwald 7ec09f2873 Merge bugfixes from revision 4108 to trunk: 16 years ago
Daniel Grunwald cccf3779c2 WpfWorkbench: fixed MainWin32Window property 16 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 16 years ago
Daniel Grunwald 30d06682f7 Update to AvalonDock 1.2.2083. 16 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 2a3c49b6f5 AvalonEdit: display non-printable characters using their name or hex code. 17 years ago
Daniel Grunwald f449a85a69 AvalonEdit code completion. 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 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 b4abfae690 AvalonEdit: add support for layers (gives users more control about z-order than adorners). 17 years ago
Daniel Grunwald 65d02dc1e4 Normalize newlines on copy/paste. Moved LineManager.NextDelimiter into NewLineFinder. 17 years ago
Daniel Grunwald f976eb0c79 AvalonEdit: handle Shift-Tab 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago