<Changeauthor="Daniel Grunwald"date="10/07/2007">Update to Cecil 0.6.
Fixed some bugs.
C# parser: include position information for statements/expressions.</Change>
<Changeauthor="Daniel Grunwald"date="09/30/2007">Fixed forum-19066: Invalid params for External Tools.
Changed some instances of "combine" to "solution".</Change>
<Changeauthor="Daniel Grunwald"date="09/30/2007">Reapply our patches to the DockPanel Suite.</Change>
<Changeauthor="Daniel Grunwald"date="09/30/2007">Update to DockPanel Suite v2.1.</Change>
<Changeauthor="Daniel Grunwald"date="09/29/2007">Fixed crash when closing the solution while building.</Change>
<Changeauthor="Daniel Grunwald"date="09/29/2007">Show build progress in status bar.</Change>
<Changeauthor="Daniel Grunwald"date="09/29/2007">Some fixes suggested by FxCop.
Fixed using the "Suppress message" command on constructors.</Change>
<Changeauthor="Daniel Grunwald"date="09/29/2007">Add a .targets file to the build that gets automatically included when the C# 2.0 or VB 8 compiler is used. This .targets file will display warnings when the project uses MSBuild 3.5 features.
Fixed Project > Check with FxCop.</Change>
<Changeauthor="Daniel Grunwald"date="09/28/2007">Fixed deleting directories when "Use recycle bin" option was activated.</Change>
<Changeauthor="Daniel Grunwald"date="09/27/2007">Fixed bug introduced in revision 2688 that could cause non-partial classes to become a CompoundClass with two identical parts when the file is edited.
This caused symptoms like seeing fields and properties twice in the code completion drop-down, seeing method overloads twice; and indirectly caused several problems with the Rename refactoring.</Change>
- Setting different properties for each project in a solution.
- Build can run in a worker process
- Builds multiple projects in parallel</Change>
<Changeauthor="Daniel Grunwald"date="09/24/2007">Fixed exception when deleting a file that had multiple view contents open in the same WorkbenchWindow (e.g. Source view+Designer view, or Source view+Subversion History).</Change>
<Changeauthor="Daniel Grunwald"date="09/24/2007">When there are duplicate classes, treat both parts as implicitly partial. Fixes SD2-1217: Duplicate class name support in ProjectContent.</Change>
<Changeauthor="Daniel Grunwald"date="09/24/2007">SdStatusBar.BeginTask: reset WorkDone to 0.</Change>
<Changeauthor="Daniel Grunwald"date="09/24/2007">Applied patch by Ray Gilbert: CodeDomOutputVisitor now supports more language constructs. (see http://www.codeproject.com/csharp/codedom_assistant.asp)</Change>
<Changeauthor="Daniel Grunwald"date="09/23/2007">Add sample project for text anchors.</Change>
<Changeauthor="Daniel Grunwald"date="09/23/2007">Fixed removing lines in the text editor.</Change>
<Changeauthor="Daniel Grunwald"date="09/23/2007">Add TextAnchor to text editor.
anchor.LineNumber and anchor.ColumnNumber are updated when text is inserted/removed in the document. anchor.IsDeleted will be true when the text location containing the anchor was removed.
LineSegment gets an IsDeleted property, so a LineSegment reference can be used as anchor for a line.</Change>
<Changeauthor="Daniel Grunwald"date="09/22/2007">Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8.</Change>
<Changeauthor="Daniel Grunwald"date="09/22/2007">TextView.VirtualTop: X was a column number, Y a pixel position. Now both are pixel positions.
CSharpOutputVisitor: use System.Runtime.InteropServices.DefaultParameterValueAttribute when converting VB optional parameters.</Change>
<Changeauthor="Daniel Grunwald"date="09/22/2007">Fixed forum-18069: Text selection lags mouse depending on font
TextEditor now provides TextChanged event so users do not have to attach to textEditor.Document.DocumentChanged.
Improved the heuristic that determines which comments belong to a class for the "Move class to file" command.
Prevent SharpDevelop from crashing if code-completion cache is corrupted.</Change>
<Changeauthor="Daniel Grunwald"date="09/17/2007">Merged CSharpCodeCompletion sample enhancements from /branches/2.1 to trunk.
Fixed forum-18847: selections do not work correctly when selecting from invalid lines to valid lines.
When code converter crashes, report the file that it was processing during the crash.</Change>
<Changeauthor="Daniel Grunwald"date="09/11/2007">Fixed SD2-1377: Exception adding reference to Compact Framework application.
C# code completion: Members of anonymous types are properties, not fields.</Change>
<Changeauthor="Daniel Grunwald"date="09/10/2007">RunProject command: compile project before running it.
C# syntax highlighting: add contextual keywords introduced in C# 3.0.
C# parser: support "from T x in e" syntax in query expressions.</Change>
<Changeauthor="Daniel Grunwald"date="09/10/2007">NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;"
Renamed FieldReferenceExpression to MemberReferenceExpression.</Change>
<Changeauthor="Daniel Grunwald"date="08/26/2007">Fixed NullableBoolEditor: the editor must be able to show the difference between the null value and an ambiguous value (multiple selected components with different values).</Change>
<Changeauthor="Daniel Grunwald"date="08/26/2007">Add more controls to toolbox, support editing properties of type "Cursor" and "bool?".</Change>
<Changeauthor="Daniel Grunwald"date="08/26/2007">Support creating event handlers by double-clicking buttons in the WPF designer.</Change>
<Changeauthor="Daniel Grunwald"date="08/25/2007">Worked on event support in WPF designer.
Fixed C# parser bug regarding expressions like "(T)-val".</Change>
<Changeauthor="Daniel Grunwald"date="08/11/2007">Worked on C# -> VB converter.
Fixed SD2-1022: Delegates usage not converted correctly from C# to VB.</Change>
<Changeauthor="Daniel Grunwald"date="08/10/2007">Fixed SD2-803: Implicit interface implementations are not converted correctly to VB</Change>
<Changeauthor="Daniel Grunwald"date="08/09/2007">Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#.</Change>
<Changeauthor="Daniel Grunwald"date="08/09/2007">Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented.</Change>
<Changeauthor="Daniel Grunwald"date="08/09/2007">Move Search&Replace into an AddIn.</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Fixed forum-18320: exception when converting VB code using named arguments to Boo.
Add ShellExecuteDisplayBinding: allows to launch files using the default program associated with them in SharpDevelop's "Open With" menu.</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Implemented SD2-1054: Opening a file with different editor</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Worked on SD2-1054: Opening a file with different editor
Still missing: "Set as default"</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Property pad now works correctly with the Windows Forms designer.</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Merged SD 2.2 revision 2624:2639 to trunk.</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Set correct caret column when pressing return.</Change>
<Changeauthor="Daniel Grunwald"date="08/08/2007">Fixed SD2-1298: Converting single assignment and comparison statement from C# to VB.NET</Change>
<Changeauthor="Daniel Grunwald"date="08/05/2007">GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use.</Change>
<Changeauthor="Daniel Grunwald"date="08/05/2007">Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks).
The property pad uses the information from MSBuild to show the resolved assembly version.</Change>
<Changeauthor="Daniel Grunwald"date="08/04/2007">Project options page: allow choosing 3.0 and 3.5 as target framework.</Change>
<Changeauthor="Daniel Grunwald"date="08/04/2007">Remove skip-messages for projects not compiled when compiling only a single project using F9.
Replace ICSharpCode.SharpDevelop.Func<...> with System.Func<...>; use System.Linq.Enumerable instead of the ICSharpCode.SharpDevelop.Linq helper class.</Change>
SharpDevelop can now compile C# 3.0 projects created with VS2008 Beta 2.</Change>
<Changeauthor="Daniel Grunwald"date="08/04/2007">WpfDesigner tests: Change WPF namespace from winfx/2006/xaml/presentation to netfx/2007/xaml/presentation</Change>
<Changeauthor="Daniel Grunwald"date="08/04/2007">Merge Merged SD 2.2 revision 2603:2624 to trunk.
</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">Fixed method insight for constructors.</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">CSharpExpressionFinder: better support for field initializers</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">Fixed two problems in C# expression finder (wrong context detected for property setters and nested types)</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">Fixed code completion bug: calls from nested classes to static methods in the parent class now are resolved correctly.</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">C# expression finder: Fix "if (a > b) {}".</Change>
<Changeauthor="Daniel Grunwald"date="07/19/2007">Fixed C# expression finder bug for statements like "if (a < b) {}"</Change>
<Changeauthor="Daniel Grunwald"date="07/18/2007">Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code.
Overriding abstract members now inserts "throw new NotImplementedException();" instead of a call to the base method.</Change>
<Changeauthor="Daniel Grunwald"date="07/12/2007">Merged SD 2.2 revision 2560:2603 to trunk.</Change>
<Changeauthor="Daniel Grunwald"date="07/10/2007">TextEditor: Fixed UpdateToEnd when there are folded regions.</Change>
<Changeauthor="Daniel Grunwald"date="07/10/2007">TextAreaMouseHandler: This patch by Troy Simpson fixes an issue with selecting text via double-click, then following-up with a gutter selection.
GapTextBufferStrategy: rewrote PlaceGap, fixing a performance issue when deleting text in large documents
DefaultHighlightingStrategy: cache currentLine.Offset because it's not cheap to retrieve (it's an O(lg n) operation)
DefaultDocument.RequestUpdate: when doing a WholeTextArea update, skip all other updates because they would only duplicate the work done by the WholeTextArea update
Except for the load time, the performance editing large .txt files is now good; though the text editor takes a huge amount of memory (tested with a 1,000,000 lines file).</Change>
<Changeauthor="Daniel Grunwald"date="07/08/2007">Change UpgradeCode - otherwise it is not possible to install SharpDevelop 2.2 when SharpDevelop 3.0 is already installed.</Change>
<Changeauthor="Daniel Grunwald"date="07/08/2007">Applied text editor selection patch by Troy Simpson.</Change>
<Changeauthor="Daniel Grunwald"date="07/08/2007">Fixed forum-17570: text editor saves an additional empty when saving a file.</Change>
<Changeauthor="Daniel Grunwald"date="07/08/2007">Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick.
Make XML documentation tooltips work even if the code completion cache is disabled.</Change>
<Changeauthor="Daniel Grunwald"date="06/27/2007">EventHandlerCompletitionDataProvider: build event name correctly ("button1.Click"=>"button1_Click"), fixed support for generic delegates (EventHandler<T>)</Change>
<Changeauthor="David Alpert"date="06/26/2007">c# event completion better handles generic eventhandlers (EventHandler<TEventArgs>) with a workaround to resolve TEventArgs into a more explicit reference (eg. MouseEventArgs)</Change>
<Changeauthor="David Alpert"date="06/26/2007">improved C# event handler code completion; delegate completion now suggests a method name and optionally inserts the stub.</Change>
<Changeauthor="Daniel Grunwald"date="06/25/2007">Implemented AttributeReturnType, now the unit test AddIn should work again.</Change>
<Changeauthor="Daniel Grunwald"date="06/25/2007">Try to work around MSBuild bug that causes the build to fail on the build server.</Change>
Add AbstractViewContentHandlingLoadErrors for easy handling of invalid files.</Change>
<Changeauthor="Matt Ward"date="06/23/2007">Added unit tests for XmlParser getting attribute names with prefixes. Added GetQualifiedAttributeName and GetQualifiedAttributeNameAtIndex methods which return a QualifiedName for an attribute that includes its prefix if any.</Change>
<Changeauthor="Daniel Grunwald"date="06/23/2007">Revert text editor selection code to that currently used by SD 2.1 - keyboard selection was broken by an old version of Troy Simpson's patch.</Change>
<Changeauthor="Daniel Grunwald"date="06/22/2007">Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments).
Begin work on a Xaml language binding.</Change>
<Changeauthor="Daniel Grunwald"date="06/22/2007">Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent.</Change>
<Changeauthor="Daniel Grunwald"date="06/22/2007">The tools pad can now host any control as tool box, depending on the current view content. Every view content now has its own SideBar as toolbox, so AddIns don't have to manage merging toolbox sections anymore.</Change>
<Changeauthor="Daniel Grunwald"date="06/22/2007">Merged SD 2.1/2.2 revision 2532:2560 to trunk.</Change>
<Changeauthor="David Alpert"date="06/15/2007">fixed the unit test that was breaking the build.</Change>
<Changeauthor="David Alpert"date="06/15/2007">NavigationService now suspends logging while a solution is being loaded and resumes when ParserService.LoadSolutionProjectsThreadEnded fires. It also suspends logging while the workbench is starting up.</Change>
<Changeauthor="David Alpert"date="06/15/2007">Updated the NavigationService to reflect Daniel's ongoing work on SD-1234 in revisions 2313 and 2365; When jumping to a file position, the transitory (0x0) position is no longer marked;
Added XML comments to NavigationService.cs; Moved the services initialization code from a static constructor (that FxCop didn't like) to the more consistent InitializeService/Unload interface used elsewhere in SharpDevelop.
</Change>
<Changeauthor="David Srbecký"date="06/14/2007">Debbugger.AddIn is now available under the BSD license</Change>
<Changeauthor="Daniel Grunwald"date="06/04/2007">Implemented forum-16705: MyBase keyword and code completion in constructors</Change>
<Changeauthor="Daniel Grunwald"date="06/04/2007">"Code Completion when a character is typed" can now be turned off in the options.</Change>
<Changeauthor="Daniel Grunwald"date="06/04/2007">Merged SD 2.1 revision 2493:2532 to trunk.
</Change>
<Changeauthor="Justin Dearing"date="05/31/2007">Cleaned up the Save function. You are now prompted to remove the readonly attribute from Readonly files.</Change>
<Changeauthor="Daniel Grunwald"date="05/25/2007">Revert to old DockPanelSuite: version 2.0 is too unstable.</Change>
<Changeauthor="Daniel Grunwald"date="05/05/2007">Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type).</Change>
<Changeauthor="Daniel Grunwald"date="05/04/2007">Support "go to definition" and "find references" for C# base constructor calls (": base(...)").</Change>
<Changeauthor="Daniel Grunwald"date="04/20/2007">Fixed unit tests.</Change>
<Changeauthor="Daniel Grunwald"date="04/20/2007">Replace List<LineSegment> with an augmented red-black tree that supports all operations (Insert, Remove, GetSegmentByOffset, GetSegmentByIndex and adjusting the line's offsets after insertions) in O(lg n) time (with n=number of lines in document).</Change>
<Changeauthor="Daniel Grunwald"date="04/11/2007">Merged SD 2.1 r 2454:2479 to trunk.
Fixed LocalCopy settings for references to ICSharpCode.Core in AddIns, use GlobalAssemblyInfo.cs for SharpServerTools projects.</Change>
<Changeauthor="Daniel Grunwald"date="04/05/2007">Change background color of inactive pads.</Change>
<Changeauthor="Daniel Grunwald"date="04/05/2007">Apply our patches to the docking library; remove patches that are not required anymore from patchnotes.txt</Change>
<Changeauthor="Daniel Grunwald"date="04/05/2007">Update to DockPanel Suite v2.0.</Change>
<Changeauthor="Itai Bar-Haim"date="04/04/2007">A crash fix when double-clicking the empty place where the "Add Member" row should have appeared; A fix so that row is no longer empty.</Change>
<Changeauthor="Itai Bar-Haim"date="04/04/2007">Fixed a crash when clicking on a members group list content.</Change>
<Changeauthor="Daniel Grunwald"date="04/03/2007">Prevent PropertyContainer from failing when there is no workbench (in unit tests)</Change>
<Changeauthor="Christoph Wille"date="04/02/2007">Fix output path property for Release builds</Change>
<Changeauthor="Christoph Wille"date="04/02/2007">Fix setup for ICSharpCode.DataTools (UI, Model, Addin)</Change>
<Changeauthor="Daniel Grunwald"date="04/01/2007">Fixed bug that prevented the PropertyPad from displaying the properties of elements in pads.</Change>
<Changeauthor="Dickon Field"date="04/01/2007">Refactored following discussion at #d discussions in Karlsruhe. Model api factored to be independent of #d, DataTools.UI is reusable UI components independent of #d, DataTools.AddIn is the #d plugin. ServerTools plugin remains unchanged.</Change>
<Changeauthor="Dickon Field"date="03/31/2007">updated ServerBrowserTool addin file and BitmapResources.resources to include icon for Server Explorer</Change>
<Changeauthor="Dickon Field"date="03/31/2007">added DbToolsProvider for SQLite</Change>
<Changeauthor="Daniel Grunwald"date="03/25/2007">Merged SD 2.1 r 2432:2454 to trunk.</Change>
<Changeauthor="Itai Bar-Haim"date="03/23/2007">Some fixes to the diagram code; Some progress with the class editor (mostly conversion to TreeViewAdv); Some FxCop fixes.</Change>
<Changeauthor="Dickon Field"date="03/20/2007">bugfix to DbProvidersService to handle suspected multiple config entries for the same DbProviderFactory</Change>
<Changeauthor="Dickon Field"date="03/19/2007">Extracted strings for SharpDbTools into resources</Change>
<Changeauthor="Dickon Field"date="03/13/2007">Started to externalise strings to resource files. SharpDbTools default resources are centralised in the SharpDbTools assembly, referenced by plugs-ins etc</Change>
<Changeauthor="Daniel Grunwald"date="03/11/2007">Allow editing the "Content" and "Header" properties.</Change>
<Changeauthor="Daniel Grunwald"date="03/11/2007">Allow placing elements in a Grid.</Change>
<Changeauthor="Daniel Grunwald"date="03/10/2007">allow resizing and deleting Grid rows and columns</Change>
<Changeauthor="Daniel Grunwald"date="03/10/2007">Added row/column creation adorner for Grid.</Change>
<Changeauthor="Daniel Grunwald"date="03/10/2007">Implemented deleting components from the design surface.</Change>
<Changeauthor="Daniel Grunwald"date="03/10/2007">Support drag'n'drop from toolbox to designer surface.</Change>
<Changeauthor="Dickon Field"date="03/08/2007">Fixed bug arising from concurrent access to DbModelInfoService</Change>
<Changeauthor="Daniel Grunwald"date="03/08/2007">Merged SD 2.1 r 2406:2432 to trunk.</Change>
<Changeauthor="Dickon Field"date="03/08/2007">Fixed a bug in OracleFormsArtefactFactory to query metadata for users properly, and added check in DbProvidersService so that it notifies users of DbProviderFactories that are not accessible rather than crashing.</Change>
<Changeauthor="Daniel Grunwald"date="03/05/2007">Allow creating new components.</Change>
<Changeauthor="Dickon Field"date="03/04/2007">Added drag n drop behaviour to Database Explorer. Selecting a database node and dragging it to a drop target results in the connection string for that database connection being copied to the target.
Bugs exist, most importantly in some cases a retrieval of database metadata results in a class cast exception. It is however possible to create a logical database connection, create and test its connection string, without retrieving metadata.</Change>
<Changeauthor="Daniel Grunwald"date="03/04/2007">Support loading .xaml files that use CDATA-sections.
Support loading .xaml files that set up event handlers.</Change>
<Changeauthor="Daniel Grunwald"date="03/04/2007">Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom.
Keep the Z-Order when moving multiple elements between containers.</Change>
<Changeauthor="Daniel Grunwald"date="03/04/2007">WpfDesigner: support dragging multiple selected components.</Change>
<Changeauthor="Daniel Grunwald"date="03/03/2007">XamlDom: better support for element collections.</Change>
<Changeauthor="Daniel Grunwald"date="03/03/2007">Begin work on moving components between containers.</Change>
<Changeauthor="Daniel Grunwald"date="03/03/2007">Worked on Move/Resize in the WPF Designer.</Change>
<Changeauthor="Daniel Grunwald"date="03/01/2007">Allow selecting multiple child elements inside a Panel by "drawing" a selection rectangle.</Change>
<Changeauthor="Daniel Grunwald"date="02/28/2007">Set Canvas.Left+Canvas.Top attached properties when resizing a control inside a Canvas.</Change>
<Changeauthor="Daniel Grunwald"date="02/27/2007">Add Undo/Redo support to WpfDesigner.</Change>
<Changeauthor="Daniel Grunwald"date="02/27/2007">Merged SD 2.1 r2376:2406 to trunk.</Change>
<Changeauthor="Matt Ward"date="02/25/2007">Aga.Controls now builds into the SharpDevelop/bin folder so it can be shared by the Class Diagram and the Debugger addin. Updated the installer to reflect this change.</Change>
<Changeauthor="Itai Bar-Haim"date="02/24/2007">Added clearing features for the class canvas and diagram router.</Change>
<Changeauthor="Matt Ward"date="02/24/2007">Removed TreeListView.dll and added Aga.Controls.dll to the Class Diagram addin folder in the installer.</Change>
<Changeauthor="Matt Ward"date="02/24/2007">Installer now checks that .NET 3.0 is installed. Changed feature title to SharpDevelop 3.0. Changed the default product code and package code guids in the .user file.</Change>
<Changeauthor="Itai Bar-Haim"date="02/23/2007">Switching to use TreeViewAdv instead of TreeListView. Work in progress.</Change>
Do not load/lock assemblies in WorkflowSideTabService.</Change>
<Changeauthor="Daniel Grunwald"date="02/10/2007">Merged SharpDevelop 2.1 r2356:2376 to trunk.</Change>
<Changeauthor="Russell Wilkins"date="02/09/2007">Various fixes to designer services and FxCop Updates</Change>
<Changeauthor="Itai Bar-Haim"date="02/08/2007">Better compatibility with VS2005 format. Made the Enum and the Delegate blocks look more like in VS2005. Minor bug fixes.</Change>
<Changeauthor="Russell Wilkins"date="02/06/2007">Default designer context menu added.</Change>
<Changeauthor="Russell Wilkins"date="02/06/2007">Select related property in propertyPad when error selected from activity context menu.</Change>
<Changeauthor="Russell Wilkins"date="02/06/2007">Implmented TypeConverter for EventProperties.</Change>
<Changeauthor="Russell Wilkins"date="02/06/2007">Fix loading of ViewContent on project opening.
<Changeauthor="Daniel Grunwald"date="02/05/2007">Worked on SD2-1234 - added support for view contents that are not editing a file (e.g. project options).</Change>
<Changeauthor="Daniel Grunwald"date="02/03/2007">Merged SD 2.1 r2332:2356 to trunk.</Change>
<Changeauthor="Dickon Field"date="02/01/2007">Added a new subclass of TextEditorControl to specialise behaviour for SQL, SQLTextEditorControl, plus some test code to get the CompletionWindow showing and working correctly. Next step to add an ICompletionDataProvider that encapsulates pluggable SQL parsing using parser based on coco/r.</Change>
<Changeauthor="Russell Wilkins"date="01/31/2007">TypeProviderService added to maintain common TypeProviders for projects.
</Change>
<Changeauthor="Russell Wilkins"date="01/30/2007">WorkflowSideTabService created to handle toolbox sidetabs for project assembly references. </Change>
<Changeauthor="Russell Wilkins"date="01/30/2007">FileRenaming after EventBindingService changes.
SideBar handling moved to WorkflowToolboxService.</Change>
<Changeauthor="Russell Wilkins"date="01/30/2007">Reworking of EventBindingService</Change>
<Changeauthor="Itai Bar-Haim"date="01/28/2007">Some refactoring; Initial support for nested types.</Change>
<Changeauthor="Daniel Grunwald"date="01/26/2007">Fixed merged unit tests.</Change>
<Changeauthor="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.
@ -10,11 +284,11 @@
@@ -10,11 +284,11 @@
- 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>
<Changeauthor="itaibarhaim"date="01/25/2007">Class diagram file format matches the Visual Studio Class Diagram file format better (still not perfect, somewhat buggy).</Change>
<Changeauthor="Itai Bar-Haim"date="01/25/2007">Class diagram file format matches the Visual Studio Class Diagram file format better (still not perfect, somewhat buggy).</Change>
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>
@ -24,23 +298,23 @@ EventBindingService and code generation updates</Change>
@@ -24,23 +298,23 @@ EventBindingService and code generation updates</Change>
<Changeauthor="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>
<Changeauthor="David Srbecký"date="01/21/2007">Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad</Change>
<Changeauthor="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>
<Changeauthor="justindearing"date="01/20/2007">Added a "graphical" dialog based on the UserExitDialog.wxs
<Changeauthor="Justin Dearing"date="01/20/2007">A pattern for implementing a ConfigurationCollection for storing recently opened files in your application. Its a good starting point.</Change>
<Changeauthor="Justin Dearing"date="01/20/2007">Added a "graphical" dialog based on the UserExitDialog.wxs
Changed the naming for WixDialog.xft</Change>
<Changeauthor="itaibarhaim"date="01/19/2007">Made the NoteCanvasItem editable;
<Changeauthor="Itai Bar-Haim"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>
<Changeauthor="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>
<Changeauthor="itaibarhaim"date="01/12/2007">Implemented some of the member-adding functionality of the ClassEditor (work in progress).</Change>
<Changeauthor="Christian Hornung"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>
<Changeauthor="Itai Bar-Haim"date="01/12/2007">Implemented some of the member-adding functionality of the ClassEditor (work in progress).</Change>
<Changeauthor="David Srbecký"date="01/12/2007">Fixed last build;
Compare test results in test instead of in TearDown</Change>
<Changeauthor="David Srbecký"date="01/11/2007">Cache variables for a Function;
Some bugfixes</Change>
<Changeauthor="David Srbecký"date="01/11/2007">Trim nulls from the end of most strings</Change>
<Changeauthor="David Srbecký"date="01/11/2007">Do not assume that strings are null terminated</Change>
<Changeauthor="justindearing"date="01/11/2007">Fixed a comment.</Change>
<Changeauthor="Justin Dearing"date="01/11/2007">Fixed a comment.</Change>
@ -49,10 +323,10 @@ Some bugfixes</Change>
@@ -49,10 +323,10 @@ Some bugfixes</Change>
<Changeauthor="David Srbecký"date="01/10/2007">Debugger tests: Store various states to XML and compare with previous results</Change>
<Changeauthor="David Srbecký"date="01/08/2007">Unified model for both Local Variables Pad and Tooltips</Change>
<Changeauthor="Dickon Field"date="01/07/2007">Added progressbar for queries from sqltool, introduced base class derived from TextEditor to host code completion behaviour</Change>
<Changeauthor="itaibarhaim"date="01/06/2007">Added initial editing (refactoring) support to the class editor.</Change>
<Changeauthor="itaibarhaim"date="01/05/2007">Fixed class wizard so it is now compiled to the correct place and has the correct version.</Change>
<Changeauthor="itaibarhaim"date="01/05/2007">Added the class wizard project to the class diagram solution.</Change>
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>
<Changeauthor="Daniel Grunwald"date="01/03/2007">Support editing multiple controls inside the property editor.</Change>
<Changeauthor="Daniel Grunwald"date="01/02/2007">Rework hit testing.</Change>
@ -64,12 +338,12 @@ Fixed resolving of local resource managers (was broken since r2191 because NRefa
@@ -64,12 +338,12 @@ Fixed resolving of local resource managers (was broken since r2191 because NRefa