4 Commits (9b7a082e24e0be6a60586fdb2247e9d6692b6eed)

Author SHA1 Message Date
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 20 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 20 years ago
Daniel Grunwald 332dd9f511 Fixed SD2-671: Code generation doesn't substitute generic type 20 years ago
Daniel Grunwald db253755b8 Fixed SD2-571: Folding classes hides the declaration line 20 years ago
Daniel Grunwald c6688222c1 Fixed SD2-755: Partial classes in class browser 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Daniel Grunwald 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. 21 years ago
Daniel Grunwald 67ddfc9230 Add code completion support for extension methods in Boo. 21 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 21 years ago
Daniel Grunwald fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. 21 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 21 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 21 years ago
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 21 years ago
Daniel Grunwald d135e0bd4f Improved overload lookup (but the rules from § 14.4.2.2 are still missing). 21 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 21 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 21 years ago
Daniel Grunwald d992e73b07 Fixed two small code completion bugs: 21 years ago
Daniel Grunwald a80f630082 Code completion improvements. 21 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 21 years ago
Daniel Grunwald 4c1a238309 Improved support for partial classes. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald 3e4733ae24 Added code completion on type parameters in generic classes. 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 107881ee32 Added support for code completion on partial classes. 21 years ago
Daniel Grunwald 90a5e40aa7 Added code completion for the "My" namespace. 21 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 21 years ago
Daniel Grunwald 325d2690ec Fixed some code completion bugs. 21 years ago
Daniel Grunwald 6b07312f2b Added code completion after keywords like 'using', 'new', 'as', 'is', ... 21 years ago
Daniel Grunwald e0ba9a5f35 Improved code completion. 21 years ago
Daniel Grunwald e5a82b82bc Fixed ctrl-space code completion. 21 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 21 years ago
Daniel Grunwald bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. 21 years ago
Daniel Grunwald 9271e6d1fb Implemented "Find references". 21 years ago
Daniel Grunwald dc6c33595a Added constructor overload lookup. 21 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 21 years ago
Daniel Grunwald 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). 21 years ago
Daniel Grunwald f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. 21 years ago
Daniel Grunwald a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. 21 years ago
Daniel Grunwald 661a64dd21 Tooltip now shows the type of variables. 22 years ago
Daniel Grunwald bd51ecf13e Added new ResolveResult that gives information about the expression being resolved. 22 years ago
Mike Krüger 70b2f42923 Worked on code completion layer. 22 years ago
Mike Krüger 0a625baf52 Worked on code completion layer. 22 years ago
Mike Krüger 3538eae26a The refactoring of the upper code completion layer has begun ... 22 years ago
Mike Krüger beb1629bd4 project contents can now reference other project contents (greatly reducing loading times/memory consumption). XmlDocumentation is now loaded & cached (greatly increasing loading times/memory consumption). 22 years ago
Mike Krüger c4336b038c created trunk folder. 22 years ago