Mike Krüger
b609c8d6f7
[Formatter] Worked on a indent engine.
13 years ago
Mike Krüger
b601407a92
[Completion] Added missing extern aliases to the completion list.
13 years ago
mkrueger
a524d045ff
[CodeCompletion] Fixed code completion bug.
13 years ago
mkrueger
2bf58fd7b1
[CodeIssues] Did some performance optimizations of the
...
RedundantToStringIssue.
13 years ago
Erik Källén
e8131dca28
Implemented selection of best user-defined conversion operator according to §6.4.4 and §6.4.5
13 years ago
mkrueger
a2787c89c4
[Completion] Fixed completion bug.
13 years ago
Mike Krüger
8cee8f532c
Fixed some compiler warnings.
13 years ago
Mike Krüger
28611497dc
Fixed declaration begin for partial methods.
13 years ago
Mike Krüger
a19009e322
[CodeCompletion] Fix bug with pre processor directives.
13 years ago
Erik Källén
06703663f0
Fixed await with generic awaiter types.
13 years ago
Mike Krüger
fab565a92d
[Resolver] Local resolve result no longer returns a constant value for
...
parameters.
Even if the parameters have a default value it's wrong to assume that
this is always the default value. See the unreachable code issue test.
13 years ago
Mike Krüger
b7b73a0907
Fixed orderby keyword.
13 years ago
Mike Krüger
a11077332f
Ignored failing test.
13 years ago
Mike Krüger
f18adf3ab1
Updated mcs.
13 years ago
Mike Krüger
ce08faa068
[CodeIssues] Disabled AccessToXXXClosureIssue for now because of
...
performance reasons.
13 years ago
Mike Krüger
3eb4106ea2
[CodeIssues] CallToVirtualFunctionFromConstructorIssue doesn't need to
...
traverse the whole tree.
13 years ago
Mike Krüger
38947e35f0
[CodeIssues] Speed up inconsistent naming issue.
13 years ago
Mike Krüger
8b2ce7e911
Removed new line after generated category comment.
13 years ago
Mike Krüger
f699f59432
[CodeActions] Added new property to improve the user experience by
...
connecting code actions to issues.
13 years ago
Mike Krüger
b35db0cf21
[CodeAction] Improved create event invocator action.
13 years ago
Mike Krüger
a98a6dc045
Improved type category comparison (was messed up with extension
...
methods).
13 years ago
Mike Krüger
e7783d7808
Revert "[TypeSystem] Added a method to get only defined members with a filter"
...
This reverts commit aa324f018a
.
13 years ago
Mike Krüger
b728f40de6
Revert "Fix build."
...
This reverts commit 0df4bec580
.
13 years ago
Mike Krüger
4fd39aab6c
Fixed possible upcast exception.
13 years ago
Mike Krüger
0df4bec580
Fix build.
13 years ago
Mike Krüger
aa324f018a
[TypeSystem] Added a method to get only defined members with a filter
...
predicate.
TODO: Add similar methods for all members ?
13 years ago
Mike Krüger
2f91ba1df8
[CodeIssues] Added failing test case for variable declared in wide
...
scope issue.
13 years ago
Mike Krüger
ae24ec4713
[CodeIssues] Fixed case in redundant else issue.
13 years ago
Mike Krüger
35428a6466
* RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment
...
issue no longer warns for using statement resource acquisitions.
* ParameterCompletionTests.cs:
* RedundantAssignmentIssueTests.cs: [CodeIssues] Redundant assignment
issue no longer warns for using statements.
13 years ago
Mike Krüger
461dd2beea
Added get parameter name method to parameter data provider.
13 years ago
Mike Krüger
a12bfaf997
[Completion] GetCurrentParameterIndex can now identify the names of
...
the named parameters that are used as well.
13 years ago
Mike Krüger
afb4b595e4
[CodeActions] Gave extract field action a better name.
13 years ago
Mike Krüger
c6b1dea442
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
24e26d337c
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
c15e30de17
[NRefactory] Fixed completion bug.
13 years ago
Mike Krüger
8556833b4b
Took out debug code.
13 years ago
Mike Krüger
eaad50e8be
[TypeSystem] Added C# style async modifier to methods.
13 years ago
Mike Krüger
584eb443b7
[Completion] Fixed completion bug.
13 years ago
Mike Krüger
0a95901c43
The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted)
13 years ago
Mike Krüger
64e0edd04b
Revert "Fixed duplicate type issue."
...
- I choosed to handle the ambiguous types on IDE level.
This reverts commit b99b871ccb
.
13 years ago
Mike Krüger
b99b871ccb
Fixed duplicate type issue.
13 years ago
Mike Krüger
5f00fe3a45
[Completion] Better guarding against duplicate types.
13 years ago
Mike Krüger
354582cc5e
[Completion] Don't insert ';' in delegate handlers created as
...
parameters.
13 years ago
Mike Krüger
9243fad286
[CodeAction] Fixed bug in create overload without parameter action.
13 years ago
Mike Krüger
5188f6968f
Added test for enumeration type hinting in completion.
13 years ago
Mike Krüger
2bd3e6d904
[CodeCompletion] Fixed type hints for enumerations.
13 years ago
Mike Krüger
08ee807d18
[CodeAction] Fixed bug in create field/property action.
13 years ago
Mike Krüger
e1760a55d0
[CodeAction] Fixed bug in create property code action.
13 years ago
Mike Krüger
b1a5ccffb1
[CodeAction] Fixed bug in create field/property action.
13 years ago
erikkallen
c615c9f730
Make 'await' resolve as in the C# 5.0 language specification.
...
This means that the awaiter type must implement INotifyCompletion and can optionally implement ICriticalNotifyCompletion.
13 years ago