Mike Krüger
5dec9ee365
Added DescendantNodes API.
12 years ago
Mike Krüger
fca6a67c0e
Fixed failing test.
12 years ago
Mike Krüger
6eba7eb798
Moved Severity/IssueMarker to NRefactory. This eliminates a
...
NRefactory.C# dependency in IDE code using these two enums to create
the markers & makes it easier to use these enums in other language
refactoring plugins.
12 years ago
Mike Krüger
87440682be
Fixed some issues in redundant catch issue.
12 years ago
Mike Krüger
214d2ea275
Fixed formatting bug.
12 years ago
Mike Krüger
67770bcacc
Added constraint new () parens to the AST / fixed constraint
...
formatting bug.
12 years ago
Mike Krüger
d8f68d6c01
The redundant assignment is now better at choosing the node which it
...
grays out.
12 years ago
Mike Krüger
a256898faa
Fixed formatting bug.
12 years ago
Mike Krüger
7a5afe919f
Fixed some issues in event formatting.
12 years ago
Mike Krüger
9521f329b3
Fixed formatting bug.
12 years ago
Mike Krüger
ae993f0ca4
Fixed some formatting issues.
12 years ago
Mike Krüger
4984985673
Added line preprocessor directive support.
12 years ago
Daniel Grunwald
5f67bc0933
Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name.
12 years ago
Mike Krüger
d46054aa0f
Added more friendly error message in simple compilation in case of
...
wrong assembly references.
12 years ago
Daniel Grunwald
552e132a7f
Add failing unit tests for #pragma checksum and #line preprocessor directives.
12 years ago
Daniel Grunwald
0783129bb7
Fix icsharpcode/NRefactory#183 : Implicit conversion detected as explicit conversion
12 years ago
Mike Krüger
a1bdce98ef
Added work around for issue #73 .
...
But needs to be fixed on parser level.
12 years ago
Mike Krüger
8e8aaf1ef6
No longer add empty attribute sections.
12 years ago
Mike Krüger
ae6b9e27cb
Fixed some preprocessor directive tests.
12 years ago
Mike Krüger
2326c36674
Fixed wrong token location.
12 years ago
Mike Krüger
0ca084bb07
Updated mcs.
12 years ago
Daniel Grunwald
51fd6baffd
Simplify code that checks whether an expression is a condition.
12 years ago
Daniel Grunwald
56b4450138
Make comment nodes for XML documentation part of the EntityDeclaration.
...
This removes the need for special cases in refactorings that move entities around.
12 years ago
Mike Krüger
862f3692be
Fixed formatting bug.
12 years ago
Mike Krüger
b7e8eea99d
Improved type guessing logic.
12 years ago
Mike Krüger
423b10b824
Fixed bug in simplify anonymous method issue.
12 years ago
Mike Krüger
c0e9973af1
Fixed abstract override in implement abstract members action.
12 years ago
Mike Krüger
a0681b1a0b
Fixed formatting bug.
12 years ago
Mike Krüger
eb89d55446
Disabled 'ParameterCanBeIEnumerableIssue'.
12 years ago
Daniel Grunwald
920ef82f1d
Fix icsharpcode/ILSpy#366
12 years ago
Daniel Grunwald
0b4c9c3f48
Implemented GetAttributes() for members.
12 years ago
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
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.
...
Closes icsharpcode/NRefactory#170
12 years ago
Daniel Grunwald
a2580063dd
Fix ExpressionOfCompatibleTypeCastIssue.
12 years ago
Daniel Grunwald
d09dc0e10a
Fix compiler warnings
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
...
Added fix for bug #11855
12 years ago
Ciprian Khlud
82c272545a
Fixed spacing
12 years ago
Ciprian Khlud
8666d6ffae
Fix of bug #11855
...
https://bugzilla.xamarin.com/show_bug.cgi?id=11855
This will notify user to use after ifs, whiles and fors not colons, but blocks.
12 years ago
Mike Krüger
8d4352b5d9
Disabled remove field action.
...
The action may destroy code therefore I disable it.
12 years ago
Mike Krüger
3cdd45e7b4
Added test for formatting bug.
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