63 Commits (a92e43c389a5f3074d2477b74819810264ddba7a)

Author SHA1 Message Date
Siegfried Pammer a2878f4015 fixed SD-1833 - Method Insight popup exceeds screen 14 years ago
Daniel Grunwald 7bcab7097b AvalonEdit documentation update 15 years ago
Siegfried Pammer 82297d7819 add word wrap to InsightWindow in parameter list (header) too 15 years ago
Siegfried Pammer 74ff5b60f4 fix SD-1833 - Method Insight popup exceeds screen (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4) 15 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 15 years ago
Daniel Grunwald ea5e4470ac Trying to add workaround for crash #1580 (top crash in 4.0 RC2, reproduction steps unknown). 15 years ago
Daniel Grunwald 794a0f8af7 Fix "interaction problem between code completion and scrolling" (http://community.sharpdevelop.net/forums/t/12215.aspx) 15 years ago
Matt Ward 996193282c Fix null reference when completion window closed and completion list selection changed event fired afterwards. 15 years ago
Daniel Grunwald 2f53cc69da Fix build. 15 years ago
Daniel Grunwald 021db4c9fa Use InvariantCulture instead of Ordinal in CompletionList filtering. 15 years ago
Daniel Grunwald 2ee86110f6 Fixed some FxCop warnings in AvalonEdit. 16 years ago
Daniel Grunwald b17ea8ac53 Fixed SD-1729 - Code completion window stays open when switching to another text editor window 16 years ago
Daniel Grunwald a467999fbe CompletionWindowBase: if window opened upwards, adjust its position when the window gets resized (e.g. due to filtering of code completion items) [based on patch by Eusebiu Marcu] 16 years ago
eusebiu 4150e8db59 fix for SD-1713 16 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 16 years ago
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 16 years ago
Daniel Grunwald 8260a7b2ce Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings. 16 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 16 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 16 years ago
Martin Koníček 0d742ce90f Commented out the style for SharpDevelopCompletionWindow so that the "Set property 'System.Windows.Setter.Property' threw an exception.' Value cannot be null." crash in ctor of CompletionWindow dissapears. 16 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 16 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. 16 years ago
Martin Koníček 91c48d4c30 Fixed bug in CodeCompletion filtering by substring. 16 years ago
Martin Koníček a9e7a20482 CodeCompletion optimization - as the user types, the filtered result is filtered again instead of always filtering the whole completion data. 16 years ago
Martin Koníček c9c3931ba4 CC shows all types from all referenced assemblies. If type which is missing using is selected, the using is added automatically. TODO make work for extension methods. 16 years ago
Martin Koníček ef7c0f1457 CodeCompletion: filtered items are shown in the same order as they were before filtering. The best match is selected. 16 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Martin Koníček 4b57bf13b2 Code completion window sizes height to content. 16 years ago
Martin Koníček 51f65cb98c Fixed build, sorry. 16 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Daniel Grunwald 2af09d613b Fixed small selection bug in snippet completion window (Ctrl+J). 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald b69ac8a54a Fix build error in CompletionWindowBase.cs. AvalonEdit targets .NET 3.5, but used a .NET 4.0 member. 16 years ago
Daniel Grunwald 17d5510c03 Fix crash when pressing deadkey while CC window is open. 16 years ago
Daniel Grunwald f4902e70d7 Fixed forum-10197: InvalidOperationException in Code Completion ("Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed."). 17 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 17 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 17 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 17 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 17 years ago
David Srbecký bbcc95f3d0 Attempt to fix NullReference exception 17 years ago
David Srbecký e936a38958 Fix the position of code completion window for non-default DPI 17 years ago
Daniel Grunwald e82a1f11fc Fixed showing completion window when another completion window is already open. 17 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 17 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 17 years ago