24 Commits (a92e43c389a5f3074d2477b74819810264ddba7a)

Author SHA1 Message Date
Siegfried Pammer a2878f4015 fixed SD-1833 - Method Insight popup exceeds screen 14 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
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
Daniel Grunwald f5780c2944 Apply new file headers 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 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 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
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 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 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 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 7d5a15e1ba CodeCompletionWindow for AvalonEdit 17 years ago