2890 Commits (b48ee36f9968da890092934affc7e7a929a6fea3)
 

Author SHA1 Message Date
David Srbecký eee4a0b860 Updated test 18 years ago
Daniel Grunwald a17c67bf38 Fixed forum-7193: CSharpOutputVisitor bugs 18 years ago
David Srbecký 54c84f9aaa Show 'Private members' and similar nodes only if they are not empty. 18 years ago
David Srbecký 7d0d61fc9b Small bugfix: Update the Local Variables pad when stepping 18 years ago
David Srbecký 4d979c998b Removed the caches in StackFrame - Values can not be cached now since they have much shorter lifespan 18 years ago
David Srbecký 701390db65 Updated DynamicTreeDebuggerRow adapter to the new model. 18 years ago
Daniel Grunwald 635d791b96 Fixed forum-7172: NullReferenceException in C# parser when "fixed" keyword was used incorrectly. 18 years ago
Daniel Grunwald 9736ca6d4f Fixed forum-7126: Template RunCommand's only work on new solutions 18 years ago
David Srbecký 4dfa334656 Updated TreeViewNode adapter to the new model. 18 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 18 years ago
Matt Ward 6c7f8e0378 Updated to NUnit 2.4.6. The Unit Testing addin now uses the nunit-console's new /run command line parameter introduced in NUnit 2.4.6. This can be used to execute a test method, class or namespace. 18 years ago
David Srbecký bf2a0e0547 Initial implementation of expression evaluator 18 years ago
David Srbecký 775f2fc891 Creation of expression does not evaluate the expression. 18 years ago
David Srbecký 7f5467d178 Support for array lower bounds 18 years ago
David Srbecký 699b95545c Added code for creating expressions 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 18 years ago
David Srbecký fc672f7a57 Rename Function to StackFrame 18 years ago
David Srbecký e2bfe8d436 Moved part of code from Function to MethodInfo 18 years ago
David Srbecký 72d158f3e7 Tests for the last revision generic 18 years ago
David Srbecký 9695680666 Create generic ICorDebugType from ICorDebugClass and type arguments. 18 years ago
David Srbecký 1a378ee7ba Updated tests 18 years ago
David Srbecký bb13459617 Skeleton of the Expression classes 18 years ago
David Srbecký 1983b5e8b2 Removed the delegate-based persistence framework (will be replaced by expressions) 18 years ago
David Srbecký f0d97426ff Bad idea - reverting last two revisions. At least for the time being. 18 years ago
David Srbecký 62bb8ba089 Preparing to remove ValueCollection 18 years ago
David Srbecký 890bd0daae Values have no names. Names will be part of higher level abstraction. 18 years ago
David Srbecký a6ecb55469 Removed some unused references. 18 years ago
David Srbecký c0db8bfbb9 Removed expiry propagation for Values. 18 years ago
David Srbecký cb3e8cc8fb Removed the IMutable interface which propagated notifications about value changes. 18 years ago
David Srbecký 12f37461f5 Added 'Expressions' test 18 years ago
David Srbecký bd5484d113 Build compound expressions (eg "localVar.field[5]") 18 years ago
David Srbecký 9a645660c7 Moved code to the Value class: 18 years ago
David Srbecký 620177d103 Removed file Value.Common.cs 18 years ago
David Srbecký 360acce034 Added specific Ast Expression so that more information can be preserved. 18 years ago
David Srbecký ea9e8e66a2 Update Debugger.Tests 18 years ago
David Srbecký 775adac3ea Removed classes ArrayElement, LocalVariable, MemberValue and MethodArgument. They added no functionality to the Value class except for specifying how the Value was created. 18 years ago
David Srbecký e19ab146f9 Rename files (Value-*.cs => Value.*.cs) 18 years ago
David Srbecký 55d6dd3b46 Removed the NamedValue class. All values now have name. 18 years ago
David Srbecký 62bbea7ef0 Added an Expression class which will be used to store AST expression for each value 18 years ago
David Srbecký 7664b4981e Re-enabled debugger 18 years ago
Matt Ward 849b934739 XML editor now uses the text editor's CodeCompletionWindow instead of its own custom version. 18 years ago
Matt Ward 4fb6119ab3 Added pre-build event to run UpdateAssemblyInfo.exe to Python.Build.Tasks and ClassDiagram projects. 18 years ago
Matt Ward d3f38a8ac9 Removed NAnt file template from installer. 18 years ago
Matt Ward faad66f44a Added NAnt addin sample. 18 years ago
Matt Ward b58eebe306 The SdiWorkspaceLayout now checks that the DefaultWorkbench ToolBars property is not null before adding controls to the toolbar panel. The ToolBars property is null if nothing is specified in the .addin file under the path /SharpDevelop/Workbench/ToolBar 18 years ago
Matt Ward 4f8f2dc7db Updated samples so they work with SharpDevelop 3.0 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 years ago
Matt Ward 7238969a59 Fixed problems with the XML Editor's XmlParser class preventing the XamlExpressionFinder from correctly identifying an attribute or element in a different namespace. The GetActiveElementStartPath, GetParentElementPath and GetQualifiedAttributeName all now correctly determine the namespace of the element or attribute if the xml has mixed namespaces. 18 years ago
Daniel Grunwald 85d7e3ab6b Layout configuration: Make "<Reset to defaults>" switch back to the Default layout. 18 years ago