5044 Commits (972c1e1361ad2fa8f82bf974c3da8c670d175341)
 

Author SHA1 Message Date
David Srbecký 77f6c88db4 Fixed generic name for enclosing types 16 years ago
David Srbecký abbec177d9 Merged partial classes 16 years ago
David Srbecký b0fabf82c7 Added <inheritdoc/> to metadata members 16 years ago
David Srbecký b78ca5f3bd Some ToStrings are more verbose. Removed some Ignore attributes. 16 years ago
David Srbecký c168ea3b63 Merged and simplified Value tests; 16 years ago
David Srbecký 5b77ae5bd0 Expressions test merged into ExpressionEvaluator test; 16 years ago
David Srbecký 710b027272 Updated unit tests to the new metadata API 16 years ago
David Srbecký 24ba514697 Improved XML printer in debugger unit tests - "Get" methods are invoked, there is an explicit ignore list. 16 years ago
David Srbecký 33e0fbb591 Changing Value class to work with the new metadata API. 16 years ago
David Srbecký ec8a17c09c Finishing the behavior of DebugType 16 years ago
David Srbecký 345570538f Polishing API and implemented more reflection methods 16 years ago
David Srbecký 11dfb6ffef Fixed remaining compile errors in Debugger.Core 16 years ago
David Srbecký e144544cd4 Fixing some syntax errors (still work in progress) 16 years ago
David Srbecký fab4f0c7f2 Store type members in hashtable with name as key 16 years ago
David Srbecký 0bda39c286 Renamed files to match class names 16 years ago
David Srbecký f800c21074 Using BindingFlags from System.Reflection 16 years ago
David Srbecký 487ebaa5cd DebugType derives from System.Type 16 years ago
David Srbecký 0443ba3f9a DebugMethodInfo derives from System.Reflection.MethodInfo 16 years ago
David Srbecký c07a414092 PropertyInfo derives from System.Reflection.PropertyInfo 16 years ago
David Srbecký 3b3cb3da1c FieldInfo derives from System.Reflection.FieldInfo 16 years ago
David Srbecký ff4587a500 Skeletons for implementing System.Type 16 years ago
David Srbecký 98377f4d0f Support for local variables captured by yield 16 years ago
David Srbecký 498a8e0a70 Decoupled support for expressions from the debugger core 16 years ago
Daniel Grunwald fdd5d234f9 Enable legacy runtime activation policy for SharpDevelop.exe to allow loading mixed-mode assemblies. 16 years ago
Daniel Grunwald 3bbef87fe5 Disable profiler unit tests. 16 years ago
Daniel Grunwald 1367562511 Ignore all WeakReferenceTests, apparently some change in the .NET 4 GC makes this kind of test unreliable. 16 years ago
Daniel Grunwald 8159a20216 Ignore failing AvalonEdit test. 16 years ago
Daniel Grunwald ae6ec527a1 Fixed XamlBinding unit tests (XAML CC now requires a System.Xaml reference). 16 years ago
Daniel Grunwald 3c29ef6024 Disable debugger unit tests. 16 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 16 years ago
Daniel Grunwald 9cc7b86eb9 Removed unused code in XamlColorizer that failed to compile with .NET 4.0 Beta 2. 16 years ago
Daniel Grunwald 611f57e079 Remove experimental workflow designer (it doesn't compile in .NET 4.0 Beta 2) 16 years ago
Daniel Grunwald 37c0545898 Adjusted LINQ-to-Profiler implementation to API changes in .NET 4.0 Beta 2. 16 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 16 years ago
Daniel Grunwald 9ef405127a Adjust .bat files for .NET 4.0 Beta 2. 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Matt Ward 2e63f13270 Fixed unhandled InvalidCastException when using the keyboard with a Form being displayed in the designer. 16 years ago
Matt Ward 1f5505dbf3 Now using XmlSchemaSet.Compile() to compile schemas instead of XmlSchema.Compile() which is obsolete. 16 years ago
Matt Ward 8051328c2f Fixed null reference when validating an .xsd file with no root xs:schema element. 16 years ago
Matt Ward 3befe85746 Recognised XML file extensions now read from XmlEditor.addin file. 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Matt Ward cf9adbb9ba Check all base classes for unit test methods not just the immediate test class parent. 16 years ago
Daniel Grunwald f4902e70d7 Fixed forum-10197: InvalidOperationException in Code Completion ("Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed."). 16 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 16 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 3c60b45db0 Fixed bug when opening projects without solution file. 16 years ago
Daniel Grunwald 819bab8287 Fixed change grouping when the document is changed inside event handlers for TextDocument.TextChanged. 16 years ago