1506 Commits (beacbb3d1de09cbe47c0d0f292d1610912929c6c)

Author SHA1 Message Date
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
Mike Krüger e77fadd5bd Fixed parser error. 13 years ago
Mike Krüger 6820c5d253 Updated mcs. 13 years ago
Mike Krüger f44398f038 Fixed potential code completion problem where completion could show up 13 years ago
Mike Krüger c0972c8c95 [Completion] Filter out namespaces that only contain inaccessible 13 years ago
Simon Lindgren f4fdb0c5a0 [CodeIssues] Don't move variable declarations into the list of initializer statements of for statements. 13 years ago
Simon Lindgren 7ad55831ac [CodeIssues] Add accessibility checking to VariableHidesMemberIssue. 13 years ago
Daniel Grunwald 536b9b0b1c Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls. 13 years ago
Daniel Grunwald 99bbb11ded Add 'ResultOfAsyncCallShouldNotBeIgnored' issue. 13 years ago
Daniel Grunwald e6bc300e1e Don't show "expression is never of the provided type" warning if the type could not be resolved. 13 years ago
Daniel Grunwald fe815dc2a0 Fixed false positive that caused a 'is operator always returns true' warning even though it returns false. (e.g. 'intVar is double') 13 years ago
Mike Krüger a50b205d6b [CodeIssues] Fixed unused parameters for methods used as delegates and 13 years ago
Mike Krüger 28c635f11d [CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant 13 years ago