Mansheng Yang
|
d061eaa538
|
[CodeAction]Added ConvertIfToSwitchAction
|
13 years ago |
Daniel Grunwald
|
1640cb8c32
|
Set version number to 5.0.1; fixed some compiler warnings.
|
13 years ago |
Nieve
|
99b856a5ee
|
added extract field code action
|
13 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
13 years ago |
Daniel Grunwald
|
4fe7c72b16
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
13 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
13 years ago |
Mike Krüger
|
e8a5226853
|
Changed formatting policy.
|
13 years ago |
Mike Krüger
|
aa111adafe
|
Added completion categories for derived types.
|
13 years ago |
Daniel Grunwald
|
180a690f37
|
Create .pdb file in release build.
|
13 years ago |
Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
13 years ago |
Mike Krüger
|
0cbca24882
|
Added whitespace and text node.
They are needed anyways, now the ast should be theretically round-trip
complete.
|
13 years ago |
Mike Krüger
|
c7e1236c5a
|
Added NewLine ast node.
|
13 years ago |
Mike Krüger
|
53acb15563
|
* ICSharpCode.NRefactory.CSharp.csproj:
* SpecializedCodeAction.cs:
* ConvertDecToHexAction.cs:
* GeneratePropertyAction.cs:
* CheckIfParameterIsNullAction.cs:
* NRefactory.sln: Added specialized code action class.
|
13 years ago |
Daniel Grunwald
|
8111e2683a
|
Add issue provider for explicit conversions in foreach loops.
|
13 years ago |
Mike Krüger
|
8444dffd81
|
Startet exctract method action.
|
13 years ago |
Mike Krüger
|
ceef571315
|
Added introduce constant action.
|
13 years ago |
Mike Krüger
|
2ec03c26d7
|
Added a text editor options class that contains options for text
output.
|
13 years ago |
Mike Krüger
|
b1dfdba7aa
|
Added create delegate action.
|
13 years ago |
Mike Krüger
|
6b61741bd2
|
Added create class declaration action.
|
13 years ago |
Mike Krüger
|
d4f9318a6f
|
Added create constructor declaration action/fixed bugs in other
creation actions.
|
13 years ago |
Mike Krüger
|
9ab32dc1ce
|
Fixed inconsistent naming issues.
|
13 years ago |
Mike Krüger
|
1ca41d1e90
|
Added declare local variable action.
|
13 years ago |
Mike Krüger
|
b6bdb9028d
|
Added inline local variable action.
|
13 years ago |
Mike Krüger
|
9ec0d68db2
|
Added create indexer action.
|
13 years ago |
Mike Krüger
|
ce7bdd7349
|
Added IServiceProvided infrastructure for the refactoring context.
|
13 years ago |
Mike Krüger
|
52ebb26412
|
Added create method declaration action/use type inference to guess the
correct type.
|
13 years ago |
Mike Krüger
|
fcfbbdb507
|
Completed the features of the inconsistent naming issue.
|
14 years ago |
Mike Krüger
|
439010a73b
|
Added some inconsistent naming tests.
|
14 years ago |
Mike Krüger
|
41d5b50008
|
Worked on inconsistent naming issue.
|
14 years ago |
Mike Krüger
|
9fb443ade8
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
Mike Krüger
|
acfcf370ef
|
Changed the ContextAction/Inspector API.
|
14 years ago |
Mike Krüger
|
615248ea53
|
Renamed InspectionIssue to CodeIssue.
|
14 years ago |
Daniel Grunwald
|
a3ced27e3e
|
Simplified several inspectors. Includes some minor bugfixes.
|
14 years ago |
Mike Krüger
|
efa4b0b576
|
Added more inspectors.
|
14 years ago |
Mike Krüger
|
141829a1ed
|
Started inspection API.
|
14 years ago |
mike
|
11b8c3bca6
|
Removed IRelocatable infrastructure - the start line could now be
altered in the lexer directly.
|
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 |
Daniel Grunwald
|
b491ea85c3
|
Rename Conversions to CSharpConversions.
|
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 Krüger
|
5a9d33f74b
|
Fixed attribute empty arglist parens.
|
14 years ago |
Daniel Grunwald
|
d0618b4101
|
Set version number to 5.0.0.5.
|
14 years ago |
Mike Krüger
|
96e434efbc
|
Added GenerateProperty context action.
|
14 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
mike
|
7451607834
|
Added "RemoveRegion" context action.
|
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 |
Daniel Grunwald
|
00743d5f10
|
Fix project options.
|
14 years ago |
Mike Krüger
|
c74577ab6a
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
191ac7c9df
|
Use GlobalAssemblyInfo.cs for all projects.
|
14 years ago |