2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Daniel Grunwald 780118df8a Update to Mono.Cecil 0.9.2 (commit f59c382). 15 years ago
Daniel Grunwald f2d8009bac Fixed NullReferenceException in TypeResolveResult.IsReferenceTo. 15 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 15 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). 15 years ago
Martin Koníček 4dc5cc48e6 The new auto-insert-using CodeCompletion now works for Extension methods too. 15 years ago
Martin Koníček 42b6e29d80 Fixes failing XAML test (caused by change in CodeCompletionItem.Complete()). 15 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 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
Siegfried Pammer 287ff50a4c use code generator for string.Format() call in OverrideToStringMethodRefactoring (fixes invalid newlines in generated code) 15 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 15 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 15 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 15 years ago
Daniel Grunwald 76e48b3c63 Check that properties are not set to null (the value null cannot be saved, see crash in forum-11130). 15 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 15 years ago
Daniel Grunwald 2df23b5ee4 Fix SD2-1638: Unable to re-open SharpDevelop's window under Vista after minimizing 15 years ago
Daniel Grunwald a378209c70 Fixed bug that caused VB resolver to not resolve fields of the current class within expressions like 'field(i)'. 15 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 15 years ago
Daniel Grunwald a86af717d8 Convert "list.Item(0)" to "list[0]" in VB -> C# conversion. 15 years ago
Daniel Grunwald b5e5abf252 VB -> C# converter: fully qualify type references that use imported subnamespaces 15 years ago
Daniel Grunwald 7751d8cee9 Fixed SD2-1630: NotImplementedException in ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject 15 years ago
Daniel Grunwald fe6af4864b Add workaround for Cecil bug causing unit test failure. 15 years ago
Daniel Grunwald 86b868c728 Update to Mono.Cecil 0.9 (commit 8e50e24) 15 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 dd93e8bf9a [VB9] 16 years ago
Daniel Grunwald 639c6c9e39 Use .NET 4 RTM (v4.0.30319) in .bat files and version check. 16 years ago
Siegfried Pammer db2ee49105 [VB9] Set Dom.IMethodOrProperty.IsExtensionMethod to True if <Extension> is used on VB methods. 16 years ago
Peter Forstmeier 6bb29cbb75 Add ResourceString's for ReportViewer, work on Converts 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
Daniel Grunwald b6cea6adb3 Fixed "is assembly in GAC" check for .NET 4 assemblies (thanks to Feng Chen). 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 4ebc9a9abe Improved Ctrl+MouseWheel Zoom 16 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 9df9abc77e Implemented Ctrl+MouseWheel zooming. 16 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 16 years ago
Siegfried Pammer 4b0f67416e fixed console output 16 years ago
Daniel Grunwald f83fc63c26 Fixed lookup of relative paths for build errors. 16 years ago
Daniel Grunwald 7329ed2eb4 Fixed race condition in XmlFoldParser that could cause parser threads to get stuck in an infinite loop. 16 years ago
Daniel Grunwald 08308c5729 Make verbose MSBuild output even more verbose. 16 years ago
Daniel Grunwald 0b8d32fb61 Allow SharpDevelop AddIn to filter the logger output. Removed mutable 'CurrentErrorOrWarning' in BuildEngine and use logger filters instead. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago
Daniel Grunwald 3399fb59c1 Use external BuildWorker process for compilation. Use MSBuild 3.5 for compiling projects with ToolsVersion<"4.0". 16 years ago
Daniel Grunwald bef6b9422b Revive old BuildWorker. 16 years ago
Daniel Grunwald 526c8bd679 Fixed encoding autodetection in ChooseEncodingDisplayBinding to match that when normally opening a file. 16 years ago