22 Commits (2d0d749425217013e3f74c972909d718c86947fd)

Author SHA1 Message Date
Daniel Grunwald 2d0d749425 Fixed SD2-1528: Stack overflow in code completion when using FluentValidation 17 years ago
Daniel Grunwald e397b87c6b Fixed bug in "Find references": MemberLookupHelper.IsSimilarMember could return true when comparing a field with a local variable. 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 18 years ago
Daniel Grunwald e461aa7bca Fixed bug: In "override" completion, methods/properties were shown multiple times if they were defined in multiple base classes. 18 years ago
Daniel Grunwald 420b068acd Rewrote type inference and overload resolution. The new version has support for implicitly typed lambda expressions. 18 years ago
Daniel Grunwald 111e507419 Fixed forum-7497: Wrong generic overload resolution in tooltip (when a generic method was called from another generic method) 18 years ago
Daniel Grunwald 6667e3fbdb Code completion: Handle implicit conversion of "null" to all reference types and Nullable<T>. 18 years ago
Daniel Grunwald 2c68fb0e71 Fixed code-completion bugs. 19 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 739fb0a991 Fixed NullReferenceException in ProjectContentRegistry when using ICSharpCode.SharpDevelop.Dom without persistence. 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 20 years ago
Daniel Grunwald 5b72594fad Fixed unit tests. 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 21 years ago
Daniel Grunwald 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 21 years ago