52 Commits (2cc2dcffafb5d60ba895ea3737e9d9413ae5ef74)

Author SHA1 Message Date
Siegfried Pammer 6a89a4470c moved AnchorSnippetElement integration to AnchorSnippetElementProvider 15 years ago
Siegfried Pammer 6f0dacc881 - created DefaultSnippetElementProvider for standard SnippetElements 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Martin Koníček a2034b31db CodeCompletion window is empty when no EmptyText is set. 15 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 15 years ago
Martin Koníček 0e27d647a6 When CodeCompletion window is empty, it shows "Press Ctrl+Space to show items from all namespaces", so that user learns how to use Ctrl+Space naturally. 15 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 15 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 15 years ago
Daniel Grunwald 9df9abc77e Implemented Ctrl+MouseWheel zooming. 16 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 16 years ago
Daniel Grunwald f49db06b88 Allow user to specify an encoding when saving a text file. 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 843a8c4788 Highlighting editor: allow changing the default text color and selection color. 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 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
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 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 7ff8db8eac AvalonEdit: add quick class browser 16 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald d9fb680f9d Implemented Ctrl+Space completion for AvalonEdit. 17 years ago
Daniel Grunwald f449a85a69 AvalonEdit code completion. 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