24 Commits (b6976abc2ead8487c0e73eb6d7aa68c6ab660281)

Author SHA1 Message Date
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Daniel Grunwald ff01c46e98 Fixed http://community.sharpdevelop.net/forums/t/12009.aspx (when word-wrapping is enabled and lines are very long, ScrollTo() does not find the correct position). 15 years ago
Daniel Grunwald 4f2269751f Fixed inaccuracy in GetVisualLineElementFromPosition (was incorrect by up to a half visual column) 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 87f94f6e1b AvalonEdit perf optimization: Use a single TextLine for tab and space markers instead of creating FormattedText on demand. 15 years ago
Daniel Grunwald 7d3a410d0b AvalonEdit: Fixed repainting issues when document was modified above the visible region (e.g. using split view) and the highlighting stack changed. 16 years ago
Daniel Grunwald d0e3f61d60 Disable low-priority rendering after text input: it did not work correctly and caused WPF to render twice per character entered into AvalonEdit. 16 years ago
Siegfried Pammer 55ab9226d6 fixed scrolling bug in TextView.MakeVisible 16 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 82e6a42b97 Fixed bug in TextView.BackgroundRenderer_Added that could cause a VisualLinesInvalidException during rendering. 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 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 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
Daniel Grunwald c62cfbcad7 AvalonEdit: allow setting the caret color. 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 1599cfa89e Implemented AvalonEdit split view 17 years ago
Siegfried Pammer bc05d9df74 - Added TextView to Services 17 years ago
Daniel Grunwald 407f3328e8 AvalonEdit: when creating a new TextEditor instance, create a new TextDocument. Fixed bugs when setting Document to null. 17 years ago
Daniel Grunwald bc400c5dd9 IMementoCapable support is back. 17 years ago
Daniel Grunwald 5adc77bbff AvalonEdit: fixed cyclic reference in type initializers 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 17 years ago
Daniel Grunwald 2a3c49b6f5 AvalonEdit: display non-printable characters using their name or hex code. 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald 7d5a15e1ba CodeCompletionWindow for AvalonEdit 17 years ago
Daniel Grunwald a3a1260100 AvalonEdit: Copy text as HTML to clipboard. 17 years ago
Daniel Grunwald 986adf1754 Fixed two bugs introduced by Layers. 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 7d39cff890 More changes to the handling of invalid visual lines. 17 years ago
Daniel Grunwald ea4dd216fd Made AvalonEdit work without 'DoEvents'. 17 years ago
Daniel Grunwald 81364494d7 Fixed exception in syntax highlighter when slowly scrolling to the end of the document (so that the span stack is set for all but the last line). 17 years ago
Daniel Grunwald 053bdcee81 Add AvalonEdit to setup. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago