2864 Commits (d83c92c76206a726b7f493d9fcbee92fac281694)
 

Author SHA1 Message Date
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
Matt Ward de670165f9 The CodeCoverageMethod.GetChildNamespaces method now correctly identifies the child namespaces when there are two that start the same and match up to just before the dot character. 18 years ago
Matt Ward a0437d75dc Removed unused files from setup and code coverage addin. 18 years ago
Matt Ward fd038e497d Updated installer: Removed nunit-console components used to target .NET 1.1. Added log4net component for NUnit 2.4.5. 18 years ago
Matt Ward 831239dac5 Updated to NUnit 2.4.5. Removed support for running unit tests against .NET 1.1. 18 years ago
Daniel Grunwald 35701c8bcd Suppress warning message when SideBarConfig.xml does not exist (on first start after installation). 18 years ago
Matt Ward 5b47018d7e Changed CodeCoverage addin to use PartCover 2.2 instead of NCover. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Matt Ward 06e3f369e2 XmlView checks that the PrimaryFile is not null before MakeDirty is called in the DocumentChanged event handler. The text editor's filename is set to an empty string instead of null in the XslOutputView so the ParserService does not throw an ArgumentNullException when looking for a parser. 18 years ago
Daniel Grunwald 15a7ecb18e Fixed build. 18 years ago
Daniel Grunwald 996079f1d1 Fixed forum-6858: Bug in New Project/New File Dialog: LastSelectedCategory is not saved correctly for sub-categories. 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald ab9754d4d8 Fixed SD2-1379: When opening files, compile errors are not highlighted 18 years ago
Daniel Grunwald cb61ffd0b7 Fixed rare deadlock between QuickClassBrowserPanel locking a CompoundClass and then doing SearchType requests on a project content; and the parser thread updating a project content and then locking a compound class. 18 years ago
Daniel Grunwald 5fa0f7e1fa Fixed tracking of current project: Improved finding of the first visible parent node of a project by not using lazy initialization for solution folder nodes. Do not set ProjectService.CurrentProject in SelectFile requests - when changing the active file, ProjectService.ActiveViewContentChanged already takes care of changing the current project. 18 years ago
Daniel Grunwald 65820b499e Disable code-completion inside string literals. 18 years ago
Daniel Grunwald e49d1e86ab Improve code completion after the "new" keyword. 18 years ago
Daniel Grunwald 1cd779e5b2 Go back to DockingWindow mode. This seems to solve the issue that text editor tooltips were sometimes not visible anymore after a layout change. 18 years ago
Daniel Grunwald 65ba1bf91a Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 18 years ago
Daniel Grunwald b6c95c8c87 Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago
Daniel Grunwald 43ccda8109 Fixed build. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 5edf2f6842 Fixed bug in text editor drag+drop that could cause an undo group to stay open. 18 years ago
Daniel Grunwald 834324ad1f Update to Boo 0.8. 18 years ago
Christoph Wille da6aee9151 Updated setup for SHFB 1.6 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago