19 Commits (cfe7ae8dadd734db5f26b6ca310ebb7f665766e2)

Author SHA1 Message Date
Daniel Grunwald cfe7ae8dad Adjust SharpDevelop to new context actions API. 14 years ago
Daniel Grunwald cb15d5418d Move ContextActions UI to AvalonEdit.AddIn. 14 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
Daniel Grunwald 0981fe4c8b SD2-1601 - Implement disabled text editor settings: 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 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
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 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 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 17 years ago