1518 Commits (69d4fd1ff13cc281ab98dbbe1ebe11a12fb4d22b)

Author SHA1 Message Date
Mike Krüger c520eaf996 [Formatting] Worked on C# indent engine. 13 years ago
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 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 b7b73a0907 Fixed orderby keyword. 13 years ago
Mike Krüger f18adf3ab1 Updated mcs. 13 years ago
Mike Krüger ce08faa068 [CodeIssues] Disabled AccessToXXXClosureIssue for now because of 13 years ago
Mike Krüger 3eb4106ea2 [CodeIssues] CallToVirtualFunctionFromConstructorIssue doesn't need to 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 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 13 years ago
Mike Krüger 4fd39aab6c Fixed possible upcast exception. 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 13 years ago
Mike Krüger a12bfaf997 [Completion] GetCurrentParameterIndex can now identify the names of 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." 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 13 years ago
Mike Krüger 9243fad286 [CodeAction] Fixed bug in create overload without parameter action. 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. 13 years ago
Mike Krüger ae20e4929a [Resolver] Fixed unexpected resolver crash. 13 years ago
Mike Krüger 7d702dc862 Added work-around for unexpected parser behaviour. 13 years ago
Mansheng Yang 9622218439 [CodeIssues]RedundantAssignmentIssue: ignore assignments in try blocks 13 years ago
Mike Krüger 7478e22d60 Updated mcs. 13 years ago
Mike Krüger 17b0fe0e64 [Ast] 'where' keyword was missing in parsed query where clause. 13 years ago
Mike Krüger c48fe90874 [Completion] Fixed bug. 13 years ago
Mike Krüger ef23a05edf Fixed unit tests. 13 years ago
Mike Krüger 29a2f5728a Fixed parser bug. 13 years ago