886 Commits (2154c15a1cdd5223dbea119cc586670a91cb98c1)

Author SHA1 Message Date
Mike Krüger 41d5b50008 Worked on inconsistent naming issue. 14 years ago
Mike Krüger a1797827e4 Fixed code completion bug. 14 years ago
Mike Krüger 193a153070 Fixed completion bug. 14 years ago
Mike Krüger e2828378fb Fixed parameter completion issue. 14 years ago
Mike Krüger 9fb443ade8 Improved code issue tests - renamed some issues and actions. 14 years ago
Mike Krüger 296fc865c9 Fixed some translation strings/code issues can now offer more actions. 14 years ago
Mike Krüger 6ef14c2c78 Added documentation for issue severity. 14 years ago
Mike Krüger acfcf370ef Changed the ContextAction/Inspector API. 14 years ago
Daniel Grunwald 3915a4ccb1 Add IsEligibleExtensionMethod to public API. 14 years ago
Mike Krüger 82af219dac Added TranslateString method to the context. 14 years ago
Mike Krüger 615248ea53 Renamed InspectionIssue to CodeIssue. 14 years ago
Mike Krüger 436eab7889 Corrected name token start/end node calls. 14 years ago
Mike Krüger 974879b3fa Applied sharpdevelop formatting style. 14 years ago
mike 66dfd28e0d Fixed context action tests. 14 years ago
mike 8e66275c97 Fixed unit test. 14 years ago
Mike Krüger b6ad6d443a RedundantUsingInspector: visit simple type. 14 years ago
mike bf71bafe3b Implemented redundant using inspector. 14 years ago
Daniel Grunwald 9771b6db8f Fix icsharpcode/NRefactory#33: Determining if a ThisResolveResult represents this. or base. 14 years ago
Daniel Grunwald a3ced27e3e Simplified several inspectors. Includes some minor bugfixes. 14 years ago
Mike Krüger 61d6c02a6d Fixed loop variable bug. 14 years ago
Daniel Grunwald 8d0abbe870 Fix icsharpcode/NRefactory#30: Target of extension method invocation 14 years ago
Daniel Grunwald d4dd1648e8 Implemented the new options for overridden members in FindReferences. 14 years ago
Mike Krüger 3336a43382 Fixed redundant this inspector. 14 years ago
Mike Krüger efa4b0b576 Added more inspectors. 14 years ago
Daniel Grunwald ac49370486 Simplify ConditionalToNullCoalescingInspector using pattern matching. 14 years ago
Mike Krüger 141829a1ed Started inspection API. 14 years ago
Daniel Grunwald eab8372365 Fixed resolver crash when resolving the arguments of an ObjectCreateExpression with unresolved type (e.g. due to missing using). 14 years ago
Daniel Grunwald 2e40a3483b FindReferences: API idea for new options 14 years ago
Daniel Grunwald 777be39cca Rewrite of the substitution logic in SpecializedMember. 14 years ago
Mike Krüger 7474cdb8b6 Fixed member reference expression bug. 14 years ago
mike afbf9c9624 Fixed for variable initializer name context. 14 years ago
Mike Krüger af6c3b291e Updated mcs. 14 years ago
Daniel Grunwald bf42e08dd4 Add support for IReadOnlyList<T>. 14 years ago
Daniel Grunwald e213758ec7 Replace LazyInit.ReadBarrier() with LazyInit.VolatileRead(). 14 years ago
Mike Krüger be4e8bb34e Added function to get the word segment at caret position. 14 years ago
mike 54b3baee81 Fixed possible null reference exception. 14 years ago
mike f78b052fb1 Fixed bug in override completion. 14 years ago
Mike Krüger e2c8922598 Fixed formatting filter. 14 years ago
mike d07356a544 Fixed ast formatter. 14 years ago
Mike Krüger c51a5f6222 Fixed stub mechanic. 14 years ago
mike 29da952623 Fixed some warnings. 14 years ago
Mike Krüger 6f4a46c066 Fixed failing unit test. 14 years ago
mike 837d48d50a Completion engine now works on freezed compilation units. 14 years ago
mike 40a00e7f86 GetMemberTextToCaret now gives back the correct member start location. 14 years ago
mike 11b8c3bca6 Removed IRelocatable infrastructure - the start line could now be 14 years ago
Mike Krüger 9393ea6af1 [Refactoring] Refactoring context resolver is now protected. 14 years ago
Mike Krüger 0907829b0e Fixed ref/out/params keywords. 14 years ago
Daniel Grunwald d338acc553 Fix icsharpcode/NRefactory#18: ResolveResult for object creation 14 years ago
Daniel Grunwald ab024b9ddc Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
Mike Krüger a798d1a622 Fixed override completion data bug. 14 years ago