Mike Krüger
|
cd349d26ce
|
Fixed some issues in the formatter.
|
14 years ago |
Mike Krüger
|
0b3b290614
|
Fixed case label indentation.
|
14 years ago |
Mike Krüger
|
45cab9bd56
|
Fixed an issue with overlapping segments/fixed failing unit test.
|
14 years ago |
Mike Krüger
|
3503318ede
|
Track role name changes in nrefactory.c#.
|
14 years ago |
Mike Krüger
|
6a0a96ce31
|
Moved some roles to the Roles class.
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
mike
|
e93009afee
|
Fixed context action unit tests.
|
14 years ago |
mike
|
5d33b319d9
|
Revert "Refactoring context now exposes the document instead of the document"
This reverts commit 3d4550cee9 .
Changed my mind - since changes should always done with the 'Script'.
|
14 years ago |
mike
|
3d4550cee9
|
Refactoring context now exposes the document instead of the document
like functions.
|
14 years ago |
Mike Krüger
|
b44d6c6580
|
Fixed typo.
|
14 years ago |
Mike Krüger
|
5e93376fb3
|
Took out ifdef.
(I suppose that patch wont make it upstream)
|
14 years ago |
Mike Krüger
|
473f6a7eb4
|
Added some additional bounds check.
As the parser improves they may become required.
|
14 years ago |
Mike Krüger
|
ae28762282
|
Fixed destructor identifier.
|
14 years ago |
Daniel Grunwald
|
b491ea85c3
|
Rename Conversions to CSharpConversions.
|
14 years ago |
Daniel Grunwald
|
3df0cd3946
|
Make CSharpAstResolver and Conversions thread-safe.
|
14 years ago |
Daniel Grunwald
|
cf331bb4af
|
Fixed resolving partial method definitions.
|
14 years ago |
Daniel Grunwald
|
24d2d195f9
|
Use specialized method for MethodGroupConversion. icsharpcode/NRefactory#21
|
14 years ago |
Daniel Grunwald
|
a731b9371e
|
Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators.
|
14 years ago |
Daniel Grunwald
|
3215504223
|
Fix icsharpcode/NRefactory#20: Copy virtual/override/static/etc. modifiers from properties/events to accessor methods.
|
14 years ago |
Daniel Grunwald
|
3fbcf2f7d0
|
Add support for partial methods.
|
14 years ago |
Daniel Grunwald
|
c3d00d1045
|
Add StringBuilderDocument to NR.Editor.
|
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
|
a76cab240e
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
cfe0d4257f
|
Made resolve result == null assertion more verbose.
|
14 years ago |
Mike Krüger
|
abe5ca472c
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
fe8e098a27
|
Fixed some FxCop warnings.
|
14 years ago |
Mike Krüger
|
cbd5a4672d
|
Enabled working unit test.
|
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
|
f1fa0e0526
|
Enabled working unit test.
|
14 years ago |
Mike Krüger
|
d6d1f08492
|
Fixed ignored unit test.
|
14 years ago |
Mike Krüger
|
110002218a
|
[UnitTests] Track API changes.
|
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
|
b06160b886
|
No longer require a specifil nunit version.
|
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 |