238 Commits (ea3c6943165d7e459119c17cb081257ae2f582d1)

Author SHA1 Message Date
Daniel Grunwald ea3c694316 Fixed build. 17 years ago
Daniel Grunwald a9eb814ba3 VB: Fixed bug in global name lookup when the using scope of the compilation unit is inside a namespace 17 years ago
Daniel Grunwald de2a2b359e Suggest only namespaces after 'using'. 17 years ago
Daniel Grunwald a79df36253 Fixed NullReferenceException in MethodInsightDataProvider. 17 years ago
Daniel Grunwald e9371ce7bc Make use of using scopes for resolving type and namespace names. 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 ce64b86579 Fixed type inference for methods with expression tree parameters. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 26f3ddb298 Don't load assemblies by partial name. 17 years ago
Daniel Grunwald a386bdc8ca Improved performance of code completion on variables with expensive type lookups (range variables, elements defined in XAML) 17 years ago
Daniel Grunwald cd400c7cc0 Fixed SD2-1474 (ClassInheritanceTree returns incorrect results) 17 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 17 years ago
Daniel Grunwald 825952a177 Fixed NullReferenceException for code completion on pointer variables. 17 years ago
Daniel Grunwald a0d768dfff XML comments for WpfDesign. 17 years ago
Daniel Grunwald 04be1cd83a Add cache for MemberLookupHelper.GetTypeInheritanceTree. Improves performance when there are many extension methods available for code completion. 17 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 17 years ago
Daniel Grunwald f08eb73a16 Fixed typo that caused unit test failure. 17 years ago
Daniel Grunwald 8dd64459d5 Fixed SD2-1384: Attribute fully qualified name using wrong namespace 17 years ago
Daniel Grunwald 75ba08f309 Fixed code-completion resolving the wrong class when two imported namespaces contain a class with the same name but only one of the classes is accessible. 17 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 17 years ago
Daniel Grunwald a8570d9287 Fixed snippet converter C# -> VB (references to unknown properties like "this.Font" were seen as method groups, causes the converter to incorrectly add "AddressOf") 17 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 17 years ago
Daniel Grunwald c582a32862 Fixed SD2-1446: Code completion lists private inner classes out of scope 17 years ago
Daniel Grunwald 61c15ff222 Update samples. 17 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Markus Palme 585c7519f4 finished AST generation for VB.NET query expressions 17 years ago
Daniel Grunwald 5d2378597d r7319@daniel-notebook (orig r3350): daniel | 2008-08-14 16:05:14 +0200 17 years ago
Daniel Grunwald 36fb0e0d5d r7316@daniel-notebook (orig r3347): daniel | 2008-08-14 13:15:23 +0200 17 years ago
Daniel Grunwald ec1ff43533 r7315@daniel-notebook (orig r3346): daniel | 2008-08-14 12:12:18 +0200 17 years ago
Daniel Grunwald 8d910894e5 r7314@daniel-notebook (orig r3345): daniel | 2008-08-14 11:39:56 +0200 17 years ago
Daniel Grunwald c1c5eb636d r7313@daniel-notebook (orig r3344): daniel | 2008-08-14 11:22:02 +0200 17 years ago
Daniel Grunwald 2e5b261aa0 r7312@daniel-notebook (orig r3343): daniel | 2008-08-14 10:45:11 +0200 17 years ago
Daniel Grunwald da8b6fa793 r7311@daniel-notebook (orig r3342): daniel | 2008-08-14 10:20:32 +0200 17 years ago
Daniel Grunwald 80340a7ee1 r7309@daniel-notebook (orig r3340): daniel | 2008-08-14 10:00:25 +0200 17 years ago
Daniel Grunwald cd5d5eebb5 r7308@daniel-notebook (orig r3339): daniel | 2008-08-14 09:31:18 +0200 17 years ago
Daniel Grunwald cabc7d612b r7102@daniel-notebook (orig r3301): daniel | 2008-08-06 15:45:54 +0200 17 years ago
Daniel Grunwald 2820eaa8b2 Fixed SD2-1434: Unable to go to definition for an array of objects 17 years ago
Daniel Grunwald 60a335a84b NRefactoryASTConvertVisitor: convert attribute arguments (forum-8114). 17 years ago
Daniel Grunwald f7817414b7 Fixed code-completion bug when calling generic extension methods with explicit type arguments. 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 17 years ago
Daniel Grunwald db8ecab025 Fixed "go to definition" and "find references" for delegate invocations. 17 years ago
Daniel Grunwald 33e5a858a2 Remove HostCallback.BeginAssemblyLoad. 17 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 17 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 17 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 17 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 17 years ago
Daniel Grunwald 5af6034dd7 Assign positions to generated dummy type/members, this is required for the resolver to work correctly. 17 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 17 years ago