155 Commits (e21a7c82c45d83516f449ed7592d9fa07e22b7fe)

Author SHA1 Message Date
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 16 years ago
Daniel Grunwald 39c00dbb0c Implemented ClassMemberBookmarks and NavigationPoints for AvalonEdit. 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace 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 dea5046bec Refactoring menu for AvalonEdit 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 66faa9efe5 Support IconBarMargin in split view. 16 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 16 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 16 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 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 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 17 years ago
Daniel Grunwald e43e49a621 Allow opening a new code completion window inside ICompletionList.Complete() method. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 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 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