1938 Commits (358c53c6c606cc7b36106c618aabb5ba19dfd353)

Author SHA1 Message Date
Daniel Grunwald b410bcd465 Allow routing WPF commands to SDWindowsFormsHost without setting focus on a WinForms control 16 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Daniel Grunwald ff5a719dc2 Re-read MSBuild items list when target framework is changed. 16 years ago
Daniel Grunwald 392585c818 WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread 16 years ago
Daniel Grunwald cec2f1cd99 Fix SD2-1680: DirectoryNotFoundException when creating new Form while Task List is open 16 years ago
Daniel Grunwald a522eb3b74 Use [Browsable(false)] on IProject properties that should not be shown in property grid. 16 years ago
Daniel Grunwald 4390991377 Fix ActivatePad() implementation so that it doesn't force the pad to be docked in the main window (forum-11355). 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
Daniel Grunwald 78d0012368 Add comment why we can't use this.CommandBindings in SDWindowsFormsHost. 16 years ago
Daniel Grunwald ae955286f2 Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF 16 years ago
Martin Koníček 543a7bfb9a The hint in CodeCompletion is now shown also when showing CC after dot. 16 years ago
Martin Koníček 0c0979c7c0 Bugfix - CodeCompletion does not insert using if user is types fully qualified type name. 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
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 16 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 16 years ago
Daniel Grunwald da7842263e Store RecentOpen lists in array (instead of joining strings) 16 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 16 years ago
Daniel Grunwald 6254ed2e6c Fix build. 16 years ago
Daniel Grunwald 7092ebf5b0 Remove unused parameter "buildServices" from IBuildable.StartBuild. 16 years ago
Daniel Grunwald fcff1190af Suppress MSB3644: The reference assemblies for framework ... were not found. 16 years ago
Daniel Grunwald cb0c99a10e Report error code when deleting file fails. 16 years ago
Martin Koníček 8bebbe33fc CodeCompletion after dot shows only extension methods from imported namespaces. If Ctrl+Space is pressed, all extension methods from all referenced projects are shown. 16 years ago
Matt Ward daee118e45 Unit testing addin can now be extended with custom test runners. 16 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 16 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 16 years ago
Daniel Grunwald 92885625d8 Fixed SD2-1667: Putting caret into "dynamic" causes ArgumentNullException 16 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 16 years ago
Martin Koníček b0624e744f Show fully qualified type names in CC tooltip (to distinguish between more types with same name in the CC list). 16 years ago
Martin Koníček 4dc5cc48e6 The new auto-insert-using CodeCompletion now works for Extension methods too. 16 years ago
Martin Koníček 42b6e29d80 Fixes failing XAML test (caused by change in CodeCompletionItem.Complete()). 16 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 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
Siegfried Pammer 287ff50a4c use code generator for string.Format() call in OverrideToStringMethodRefactoring (fixes invalid newlines in generated code) 16 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Daniel Grunwald 2df23b5ee4 Fix SD2-1638: Unable to re-open SharpDevelop's window under Vista after minimizing 16 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 16 years ago
Daniel Grunwald b5e5abf252 VB -> C# converter: fully qualify type references that use imported subnamespaces 16 years ago
Daniel Grunwald 7751d8cee9 Fixed SD2-1630: NotImplementedException in ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject 16 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 16 years ago
Siegfried Pammer 5710fba8c9 removed *.sln file filter from "Add existing project" dialog to avoid adding .sln files to a solution. 16 years ago
Siegfried Pammer 7210290f9e remove bookmarks from refactoring context menu 16 years ago
Daniel Grunwald fcaaa81a70 Fixed a possible cause for SD2-1640 - DirectoryNotFoundException when adding source file 16 years ago
Daniel Grunwald 05660f70af Fixed tests 16 years ago
Daniel Grunwald 44de5f2def Fixed build. 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
Siegfried Pammer 65e2ff4868 fixed insertion bugs in XAML code completion and added unit tests 16 years ago
Daniel Grunwald 58fb57ce24 Move NumericUpDown and ZoomScrollViewer to SharpDevelop.Widgets. 16 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 16 years ago