32 Commits (871078db99dedec00d1cf181e241a81fc33445ac)

Author SHA1 Message Date
Siegfried Pammer 871078db99 fix #528: Code completion doesn't scroll to pre-selection 11 years ago
Daniel Grunwald fdb87492f5 Update to AvalonEdit 5.0.1 from the standalone AvalonEdit repository. 11 years ago
Daniel Grunwald 2fdf239254 GotoDialog and CodeCompletion-window: Fix window being closed when double-clicking the list's scroll bar. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald 803d9c9f92 Fixed bug in HighlightedLine.MergeWith(). 13 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 14 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. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 15 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. 15 years ago
Daniel Grunwald 8260a7b2ce Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings. 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 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 91c48d4c30 Fixed bug in CodeCompletion filtering by substring. 15 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. 15 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. 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
Martin Koníček 51f65cb98c Fixed build, sorry. 15 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 15 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 15 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 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 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Daniel Grunwald 7d5a15e1ba CodeCompletionWindow for AvalonEdit 17 years ago
Daniel Grunwald dea24b0ea4 r7439@daniel-notebook (orig r3401): daniel | 2008-08-17 16:07:42 +0200 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago