1165 Commits (17c1eeaf2b65ac1b3f02fe5ba73b50078cbd77aa)

Author SHA1 Message Date
Mike Krüger 5dfe563bba Fixed naming. 14 years ago
Mike Krüger 96e434efbc Added GenerateProperty context action. 14 years ago
Daniel Grunwald 3e7244197c Fix icsharpcode/NRefactory#16: Resolve the GetEnumerator call inside a foreach 14 years ago
Mike Krüger 05fc2775ab Added interface return types test. 14 years ago
Mike Krüger 36456b4d15 Updated mcs & improved try context handling. 14 years ago
mike b13dad1436 Resolve visitor change: If the type of an object create expression 14 years ago
mike 964b6c03bc Fixed unit test. 14 years ago
Daniel Grunwald a353f23d70 Combine AttributedNode and MemberDeclaration into EntityDeclaration. 14 years ago
Daniel Grunwald b416f38f78 CSharpAmbience: allow passing in a custom IOutputFormatter. 14 years ago
Daniel Grunwald d6f3c841ce Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType. 14 years ago
Daniel Grunwald e8f092892b Add support for calling constructors on COM interfaces. 14 years ago
mike 7451607834 Added "RemoveRegion" context action. 14 years ago
Mike Krüger c0deae7fee Fixed 2 mcs issues. 14 years ago
Mike Krüger 381334489e Updated mcs & added unit test. 14 years ago
mike 670975c924 Parameter data providers now contain the start offset of their 14 years ago
mike e2b304397c Fixed using declaration context. 14 years ago
mike b0de87339a Fixed some more attribute completion tests. 14 years ago
mike e394fb5efc Added some more attribute context tests & fixes. 14 years ago
mike 288ab73621 Fixed some completion tests. 14 years ago
mike f49f142ed8 Fixed parameter completion unit test. 14 years ago
Daniel Grunwald a993df9090 Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor. 14 years ago
Daniel Grunwald 3eee3466a4 CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Daniel Grunwald a0f7de3f1c Fixed modifier issues in TypeSystemAstBuilder 14 years ago
Mike Krüger 3ae2fe73c0 The formatting visitor is now using an easier visitor pattern. 14 years ago
Mike Krüger 3ffbaa278a Refactored c# token representation, it's now more consistent with the 14 years ago
Daniel Grunwald 14bf452879 Rename InterfaceImplementations -> ImplementedInterfaceMembers. 14 years ago
Daniel Grunwald 18c96e089d Add support for multiline XML documentation comments. 14 years ago
Daniel Grunwald e52e57e20a Fixed crash in CSharpAmbience on delegate declarations. 14 years ago
Mike Krüger 2c7c1c7ee7 Fixed failing unit test, added a test to document a wrong parser 14 years ago
Mike Krüger c74577ab6a Updated mcs. 14 years ago
Mike Krüger d8d65fc9d9 Fixed code completion bug. 14 years ago
Mike Krüger ea14dc823b Updated parameter data provider interface. 14 years ago
Daniel Grunwald 2bebee46a1 C# XML documentation support. 14 years ago
Daniel Grunwald ec225c160d Fixed bugs related to ID strings. 14 years ago
Mike Krüger 4632c42a7a Fixed unit test. 14 years ago
Mike Krüger de6870b067 Fixed completion unit test. 14 years ago
Mike Krüger d89d25c11d Added failing unit test. 14 years ago
Mike Krüger a6fa72ef93 Fixed constructor initializer parameter completion. 14 years ago
Mike Krüger c3b136b156 Fixed attribute context cases. 14 years ago
Mike Krüger 0983e854ea Fixed some keyword contexts. 14 years ago
Daniel Grunwald 9df7940231 Normalize newlines. 14 years ago
Mike Krüger 8d5b268fdf Fixed completion bug. 14 years ago
Daniel Grunwald cfe807ab73 Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)" 14 years ago
Daniel Grunwald 5f8dcf4f7a Implement 'ToMemberReference()' and 'InterfaceImplementations' on specialized members. 14 years ago
Daniel Grunwald 9859dce24f Improve ResolveAtLocation. 14 years ago
Daniel Grunwald a7245affe6 Fixed finding references to method group conversions. 14 years ago
Mike Krüger 17a8d4394a Fixed completion bug. 14 years ago
Mike Krüger 3b682d43b1 Fixed code completion bug. 14 years ago
Daniel Grunwald e5217c2c13 Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates. 14 years ago
Daniel Grunwald cb84adabc6 Fixed parsing undocumented expressions. 14 years ago