Daniel Grunwald
|
3fbcf2f7d0
|
Add support for partial methods.
|
14 years ago |
Daniel Grunwald
|
bcad2e12f7
|
DocumentScript bugfixes.
|
14 years ago |
Daniel Grunwald
|
8179556203
|
Add DocumentScript that implements Script using a mutable document.
|
14 years ago |
Daniel Grunwald
|
c6ae6c30ee
|
Script refactoring.
|
14 years ago |
mike
|
61c44816e3
|
[FindReferences] Added destructor find support.
|
14 years ago |
Mike Krüger
|
cfe0d4257f
|
Made resolve result == null assertion more verbose.
|
14 years ago |
Daniel Grunwald
|
fe8e098a27
|
Fixed some FxCop warnings.
|
14 years ago |
Mike Krüger
|
fdfdffb42d
|
Fixed several query expression locations.
|
14 years ago |
Mike Krüger
|
a360992cef
|
Fixed type parameter comma locations.
|
14 years ago |
Mike Krüger
|
12c0472ece
|
Fixed incorrect parser positions in FixedStatement test.
|
14 years ago |
Mike Krüger
|
5a9d33f74b
|
Fixed attribute empty arglist parens.
|
14 years ago |
Mike Krüger
|
d6d1f08492
|
Fixed ignored unit test.
|
14 years ago |
Mike Krüger
|
b4c19465bd
|
Added CancellationToken support for the context actions.
|
14 years ago |
Daniel Grunwald
|
d0618b4101
|
Set version number to 5.0.0.5.
|
14 years ago |
Daniel Grunwald
|
eba021814c
|
FindReferences for IEnumerator.Current now finds foreach statements.
|
14 years ago |
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 |
Daniel Grunwald
|
fb0dbc9bee
|
Fix icsharpcode/NRefactory#17: Resolving "is" and "as" expressions loses the semantics
|
14 years ago |
mike
|
2ede14a80b
|
Disabled loction changes by the #line directive.
|
14 years ago |
mike
|
1503054b29
|
TextReplace actions can now depend on each other.
|
14 years ago |
mike
|
4499d32fda
|
Fixed IsInsideDocComment method.
TODO: Move the detection of comments & string regions to the
IMemberProvider (needs rename) and handle that with a tree on IDE
level.
|
14 years ago |
Mike Krüger
|
e058867fee
|
Fixed interface return type tests.
|
14 years ago |
Mike Krüger
|
6eaa0fd45a
|
Fixed interface return type 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 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 |
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 Krüger
|
95ebebc2cb
|
Updated mcs.
|
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 |