26 Commits (ff01c46e988456f78a8b77cc06a0d956ecba2a66)

Author SHA1 Message Date
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 4ef89926d0 Remove TextEditor.HideScrollBar() and expose {Horizontal,Vertical}ScrollBarVisibility properties instead. 15 years ago
Eusebiu a351d20664 WatchPad + Console control 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 9ff81633e2 Compile AvalonEdit for .NET 4.0 and make use of SetCurrentValue. 15 years ago
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 15 years ago
Daniel Grunwald 67d1aa96d3 AvalonEdit: add TextEditor.IsModified property 15 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald a9f1ff3040 Fixed forum-10109: TextEditor.ShowLineNumbers=false removes all DottedLineMargins. 16 years ago
Daniel Grunwald ddee637521 AvalonEdit TextEditor/TextArea: when changing the document/options, set document/options on the inner TextArea/TextView before the DocumentChanged/OptionChanged event is raised. 16 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Daniel Grunwald 903eb9dd04 Fixed infinite recursion in TextEditor.ScrollTo (bug introduced in r4910) 16 years ago
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 16 years ago
Martin Koníček c9df3a1781 Fixed a minor bug in AvalonEdit.TextEditor.IsReadOnly. 16 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 16 years ago
Daniel Grunwald d17ab897c4 AvalonEdit: code cleanup 16 years ago
Daniel Grunwald 945b3d54a3 Fixed AvalonEdit bugs. 16 years ago
Daniel Grunwald 04f2d7b102 AvalonEdit: Fixed drag'n'drop when there are read-only text segments. 16 years ago
Daniel Grunwald 4d8bde1e77 Added AutomationPeer for AvalonEdit TextEditor. Based on patch by Amir Tuval. 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 c33cfbabe9 Context menu for AvalonEdit 16 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 16 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 16 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 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 1102221b0d AvalonEdit: added support for preselection. 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 f449a85a69 AvalonEdit code completion. 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 7d5a15e1ba CodeCompletionWindow for AvalonEdit 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 ea4dd216fd Made AvalonEdit work without 'DoEvents'. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago