293 Commits (6e0521b88c8db502893a375c4f6ddd0e791dfb42)

Author SHA1 Message Date
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 17 years ago
Daniel Grunwald 970d46507d Added some comments. 17 years ago
Daniel Grunwald b6cd6d16b0 AvalonEdit: Fixed bug in GetIndentation that could mess up text when pressing Enter. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 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 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald d9fb680f9d Implemented Ctrl+Space completion for AvalonEdit. 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 aa9f587a8f Fixed build, more improvements to GetNextCaretPosition / whole-word selection. 17 years ago
Daniel Grunwald 2c2ef65f89 Improved GetNextCaretPosition - placed word borders at line starts and ends. 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 b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 17 years ago
Daniel Grunwald 9989443564 ITextEditor interface: caret line/column now starts counting at 1. 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 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 0c8e66a620 When moving text using drag'n'drop, combine text removal on drag and text insertion on drop into a single undo group. 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 97b8985230 Make FormattedTextElement and FormattedTextRun public. 17 years ago
Daniel Grunwald 146d61722d FxCop fixes for AvalonEdit. 17 years ago
Daniel Grunwald f976eb0c79 AvalonEdit: handle Shift-Tab 17 years ago
Daniel Grunwald 8281a3af0e AvalonEdit syntax highlighter: merge changes in V1 XML Schema, use atomic groups for the keyword regex. 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 d1575ceb4f Update AvalonDock to 1.1.1714, fixed focus bug when there are secondary view contents. 17 years ago
Daniel Grunwald 053bdcee81 Add AvalonEdit to setup. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago