238 Commits (ea3c6943165d7e459119c17cb081257ae2f582d1)

Author SHA1 Message Date
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 257704fc07 Fixed NullReferenceException when resolving in incomplete method declaration. 18 years ago
Daniel Grunwald 92ca3a3a40 Make end of block a synchronizing token. This fixes the end location of blocks with simple syntax errors, improving code completion in some cases. 18 years ago
Daniel Grunwald 8d4847e50d Fixed SD2-1408: NRefactoryResolver throws exception using 'Remove unused imports statements'. 18 years ago
Daniel Grunwald 86499cb66f Fixed forum-7730: Code-completion on generic classes that derive from another generic class. 18 years ago
Daniel Grunwald 91fe2ef2a6 Fixed bug that caused unit test failure. 18 years ago
Daniel Grunwald 6b13b051c1 Fixed exception when a file was modified externally so that the old start position of a class is on an invalid line. 18 years ago
Daniel Grunwald 46ff714cc1 Fixed SD2-511: Code completion in inserted line 18 years ago
David Alpert de1ed7c4f4 Added basic support for Extract Interface refactoring in C#; not yet tested in VB.NET: 18 years ago
Daniel Grunwald 94b6797bc1 Fixed bugs regarding lambda type inference. 18 years ago
Daniel Grunwald 7236ca06c0 Fixed lambda type inference when the lambda was used for an expression tree. 18 years ago
Daniel Grunwald 3b59a03923 Fixed SD2-1393: Implicitly typed variable declaration without new keyword throws exception 18 years ago
Daniel Grunwald fa9d4b17a3 Improved handling of incomplete lambda expressions. 18 years ago
Daniel Grunwald a36875a615 Fixed anonymous types with explicit property names. 18 years ago
Daniel Grunwald f5913a8d1d Worked on lambda expression support. 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 755c666347 Fixed forum-7601: 'Remove unused import statements' command removes extension method's namespace 18 years ago
Daniel Grunwald 7f07348741 Add option to context menu to automatically add a missing using statement. 18 years ago
Daniel Grunwald bff7f206c0 FileChangeWatcher: use HashSet instead of Set, we don't want to sort 18 years ago
Daniel Grunwald 3a1d4e2879 Limit length of entry names in clipboard ring. 18 years ago
Daniel Grunwald 02238ea49c Fix forum-7502: copy documentation when cloning members, fixes missing documentation in tooltips for generic methods/methods in generic classes 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 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago
Daniel Grunwald 1eb1023d74 Fixed code completion for inner classes inside partial classes. 18 years ago
Daniel Grunwald 25abcd6849 Fixed code completion bugs: incorrect return type for System.Collections.Generic.Comparer<T>.Default (forum-7270), tooltip not shown for protected method calls when there is a class with the same name as the called method. 18 years ago
Daniel Grunwald 6bfa9f37c2 NRefactory: add support for evaluating C# preprocessing directives 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 7414e9ad6a Fixed several minor code completion bugs. 18 years ago
Daniel Grunwald ebe69d2387 Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald fe0b68c19d Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
Daniel Grunwald 98783dc5ab Fixed forum-7234: resolving of constructor calls 18 years ago
Daniel Grunwald 5cbf5cc121 Prevent type inference cycles (e.g. "var a = a;") from causing a StackOverflowException. 18 years ago
Daniel Grunwald 34bac66a8f Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
Daniel Grunwald 347af114dd Fixed code completion after new-expression "new SomeClass().Member". 18 years ago
Daniel Grunwald b83bd6d7c8 Fixed DefaultProjectContent.GetClass implementation: inner classes nested in other inner classes were not found. 18 years ago
Daniel Grunwald a731539785 Fixed code completion in indexer setters and explicit event implementations. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald 65820b499e Disable code-completion inside string literals. 18 years ago
Daniel Grunwald b6c95c8c87 Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago
Daniel Grunwald 6e385b8ff4 Code completion: fixed some context detection bugs. 18 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 18 years ago
Daniel Grunwald f21ac6edfb Fixed two bugs: 18 years ago
Daniel Grunwald 1dc3420a1b Fixed attribute completion. 18 years ago
Daniel Grunwald df2adaa0d5 Fixed forum-19285: code-completion for nested inner classes 18 years ago