You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
11 KiB
107 lines
11 KiB
<ChangeLog project="SharpDevelop"> |
|
<Change author="Daniel Grunwald" date="01/26/2007">Fixed merged unit tests.</Change> |
|
<Change author="Daniel Grunwald" date="01/26/2007">Merged SD 2.1 rev. 2226:2312 to trunk: |
|
- Unit Tests window changes: It now has an All Tests root node when multiple test projects exist in a solution. Added a toolbar button and menu item to run all the tests in the solution independent of the currently selected test. Added a run with code coverage toolbar button. |
|
- Fixed SD2-1123. Code coverage vist count list view is now sortable by column. |
|
- Fixed finding generic code-completion members by their Reflection name - fixes problems with Code analysis line numbers not showing for generic classes. |
|
- Fixed SD2-1275: Searching using an invalid regex shows search in progress dialog |
|
- The LocalizedStringFile property in a WiX project is no longer escaped when the project is saved after making changes in the Application tab of the project options. |
|
- Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. |
|
- Fixed SD2-1252: Don't steal file associations from Visual Studio |
|
- Fixed SD2-1286: Nested With statements result in stack overflow |
|
- Update to NSvn 1.0.0.2727</Change> |
|
<Change author="itaibarhaim" date="01/25/2007">Class diagram file format matches the Visual Studio Class Diagram file format better (still not perfect, somewhat buggy).</Change> |
|
<Change author="russellwilkins" date="01/25/2007">Rules file handling implemented.</Change> |
|
<Change author="christianhornung" date="01/24/2007">ResourceToolkit: |
|
Implemented SD2-1237 - Support accessing linked resource files. Resource files that are accessed using a ResourceManager (except the designer generated ones) are now searched in the project instead of directly on disk.</Change> |
|
<Change author="russellwilkins" date="01/24/2007">Template updates, |
|
EventBindingService and code generation updates</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Some XML documentation for ICSharpCode.Core.</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Fixed resource editor.</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Add the WorkflowDesigner AddIn written by Russell Wilkins, see http://sdwwf.sf.net/</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Fixed unit test and setup.</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Merged SD 2.1 rev. 2226:2312 to trunk.</Change> |
|
<Change author="Daniel Grunwald" date="01/23/2007">Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. |
|
Removed SharpQuery.</Change> |
|
<Change author="David Srbecký" date="01/21/2007">Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad</Change> |
|
<Change author="justindearing" date="01/20/2007">A pattern for implementing a ConfigurationCollection for storing recently opened files in your application. Its a good starting point.</Change> |
|
<Change author="justindearing" date="01/20/2007">Added a "graphical" dialog based on the UserExitDialog.wxs |
|
Changed the naming for WixDialog.xft</Change> |
|
<Change author="itaibarhaim" date="01/19/2007">Made the NoteCanvasItem editable; |
|
Some refactoring and file movement; |
|
Added zoom commands (not added to the toolbar yet); |
|
Added styling for abstract, static, and sealed classes.</Change> |
|
<Change author="David Srbecký" date="01/14/2007">Added Andrey Gliznetsov's Advanced TreeView</Change> |
|
<Change author="christianhornung" date="01/13/2007">Added a ListView sorting framework to the Widgets library and used it to implement SD2-1266 - sortable columns in resource editor.</Change> |
|
<Change author="itaibarhaim" date="01/12/2007">Implemented some of the member-adding functionality of the ClassEditor (work in progress).</Change> |
|
<Change author="David Srbecký" date="01/12/2007">Fixed last build; |
|
Compare test results in test instead of in TearDown</Change> |
|
<Change author="David Srbecký" date="01/11/2007">Cache variables for a Function; |
|
Some bugfixes</Change> |
|
<Change author="David Srbecký" date="01/11/2007">Trim nulls from the end of most strings</Change> |
|
<Change author="David Srbecký" date="01/11/2007">Do not assume that strings are null terminated</Change> |
|
<Change author="justindearing" date="01/11/2007">Fixed a comment.</Change> |
|
<Change author="David Srbecký" date="01/11/2007">Updated string resources</Change> |
|
<Change author="David Srbecký" date="01/10/2007">Fixed access to members of base class</Change> |
|
<Change author="David Srbecký" date="01/10/2007">Added exception test</Change> |
|
<Change author="David Srbecký" date="01/10/2007">Static method do not have 'this'</Change> |
|
<Change author="David Srbecký" date="01/10/2007">Fixed types for nested generic classes</Change> |
|
<Change author="David Srbecký" date="01/10/2007">Debugger tests: Store various states to XML and compare with previous results</Change> |
|
<Change author="David Srbecký" date="01/08/2007">Unified model for both Local Variables Pad and Tooltips</Change> |
|
<Change author="Dickon Field" date="01/07/2007">Added progressbar for queries from sqltool, introduced base class derived from TextEditor to host code completion behaviour</Change> |
|
<Change author="itaibarhaim" date="01/06/2007">Added initial editing (refactoring) support to the class editor.</Change> |
|
<Change author="itaibarhaim" date="01/05/2007">Fixed class wizard so it is now compiled to the correct place and has the correct version.</Change> |
|
<Change author="itaibarhaim" date="01/05/2007">Added the class wizard project to the class diagram solution.</Change> |
|
<Change author="christianhornung" date="01/04/2007">ResourceToolkit: |
|
Fixed resolving of local resource managers (was broken since r2191 because NRefactoryResolver now requires the location to be set on expressions that are parsed with parser.ParseExpression).</Change> |
|
<Change author="Daniel Grunwald" date="01/03/2007">Support editing multiple controls inside the property editor.</Change> |
|
<Change author="Daniel Grunwald" date="01/02/2007">Rework hit testing.</Change> |
|
<Change author="Daniel Grunwald" date="01/02/2007">Support editing enum property in PropertyEditor.</Change> |
|
<Change author="Daniel Grunwald" date="01/02/2007">WPF PropertyEditor</Change> |
|
<Change author="Daniel Grunwald" date="01/01/2007">Add "IsSet" button to property grid.</Change> |
|
<Change author="Daniel Grunwald" date="01/01/2007">Begin implementing the PropertyEditor.</Change> |
|
<Change author="Daniel Grunwald" date="12/31/2006">Add WindowClone.</Change> |
|
<Change author="Daniel Grunwald" date="12/31/2006">Fixed CSharpCodeCompletion sample.</Change> |
|
<Change author="Daniel Grunwald" date="12/31/2006">Allow setting simple properties via DesignItem.</Change> |
|
<Change author="Daniel Grunwald" date="12/30/2006">WPF Designer.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Match to the newest version. Mainly includes features implementation.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Initial check-in of the new Class Wizard.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Match to the newest version. Mainly includes refactoring and bug fixes.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Match to the newest version. Mainly includes features implementation.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Match to the newest version. Mainly includes refactoring and bug fixes.</Change> |
|
<Change author="itaibarhaim" date="12/30/2006">Match to the newest version. Mainly includes refactoring and bug fixes.</Change> |
|
<Change author="Daniel Grunwald" date="12/30/2006">Merged Serralongue 2181:2226 to trunk.</Change> |
|
<Change author="Daniel Grunwald" date="12/30/2006">More work on adorners.</Change> |
|
<Change author="Daniel Grunwald" date="12/29/2006">Add adorner support.</Change> |
|
<Change author="Daniel Grunwald" date="12/29/2006">Support CustomInstanceFactory.</Change> |
|
<Change author="Daniel Grunwald" date="12/29/2006">Work on designer extensibility framework.</Change> |
|
<Change author="Daniel Grunwald" date="12/29/2006">Worked on designer infrastructure.</Change> |
|
<Change author="Daniel Grunwald" date="12/29/2006">Rename DesignSite -> DesignItem.</Change> |
|
<Change author="Daniel Grunwald" date="12/28/2006">WpfDesigner</Change> |
|
<Change author="Daniel Grunwald" date="12/28/2006">Create WpfDesign project.</Change> |
|
<Change author="Daniel Grunwald" date="12/27/2006">Start implementation of our .xaml loader.</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Fixed variable grouping in tooltips</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Load debuggee metadata only once and cache it</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Added generated debugger help file</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Fixed build: Moved DebuggerObject to correct namespace</Change> |
|
<Change author="David Srbecký" date="12/26/2006">All debugger classes derive from DebuggerObject; |
|
Added missing SVN Revision keywords</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Improved DebugType.FullName (support arrays and generics)</Change> |
|
<Change author="David Srbecký" date="12/26/2006">Eval results are not automatically re-evaluated anymore</Change> |
|
<Change author="David Srbecký" date="12/24/2006">Fixed unit test: Eliminated WaitHandles from process</Change> |
|
<Change author="David Srbecký" date="12/24/2006">Debugger tests compile (but fail)</Change> |
|
<Change author="Daniel Grunwald" date="12/23/2006">Add ClassDiagram AddIn by Itai Bar-Haim.</Change> |
|
<Change author="Daniel Grunwald" date="12/23/2006">Make setup install to Program files\SharpDevelop\3.0 instead of 2.1</Change> |
|
<Change author="Daniel Grunwald" date="12/23/2006">Improved VB -> C# converter.</Change> |
|
<Change author="David Srbecký" date="12/22/2006">Use reflection instead of exceptions to determine type. This minimizes overhead while being debugged.</Change> |
|
<Change author="David Srbecký" date="12/22/2006">Added some performance measurements; Improved value cache</Change> |
|
<Change author="Daniel Grunwald" date="12/22/2006">Remove GetClass overload that doesn't take a TypeParameterCount</Change> |
|
<Change author="Daniel Grunwald" date="12/22/2006">Remove NAntAddIn from setup.</Change> |
|
<Change author="Daniel Grunwald" date="12/22/2006">Remove NAntAddIn</Change> |
|
<Change author="Daniel Grunwald" date="12/22/2006">Add partial C# 3.0 support.</Change> |
|
<Change author="David Srbecký" date="12/22/2006">Moved a few files</Change> |
|
<Change author="Christoph Wille" date="12/22/2006">3.0 Alpha designation for setup; note: we do not yet check for .NET FW 3.0 preinstalled which will be mandatory for Montferrer</Change> |
|
<Change author="David Srbecký" date="12/22/2006">Complete rewrite of variable subsystem</Change> |
|
<Change author="Christoph Wille" date="12/22/2006">Subversion post commit hook code checked in</Change> |
|
<Change author="Daniel Grunwald" date="12/22/2006">Mark trunk as SD 3.0</Change> |
|
</ChangeLog> |