2535 Commits (abf3efabef4d239ee9cd97f3d948e7915cc7a13b)

Author SHA1 Message Date
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
Siegfried Pammer c2acd544b1 updated templates for VB and C# (see SD2-1318) 16 years ago
Siegfried Pammer c205588351 moved ExpandAutomaticProperty and ConvertToAutomaticProperty to SharpRefactoring 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
Siegfried Pammer d9f98af73d fixed build 16 years ago
Siegfried Pammer 5f4ab30f4d fixed build (hopefully) 16 years ago
Siegfried Pammer 6e72b23aab added missing file 16 years ago
Siegfried Pammer dfbcf6faf4 - updated visitors 16 years ago
Martin Koníček af05c72001 CodeCompletion shows only imported extension methods again (original behavior). Will show all available extension methods on Ctrl+Space. 16 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 16 years ago
Daniel Grunwald 3f1cc8907b Update string resources. 16 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 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 b7c912794f Fixed SD2-1666: Arrays of dynamic don't show code completion 16 years ago
Daniel Grunwald 780118df8a Update to Mono.Cecil 0.9.2 (commit f59c382). 16 years ago
Daniel Grunwald f2d8009bac Fixed NullReferenceException in TypeResolveResult.IsReferenceTo. 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
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 16 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 16 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Daniel Grunwald 76e48b3c63 Check that properties are not set to null (the value null cannot be saved, see crash in forum-11130). 16 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 16 years ago
Daniel Grunwald 2df23b5ee4 Fix SD2-1638: Unable to re-open SharpDevelop's window under Vista after minimizing 16 years ago
Daniel Grunwald a378209c70 Fixed bug that caused VB resolver to not resolve fields of the current class within expressions like 'field(i)'. 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 a86af717d8 Convert "list.Item(0)" to "list[0]" in VB -> C# conversion. 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 fe6af4864b Add workaround for Cecil bug causing unit test failure. 16 years ago
Daniel Grunwald 86b868c728 Update to Mono.Cecil 0.9 (commit 8e50e24) 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 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