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 Krüger
|
fa2db3bb41
|
Fixed anonymous method brace style formatting.
|
14 years ago |
mike
|
b13dad1436
|
Resolve visitor change: If the type of an object create expression
can't be resolved give back the type resolution failure.
This is required to tell why the object creation couldn't be resolved.
|
14 years ago |
Mike Krüger
|
11ab326cc3
|
Readded the 'IsInside' function that checks the position inclusive the
end location.
|
14 years ago |
mike
|
a55cbb43f7
|
Semantic change: Contains now excludes the end location.
|
14 years ago |
mike
|
964b6c03bc
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
d284cbb726
|
Remove region context action is now more efficient in choosing the
subtrees to analyze.
|
14 years ago |
Mike Krüger
|
de443b715f
|
Fixed possible exception in create event incocation context action.
|
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
|
e43634786e
|
* AstFormattingVisitor.cs: Fixed bug in binary operator expression.
* cs-parser.cs:
* cs-parser.jay: Fixed bug in "for" statement locations.
|
14 years ago |
mike
|
7451607834
|
Added "RemoveRegion" context action.
|
14 years ago |
mike
|
b91ed7e2de
|
Fixed get current parameter index.
|
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
expression (makes it easier to count the correct parameter number).
|
14 years ago |
mike
|
4575266b1d
|
Filter out members that are not suited for code completion.
|
14 years ago |
mike
|
c1a777b828
|
Applied a similiar handling for field initializers than for the binary
operator line breaks.
|
14 years ago |
mike
|
47c5b9fae1
|
Improved binary operator line break handling.
|
14 years ago |
mike
|
e2b304397c
|
Fixed using declaration context.
|
14 years ago |
mike
|
698164add6
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
95ebebc2cb
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
008e961b83
|
Fixed build under mono.
|
14 years ago |
mike
|
ab7a24e2f7
|
Removed code duplication.
btw. was the worst case of duplication - the methods should do the
same but had slightly different semantics.
|
14 years ago |
mike
|
338bedcb45
|
Used simpler Identifier.Create calls.
|
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 |
mike
|
47d00e1cf9
|
Added banner style brace output format.
|
14 years ago |
mike
|
c22e11db8a
|
Added banner style brace style.
|
14 years ago |
Daniel Grunwald
|
a993df9090
|
Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
2f859148f0
|
Use simpler IAstVisitor for ResolveVisitor.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Daniel Grunwald
|
0ffe61ee51
|
Trim whitespace within XmlDocumentationElements.
|
14 years ago |
Daniel Grunwald
|
a0f7de3f1c
|
Fixed modifier issues in TypeSystemAstBuilder
|
14 years ago |
Mike Krüger
|
5bef6f2ffc
|
Added some comments for the token classes.
|
14 years ago |
Mike Krüger
|
3ae2fe73c0
|
The formatting visitor is now using an easier visitor pattern.
|
14 years ago |
Mike Krüger
|
47bd60c9b0
|
Removed debug message.
|
14 years ago |
Mike Krüger
|
24f5bc937d
|
Fixed bug in operator declaration getrole function.
|
14 years ago |
Mike Krüger
|
3ffbaa278a
|
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
Mike Krüger
|
73e63ddca1
|
Added GetText function to AstNode.
|
14 years ago |
Mike Krüger
|
196e6184d6
|
Added some Parse methods to the compilation unit.
|
14 years ago |
Mike Krüger
|
72d1381995
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
Daniel Grunwald
|
c180304f38
|
Fix DocumentationElement.IsTextNode for the root element.
|
14 years ago |
Daniel Grunwald
|
d47cb9dfe6
|
Fix icsharpcode/NRefactory#15
|
14 years ago |
Mike Krüger
|
944ba9c62b
|
Fixed formatting bug.
|
14 years ago |