238 Commits (ea3c6943165d7e459119c17cb081257ae2f582d1)

Author SHA1 Message Date
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 19 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 19 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 19 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 19 years ago
Daniel Grunwald 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 19 years ago
Daniel Grunwald c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 19 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 19 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 19 years ago
Daniel Grunwald 8c3f088c3e CecilReader was incorrectly marking interface members as private. 19 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. 19 years ago
Matt Ward 3a43292513 Fixed SD2-1057 - UserControl in project does not appear in Custom Components tab. When adding an item to the project content cache the full assembly name is used as a key if the project content is a ReflectionProjectContent. 19 years ago
Daniel Grunwald 4e7fdc9893 Update to Cecil revision 65051. Fixes SD2-1052: Crash when starting SharpDevelop 2.1 on 64 bit Windows 19 years ago
Daniel Grunwald 52e507e78c Fixed SD2-954: String resources are missing for Refactor menu. 19 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. 19 years ago
Daniel Grunwald bbb73b9b8f C# parser bug: fixed arrays in unsafe structs are now parsed correctly 19 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 19 years ago
Daniel Grunwald 14594474f1 Fixed SD2-964: Public VB structure variables are recognized as private ones. 19 years ago
Daniel Grunwald f22e89b7d1 Fixed code-completion bug (NullReferenceException) introduced in rev. 1661 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
Daniel Grunwald 8b52417845 Web references in Boo projects are now supported. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago