20 Commits (e3e1e91b928c0e9c261b131cbf7444b7ce7d4127)

Author SHA1 Message Date
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 18 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 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 cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 19 years ago
Daniel Grunwald d8653d3205 Fixed forum-18069: Text selection lags mouse depending on font 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald a65659b0d3 Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Daniel Grunwald 83432070c9 Fixed SD2-1313: Protected internal methods not available in derived class code completion 19 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Daniel Grunwald 58d070bbf7 Fixed SD2-1307: Code completion for NHibernate 19 years ago
Matt Ward a588fc4a17 Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation. 20 years ago
Daniel Grunwald 5d0fc5b83c Fixed SD2-1095: Autogenerated code for IEnumerable generic interface does not compile 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 20 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 5b72594fad Fixed unit tests. 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 37d60be346 Fixed problem with trailing space in expressions for VB debugger tooltips. 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Daniel Grunwald 67ddfc9230 Add code completion support for extension methods in Boo. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 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 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 21 years ago
Daniel Grunwald fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 21 years ago
Daniel Grunwald 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). 21 years ago