Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
Daniel Grunwald
|
eaba9798d3
|
Rename 'cu' to 'syntaxTree'.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Daniel Grunwald
|
cc37a7179d
|
TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary.
Ported some SD4 unit tests to NR5.
|
13 years ago |
Daniel Grunwald
|
0f82920267
|
GenerateProperty: do not propose to generate a setter if the field is readonly.
|
13 years ago |
Mike Krüger
|
40b8ce58d2
|
[CodeIssues] Converted IgnoreConstructors to a property.
|
13 years ago |
Daniel Grunwald
|
e83d77a885
|
Ignore redundant 'this' in constructors.
|
13 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
13 years ago |
Daniel Grunwald
|
8b026d4e15
|
Script.Link() dummy implementation: return a completed task instead of null.
|
13 years ago |
Mike Krüger
|
c7de3dabcb
|
[CodeAction] Fixed getter/setters of the implemented
interface/abstract class properties & indexers.
|
13 years ago |
Mike Krüger
|
4f70f16149
|
[CodeActions] Implemented abstract members action/Improved implement
interface action & fixed unit tests.
|
13 years ago |
Mike Krüger
|
1863ed6f16
|
[CodeAction] Implement interface now tends to implement the more
specialized members non explicit.
|
13 years ago |
Mike Krüger
|
286091be90
|
[CodeActions] Finished first implement interface implementation.
|
13 years ago |
Mike Krüger
|
d4209d09dd
|
[CodeAction] Fixed extract method unit test.
|
13 years ago |
Mike Krüger
|
4a5d1e851b
|
[CodeAction] Fixed most extract method tests.
|
13 years ago |
Daniel Grunwald
|
77283dc2f1
|
Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults).
|
14 years ago |
Mike Krüger
|
3e2fe59188
|
[CodeActions] Added Task async excecution for insertion & link modes.
|
14 years ago |
Mike Krüger
|
6e5b973924
|
[ContextAction] Added null check to create method.
|
14 years ago |
Mike Krüger
|
d355b0f84b
|
[CodeIssues] Added indexer case.
|
14 years ago |
Mike Krüger
|
da2eea8353
|
[CodeIssues] Improved naming check (skipp overriden members).
|
14 years ago |
Mike Krüger
|
4c875208f4
|
[CodeAction] Create field now works on member reference expressions
with 'this.' target.
|
14 years ago |
Mike Krüger
|
00d5de8b18
|
[CodeIssues] Optimized word break algorithm.
|
14 years ago |
Mike Krüger
|
f198d68a79
|
[CodeAction] Fixed bug in create property action.
|
14 years ago |
Mike Krüger
|
4e44369854
|
[CodeIssues] Fdg rules now apply only to public & protected entities.
(The Fdg rules only apply to that, we were more restrictive).
|
14 years ago |
Mike Krüger
|
b0c73cc6a8
|
[CodeIssues] Fixed fdg naming rules.
|
14 years ago |
Mike Krüger
|
75f65dac64
|
Fixed typo.
|
14 years ago |
mike
|
5bc69fdcbf
|
[CodeActions] Fixed remove braces whitespace removal.
|
14 years ago |
mike
|
1911868ad2
|
[NRefactory] Removed extra new line for fields.
|
14 years ago |
Daniel Grunwald
|
1640cb8c32
|
Set version number to 5.0.1; fixed some compiler warnings.
|
14 years ago |
Nieve
|
99b856a5ee
|
added extract field code action
|
14 years ago |
Simon Lindgren
|
a300c56147
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
14 years ago |
mike
|
b9780fbad8
|
[CodeAction] Fixed check if parameter is null bug.
|
14 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
14 years ago |
mike
|
bcb45ff77e
|
[Refactoring] Better use of the text editor options class in the
script node output (output formatter should maybe use the formatting
indent class).
|
14 years ago |
mike
|
c32e988de6
|
[Completion] Fixed unit test.
|
14 years ago |
Daniel Grunwald
|
4fe7c72b16
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
14 years ago |
Mike Krüger
|
d9113f32e5
|
[CodeAction] Fixed possible null reference.
|
14 years ago |
Daniel Grunwald
|
c06cfeda6e
|
Fix icsharpcode/NRefactory#42: const IField returns IsStatic=false
|
14 years ago |
Mike Krüger
|
c4b9519ca5
|
[CodeAction] Convert foreach to for now preserves old block.
|
14 years ago |
Mike Krüger
|
cf9d360be7
|
[CodeActions] Worked on implement interface.
|
14 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
14 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
c8f8dc7514
|
[CodeIssue] removed '.' in name.
|
14 years ago |
Mike Krüger
|
c36be0bff4
|
Fixed some add another accessor issues.
|
14 years ago |
Mike Krüger
|
bb27ef5132
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
3ec1d7b991
|
Fixed exception in create method action.
|
14 years ago |
Mike Krüger
|
d9a88ce1da
|
Changed the action text of remove backing store action.
|
14 years ago |
Mike Krüger
|
629bdce661
|
Fixed extract method link bug.
|
14 years ago |
Mike Krüger
|
14ca306cad
|
Added function to create a DA object to the refactoring context.
|
14 years ago |
Mike Krüger
|
484c1420de
|
Added some documentation.
|
14 years ago |