15 Commits (2d94d3128c66a8739a044a33aaeddb93535aa517)

Author SHA1 Message Date
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 18 years ago
Daniel Grunwald 83432070c9 Fixed SD2-1313: Protected internal methods not available in derived class code completion 19 years ago
Daniel Grunwald 51e43f4b74 Support loading multi-file assemblies. 19 years ago
Daniel Grunwald 58d070bbf7 Fixed SD2-1307: Code completion for NHibernate 19 years ago
Daniel Grunwald 33ea15dfff Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime). 19 years ago
Daniel Grunwald 78ac392101 Fixed SD2-1228: Find references dialog title includes ampersand character 19 years ago
Daniel Grunwald 5d0fc5b83c Fixed SD2-1095: Autogenerated code for IEnumerable generic interface does not compile 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 19 years ago
Daniel Grunwald 8c3f088c3e CecilReader was incorrectly marking interface members as private. 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 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 c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald a03d294025 Prevent exception when Cecil doesn't report a return type for a member. 19 years ago
Daniel Grunwald f6d5658aee Fixed bugs introduced in rev 1423. 19 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 19 years ago