Alex Mizuki
|
9d29131bc0
|
merge
|
13 years ago |
Alex Mizuki
|
a34aaa85c3
|
project compilation
|
13 years ago |
Alex Mizuki
|
18d7ca431f
|
failing tests for issue 35
|
13 years ago |
Alex Mizuki
|
c189c5d214
|
failing tests for issue 35
|
13 years ago |
Mike Krüger
|
3ec1d7b991
|
Fixed exception in create method action.
|
13 years ago |
Mike Krüger
|
42f6bfbe8a
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
64ca5a01cb
|
Fixed completion bug.
|
13 years ago |
Matt Ward
|
ddc4ba94a3
|
Specify /noxml in the NUnit-Console command line if xml test results are not to be generated.
|
13 years ago |
Matt Ward
|
95aeaba095
|
Update to NUnit 2.6.0.12051
|
13 years ago |
Mike Krüger
|
9511d48927
|
Added KeepCommentsAtFirstColumn option.
|
13 years ago |
Mike Krüger
|
c882a84787
|
Added space in named argument formatting option.
|
13 years ago |
Siegfried Pammer
|
2a585e95c4
|
fix possible cause for OutOfMemoryException in VBNetParser
|
13 years ago |
Siegfried Pammer
|
d32227f62e
|
fix http://community.sharpdevelop.net/forums/t/15659.aspx
|
13 years ago |
Mike Krüger
|
0326e93e02
|
Fixed other enum base type context.
|
13 years ago |
Mike Krüger
|
bd201520a1
|
Fixed enum base type bug.
|
13 years ago |
Mike Krüger
|
bfb4d50713
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
13 years ago |
Mike Krüger
|
c0b97ae07e
|
Updated mcs/fixes some unit tests.
|
13 years ago |
Mike Krüger
|
d9a88ce1da
|
Changed the action text of remove backing store action.
|
13 years ago |
Mike Krüger
|
629bdce661
|
Fixed extract method link bug.
|
13 years ago |
Mike Krüger
|
8478cc62a2
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
13 years ago |
Mike Krüger
|
b8dd515f97
|
Updated mcs.
|
13 years ago |
Mike Krüger
|
eec8403256
|
Added new lines between generated members.
|
13 years ago |
Mike Krüger
|
e499b7aa20
|
Updated mcs.
|
13 years ago |
Mike Krüger
|
1576e0845a
|
Added some generated code member categories.
|
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
|
3eff925c8f
|
Fixed code completion exception.
|
13 years ago |
Siegfried Pammer
|
c0cded9af4
|
fix IOExceptions that could occur while searching
|
13 years ago |
Siegfried Pammer
|
17479d34f6
|
improve mime type detection
|
13 years ago |
Mike Krüger
|
14ca306cad
|
Added function to create a DA object to the refactoring context.
|
13 years ago |
Mike Krüger
|
484c1420de
|
Added some documentation.
|
13 years ago |
Mike Krüger
|
f94402f920
|
Made it easier to get the issues out of the gather visitor.
|
13 years ago |
Matt Ward
|
3af26fc3ca
|
Fix ArgumentNullException in IronPython forms designer when a form has a button, a timer and only the timer's Tick event handler is specified.
|
13 years ago |
Mike Krüger
|
7509ba508a
|
Applied patch by Mansheng Yang to improve the remove braces action.
|
13 years ago |
Mike Krüger
|
66a365e84f
|
Updated mcs.
|
13 years ago |
Mike Krüger
|
3761df4dff
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
13 years ago |
Mike Krüger
|
90eadb387f
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
666963643f
|
Fixed bug in parameter completion.
|
13 years ago |
Mike Krüger
|
265a9ec71b
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
13 years ago |
Alex Mizuki
|
3f465c60f9
|
failing tests for issue 35
|
13 years ago |
Mike Krüger
|
3932a6ef9d
|
Fixed failing completion tests.
|
13 years ago |
Mike Krüger
|
374f1cb716
|
Fixed parameter completion bug.
|
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 |
Mike Krüger
|
075ffe3168
|
Fixed completion category bug.
|
13 years ago |
Mike Krüger
|
6b3da28d52
|
Revert "Changed refactoring context behaviour. It now works on adjacent nodes"
Can have unwanted side effects.
This reverts commit 146573992f .
|
13 years ago |
Mike Krüger
|
146573992f
|
Changed refactoring context behaviour. It now works on adjacent nodes
as well.
|
13 years ago |
Mike Krüger
|
1bc751bd6d
|
Added end inclusive GetNodeAt to AstNode.
|
13 years ago |
Mike Krüger
|
c114f711df
|
Added unit tests for the open mcs nrefactory related bugs. We should
ensure that mcs doesn't regress there.
|
13 years ago |
Mike Krüger
|
eb6a774ca0
|
Fixed some issues in the output visitor.
Note that the block statement newline should be done more elegant (new
lines should be done in the parent).
|
13 years ago |
Mike Krüger
|
6c96156e4f
|
[NRefactory] Fixed CurrentType check for some actions.
|
13 years ago |