28 Commits (2ee86110f6e886b2077ee38027af1484f6f9ae6a)

Author SHA1 Message Date
Daniel Grunwald 2ee86110f6 Fixed some FxCop warnings in AvalonEdit. 15 years ago
eusebiu 4150e8db59 fix for SD-1713 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 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). 15 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 15 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. 15 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 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
Martin Koníček ef7c0f1457 CodeCompletion: filtered items are shown in the same order as they were before filtering. The best match is selected. 15 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 15 years ago
Martin Koníček 4b57bf13b2 Code completion window sizes height to content. 15 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 15 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."). 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 16 years ago
Daniel Grunwald e82a1f11fc Fixed showing completion window when another completion window is already open. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 16 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 16 years ago
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 16 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald bc400c5dd9 IMementoCapable support is back. 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