13549 Commits (8d657a3a1e0232348d00f92b87a0e6d4a403d058)
 

Author SHA1 Message Date
Daniel Grunwald 474920cdf7 Fix icsharpcode/NRefactory#181: default keyword doesn't resolve properly on enum types 12 years ago
Daniel Grunwald 17c1eeaf2b Merge changes from SharpDevelop repository to NRefactory. 12 years ago
Daniel Grunwald 0c18d6b4c2 Fix NullReferenceException in SDWindowsFormsHost.GetInterface() 12 years ago
Daniel Grunwald 17c4315974 Rename IsExtensionMethodGroupConversion -> DelegateCapturesFirstArgument. 12 years ago
Daniel Grunwald b1f21464d0 Merge branch 'extension-method-group-conversion' of github.com:erik-kallen/NRefactory 12 years ago
Daniel Grunwald d3f3ffa0a0 NR.Demo: show details for Conversion objects 12 years ago
Daniel Grunwald 5acf6aef0d Fix fixes an issue causing the type system to believe that accessors implement interface members even though there is an explicit implementation of the accessor owner. 12 years ago
Daniel Grunwald a2580063dd Fix ExpressionOfCompatibleTypeCastIssue. 12 years ago
Daniel Grunwald d09dc0e10a Fix compiler warnings 12 years ago
Daniel Grunwald 6d38e5fdfd HexEditor: Replace more control characters with dots. 12 years ago
Daniel Grunwald f57aee42c0 Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them. 12 years ago
Daniel Grunwald e85128df57 Fix unit test failure due to mix of tabs and spaces. 12 years ago
Daniel Grunwald f6504be1ba Combine ConstantTest+ConstantFieldTest 12 years ago
Daniel Grunwald fac34c27cd AXmlReader: Fix handling of XML namespaces and CDATA. 12 years ago
Daniel Grunwald 7f24e36cfd Fix handling of empty elements in AXmlReader; and add support for comments. 12 years ago
Mike Krüger 6e5560a6b9 Merge pull request #182 from ciplogic/master 12 years ago
Ciprian Khlud 82c272545a Fixed spacing 12 years ago
Ciprian Khlud 8666d6ffae Fix of bug #11855 12 years ago
Siegfried Pammer df360130fc fix XAML binding unit tests 12 years ago
Peter Forstmeier 5f1c1b8b46 WpfTestView 12 years ago
Mike Krüger 8d4352b5d9 Disabled remove field action. 12 years ago
Mike Krüger 3cdd45e7b4 Added test for formatting bug. 12 years ago
Siegfried Pammer 8a65c372cb fixed some bugs in XAML code completion 12 years ago
Mike Krüger 5f982b4774 Fixed bug in formatting engine. 12 years ago
Mike Krüger ba13e28750 Fixed bug in redundant assignment issue. 12 years ago
Mike Krüger 1ad8c17390 Fixed completion bug. 12 years ago
Mike Krüger 05c5931a05 Disabled convert to static method issue. 12 years ago
Mike Krüger aec8e62922 Fixed formatting tests. 12 years ago
Mike Krüger f40346db06 Fixed some issues in convert to static method issue. 12 years ago
Mike Krüger fa671aacff Fixed duplicate if chain issue tests. 12 years ago
Mike Krüger 5f867c5321 Ignore duplicate body method issue. 12 years ago
Mike Krüger 78442bb33a Fixed static constructor access modifier issue tests. 12 years ago
Mike Krüger 9029b9717a Merge pull request #180 from ciplogic/master 12 years ago
Ciprian Khlud c43a3ee9c3 Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases. 12 years ago
Peter Forstmeier dd58109d39 TestView for .Reporting 12 years ago
Ciprian Khlud 6e4f648b48 Added code issue to address bug #11856 12 years ago
Mike Krüger 9ad9d69e3e Merge pull request #179 from luiscubal/tdd 12 years ago
Luís Reis e287bdb020 Fixed bug in TestRefactoringContext that attempted to put fields inside properties 12 years ago
Luís Reis 94cfe777b4 Improved ExtractFieldAction for static getters and setters. 12 years ago
Luís Reis 8602033a04 Improved ExtractField. Tests currently fail for variables in getters. 12 years ago
Luís Reis 3ea78f887a Added (currently failing) tests for static fields. Minor formatting fixes. 12 years ago
Luís Reis 2710510610 Fixed ExtractFieldAction to handle type inference better and added unit tests that failed with the previous version. 12 years ago
Mike Krüger 3a0c2ce8a7 Merge pull request #178 from ciplogic/master 12 years ago
Mike Krüger 124240e5c9 Merge pull request #176 from luiscubal/tdd 12 years ago
Luís Reis eee49d9d35 Fixed bug in UseExplicitTypeAction. Now, anonymous arrays are correctly excluded. 12 years ago
Luís Reis d57537f061 Added additional tests. One of new ones is failing. 12 years ago
Mike Krüger 137d2f86bf Merge pull request #175 from luiscubal/lambda-fix 12 years ago
Luís Reis 962ba311d4 Fixed bug in ConvertLambdaToAnonymousDelegates to handle () => VoidMethod() 12 years ago
Matt Ward 164a546985 Support NuGet packages containing MSBuild targets and props files. 12 years ago
Peter Forstmeier 43bec54390 PrintExporter 12 years ago