<Changeauthor="Daniel Grunwald"date="12/15/2005">Allow changing the active solution configuration in the build menu.</Change>
<Changeauthor="Daniel Grunwald"date="12/15/2005">Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered).</Change>
<Changeauthor="David Srbecký"date="12/14/2005">Debugger handles optimized code more gracefully</Change>
<Changeauthor="David Srbecký"date="12/14/2005">Debugger.Eval rewritten to hold its state in one enum</Change>
<Changeauthor="David Srbecký"date="12/13/2005">Private/static variables separated in debugger tooltips</Change>
<Changeauthor="David Srbecký"date="12/13/2005">Fixed bug: SessionID was not updated between evals; Added test for it</Change>
<Changeauthor="Daniel Grunwald"date="12/13/2005">Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder.</Change>
<Changeauthor="Matt Ward"date="12/13/2005">Fixed SD2-602 - Adding a COM reference generates a FileLoadException. The ReferenceProjectItem was trying to determine the assembly name for the COM reference causing the exception.</Change>
<Changeauthor="David Srbecký"date="12/12/2005">Fixed bug: Base class was not accessible after stepping</Change>
<Changeauthor="David Srbecký"date="12/12/2005">Property evaluation code moved to ObjectValue</Change>
<Changeauthor="Daniel Grunwald"date="12/12/2005">Fixed SD2-595: Replace in files must use same Encoding detection as text editor</Change>
<Changeauthor="David Srbecký"date="12/12/2005">Worked on variable updating; Properties in debugger tooltips</Change>
<Changeauthor="David Srbecký"date="12/11/2005">ToString disabled; Property evaluation automatically started on demand</Change>
<Changeauthor="Daniel Grunwald"date="12/11/2005">Fixed SD2-525: Changing the output Window font changes the text editor window font.
Fixed SD2-526: Output Window Word Wrap does nothing.
Improved performance of output window and error list when there are many errors/warnings. (previously 3000 warnings caused the SharpDevelop to freeze for 30 seconds and then crash with an OutOfMemoryException, consuming 2 GB of memory; now the speed is much better and the memory usage is fixed)</Change>
<Changeauthor="Daniel Grunwald"date="12/11/2005">Fixed SD2-570: When moving or copying InProject folders, their children get excluded from the project.</Change>
<Changeauthor="Daniel Grunwald"date="12/11/2005">Fixed SD2-569: Wrong file name used for new Link items.
Fixed text editor crash when editing files containing very long words (e.g. 100 KB base64-data in a single line in an XML file).</Change>
<Changeauthor="Daniel Grunwald"date="12/10/2005">Fixed SD2-597: No code completion after "new".</Change>
<Changeauthor="Daniel Grunwald"date="12/10/2005">Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound.</Change>
Fixed function so that expired variables do not throw exceptions</Change>
<Changeauthor="Daniel Grunwald"date="12/10/2005">Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0)
Now NDoc can be started with the command "Project > Build documentation with NDoc".</Change>
<Changeauthor="Daniel Grunwald"date="12/10/2005">Applied form designer patch by Christian Hornung:
- designer no longer rewrites fields of all parts in the designer file
- type names in non-designer parts are now correctly fixed to fully qualified type names
- designer no longer overwrites the wrong code region in the designer file
- when double-clicking an event which is defined in a different file, that file is now opened instead of a new (duplicate) method being created
- the design tab is now also shown if the System.Windows.Forms.Form base type is specified in the designer file, but not in the currently open file</Change>
<Changeauthor="David Srbecký"date="12/07/2005">Added two debugger tests</Change>
<Changeauthor="Matt Ward"date="12/07/2005">Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms.</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...)</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory.</Change>
<Changeauthor="David Srbecký"date="12/06/2005">Lazy getting of property values</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">NAntAddIn unit tests now don't need a hard-coded path in the config file.</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">Set output directory of unit test projects to bin\UnitTests</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy)</Change>
<Changeauthor="Matt Ward"date="12/06/2005">Html Export menu option no longer gets disabled after being selected once.</Change>
<Changeauthor="David Srbecký"date="12/06/2005">Lazy getting refactored. Started lazy getting of properties</Change>
<Changeauthor="Daniel Grunwald"date="12/06/2005">Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server).</Change>
<Changeauthor="Matt Ward"date="12/06/2005">Fixed typos in VB.Net file templates.</Change>
<Changeauthor="David Srbecký"date="12/06/2005">Lazy getting of array values</Change>
<Changeauthor="David Srbecký"date="12/05/2005">Lazy getting of function arguments and local variables</Change>
<Changeauthor="Daniel Grunwald"date="12/05/2005">Fixed enumerations with base type in VB output visitor.</Change>
<Changeauthor="David Srbecký"date="12/05/2005">Used constructor instead of Variable.CreateVariable</Change>
<Changeauthor="David Srbecký"date="12/05/2005">Getting of function variable made lazy</Change>
<Changeauthor="David Srbecký"date="12/05/2005">Debugger.Function valid as long as possible</Change>
<Changeauthor="Daniel Grunwald"date="12/03/2005">Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie').</Change>
<Changeauthor="David Srbecký"date="12/03/2005">VariableFactory meged into Variable. ValueFactory merged into Value.</Change>
<Changeauthor="David Srbecký"date="12/02/2005">Some validity checking in debugger. Removed MagicValue and UnknownValue.</Change>
<Changeauthor="Daniel Grunwald"date="11/30/2005">SD2-582: Solution file incorrect after adding a second project</Change>
<Changeauthor="Daniel Grunwald"date="11/30/2005">Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range</Change>
<Changeauthor="Daniel Grunwald"date="11/30/2005">Fixed SD2-585: DataGridView does not appear in Tools | Data tab</Change>
<Changeauthor="Daniel Grunwald"date="11/29/2005">Add documentation about AddInManager.</Change>
<Changeauthor="Daniel Grunwald"date="11/29/2005">Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.</Change>
<Changeauthor="Daniel Grunwald"date="11/28/2005">Fixed SD2-590: Form Designer does not show child controls of panel</Change>
<Changeauthor="Daniel Grunwald"date="11/27/2005">Improved AddInManager (updating AddIns now works correctly).
Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung.</Change>
<Changeauthor="Markus Palme"date="11/27/2005">added icons for the debugger pads. they are not perfect but at lease distinctable.</Change>
<Changeauthor="Daniel Grunwald"date="11/27/2005">Applied form designer field declaration patch by Christian Hornung.</Change>
<Changeauthor="Daniel Grunwald"date="11/27/2005">Added support for installing and uninstalling user AddIns.</Change>
<Changeauthor="Daniel Grunwald"date="11/27/2005">Implemented adding and removing external AddIns.</Change>
<Changeauthor="Daniel Grunwald"date="11/26/2005">Check dependencies when enabling/disabling AddIns.</Change>
<Changeauthor="Daniel Grunwald"date="11/26/2005">Add simple AddIn manager that can enable and disable AddIns.</Change>
<Changeauthor="Matt Ward"date="11/26/2005">Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer.</Change>
<Changeauthor="Matt Ward"date="11/26/2005">Fixed SD2-588. Type resolution service no longer returns types from the Microsoft.VSDesigner assembly. This stops the forms designer from using Microsoft's data adapter designers.</Change>
<Changeauthor="Daniel Grunwald"date="11/26/2005">Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus.</Change>
<Changeauthor="Daniel Grunwald"date="11/26/2005">Now AddIns are loaded from three locations:
- ApplicationBase\AddIns
- ConfigDirectory\AddIns
- locations defined in ConfigDirectory\AddIns.xml</Change>
<Changeauthor="Daniel Grunwald"date="11/25/2005">Update to Boo 0.7.5, added support for partial classes to the Boo AddIn.</Change>
<Changeauthor="Daniel Grunwald"date="11/25/2005">Patch by Scott Ferrett: Match whole word now accepts any non-letter-or-digit character as word bound, fixed exception when searching in "whole project" or "whole solution" and the project contained an open .resources file.</Change>
<Changeauthor="Daniel Grunwald"date="11/25/2005">Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer.
The "CoreStartup" class now helps starting up the core and enables the core user to change the location of the properties file and some other core settings.</Change>
<Changeauthor="Daniel Grunwald"date="11/25/2005">Fixed code completion in WithStatements.</Change>
<Changeauthor="Matt Ward"date="11/25/2005">Removed addin dependency from Forms Designer addin stopping it from being loaded on startup.</Change>
<Changeauthor="Matt Ward"date="11/25/2005">GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad.</Change>
<Changeauthor="Daniel Grunwald"date="11/24/2005">Show new AddIn properties in the AddInScout.
Fixed C# ExpressionFinder bug: identifiers were resolved as type names when they were in front of a keyword like 'in' or 'as'.</Change>
<Changeauthor="Daniel Grunwald"date="11/24/2005">Fixed code completion for project references.
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.</Change>
<Changeauthor="Matt Ward"date="11/24/2005">Fixed SD2-515. Project or assembly reference added to the project when a custom component from the toolbox is added to a form.</Change>
<Changeauthor="Matt Ward"date="11/24/2005">Code now ensures that the Forms Designer UndoEngine has been created before checking that the undo/redo menu options should be enabled.</Change>
<Changeauthor="Christoph Wille"date="11/23/2005">SXW converted RTF; pending review by authors</Change>
<Changeauthor="Matt Ward"date="11/23/2005">Set the DesignerSerializationVisibility to hidden for the TextEditorControlBase properties Document and TextEditorProperties. This prevents the forms designer from generating code that cannot be compiled when the text editor control is added to a form at design time.</Change>
<Changeauthor="Matt Ward"date="11/23/2005">Applied Christian Hornung's fix for SD2-562. The ViewContents are notified of deselection prior to the workspace layout being changed.</Change>
<Changeauthor="Mathias Simmack"date="11/23/2005">add MSBuildFile.cs for the last update 787</Change>
<Changeauthor="Mathias Simmack"date="11/23/2005">updating repository to avoid the build bug (is no one responsible for this?)</Change>
<Changeauthor="Markus Palme"date="11/22/2005">applied patch from Scott Ferrett: Support for % in itmes in MSBuild files</Change>
<Changeauthor="Mathias Simmack"date="11/22/2005">some little updates and fixes</Change>
<Changeauthor="Daniel Grunwald"date="11/21/2005">Read unknown project items from MSBuild files, allow project to override creation of project items (patch by Scott Ferrett).</Change>
<Changeauthor="Daniel Grunwald"date="11/20/2005">Fixed moving linked files in the project pad and other minor bugs.</Change>
<Changeauthor="Matt Ward"date="11/20/2005">Fixed SD2-462. Undo/redo now working in the Forms Designer.</Change>
<Changeauthor="Mathias Simmack"date="11/20/2005">updated WinFX templates for the WinFX Runtime Components November 2005 CTP</Change>
<Changeauthor="Daniel Grunwald"date="11/20/2005">Fixed exception when loading referenced assembly using Reflection when a type parameter constraint on a method referenced another type parameter from the same method.</Change>
<Changeauthor="Daniel Grunwald"date="11/20/2005">Fixed a few minor bugs.</Change>
<Changeauthor="David Srbecký"date="11/19/2005">ToString() evaluated in local variables pad</Change>
<Changeauthor="Daniel Grunwald"date="11/19/2005">ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad.</Change>
<Changeauthor="Daniel Grunwald"date="11/19/2005">Fixed SD2-564: Code always generated for c#.
Fixed VB parser bug ("Dim lDrives() As DriveInfo")</Change>
<Changeauthor="David Srbecký"date="11/19/2005">Eval exceptions are handled</Change>
<Changeauthor="Daniel Grunwald"date="11/19/2005">Fixed some bugs in the project browser (Solution Folders and Solution Items)</Change>
<Changeauthor="Matt Ward"date="11/19/2005">Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed.</Change>
<Changeauthor="Daniel Grunwald"date="11/19/2005">Fixed some bugs regarding missing files and folders in the project browser.</Change>
<Changeauthor="Matt Ward"date="11/19/2005">Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file.</Change>
<Changeauthor="Daniel Grunwald"date="11/19/2005">Fixed SD2-551: Project view not always synchronising the current document</Change>
<Changeauthor="David Srbecký"date="11/19/2005">Properties shown in local variables pad and debugger tooltip</Change>
<Changeauthor="David Srbecký"date="11/18/2005">Numbers can be set using debugger tooltip</Change>
<Changeauthor="Daniel Grunwald"date="11/18/2005">Improved sorting of TaskList (patch by David Alpert)</Change>
<Changeauthor="Daniel Grunwald"date="11/18/2005">Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default.</Change>
<Changeauthor="Daniel Grunwald"date="11/18/2005">Fixed some bugs in NRefactory.</Change>
<Changeauthor="Daniel Grunwald"date="11/18/2005">Fixed SD2-561: Running a single file causes unhandled exception</Change>
<Changeauthor="Daniel Grunwald"date="11/18/2005">The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references.
NRefactory now uses CastExpression for all cast types ("DirectCast", "CType", "TryCast"). TypeOfIsExpression now used by C# instead of BinaryOperatorType.TypeTest.
Updated to new Boo version that supports parsing and writing generic type references.</Change>
<Changeauthor="Mathias Simmack"date="11/17/2005">changed the call of the dialog and its Dispose() method a little bit</Change>
<Changeauthor="Markus Palme"date="11/17/2005">IME patch from Shinsaku Nakagawa</Change>
<Changeauthor="Matt Ward"date="11/16/2005">Fixed SD2-555. Forms designer automatically reloads if the language property is changed.</Change>
<Changeauthor="Daniel Grunwald"date="11/16/2005">Fixed SD2-556: Resx not being added to project</Change>
<Changeauthor="Markus Palme"date="11/16/2005">SD2-532: revamped html export; made progress bar access threadsafe</Change>
<Changeauthor="Matt Ward"date="11/15/2005">Added patch by Christian Hornung. DesignerResourceService now complies with the SDK documentation and serves resource readers/writers at any time in any order. Localised resources now saved correctly.</Change>
<Changeauthor="David Srbecký"date="11/15/2005">Added icons to debugger tooltips</Change>
<Changeauthor="David Srbecký"date="11/15/2005">Variables in Local Variables pad are expandable again.</Change>
<Changeauthor="David Srbecký"date="11/15/2005">Debugger SubVariables property moved from Value to Variable.</Change>
<Changeauthor="David Srbecký"date="11/15/2005">Worked on Debugger.VariableCollection. Started redesign of local variables pad.</Change>
<Changeauthor="David Srbecký"date="11/14/2005">SharpDevelopMain.RunApplication() does not eat all exceptions</Change>
<Changeauthor="Markus Palme"date="11/13/2005">xml comment insertion and completition for vb.net</Change>
<Changeauthor="Daniel Grunwald"date="11/13/2005">Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse)</Change>
<Changeauthor="Daniel Grunwald"date="11/13/2005">Fixed SD2-560: Interface implementation generator messes up arrays</Change>
<Changeauthor="David Srbecký"date="11/13/2005">Renamed debugger Variables to Values</Change>
<Changeauthor="David Srbecký"date="11/13/2005">Fixed exception being handled twice.</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Improved code completion for extension methods (currently only enabled for Boo).</Change>
<Changeauthor="Markus Palme"date="11/12/2005">SD-538: vb.net specific text editor options not ported to corsavy</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Add code completion for the "override" keyword.</Change>
<Changeauthor="David Srbecký"date="11/12/2005">Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters.</Change>
<Changeauthor="David Srbecký"date="11/12/2005">VariableCollection made mutable</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Fixed BOO-536: Forms Designer generated code has bad indentation.
Fixed MemberLookupHelper.GetCommonType.</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory.</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Fixed SD2-521: Clicking CS1691 error in error list shows error message</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Fixed SD2-557: .resx file becomes invalid when all resources are removed</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">The boo CodeDomVisitor now supports local variables (needed for resource manager).
Fixed SD2-523: Opening a new solution should close previously opened files</Change>
<Changeauthor="David Srbecký"date="11/12/2005">PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event.</Change>
<Changeauthor="Matt Ward"date="11/12/2005">Fixed SD2-480 - Forms designer supports localisation.</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Fixed two bugs in the C# to VB converter.</Change>
<Changeauthor="Daniel Grunwald"date="11/12/2005">Fixed NullReferenceException when typing an OptionStatement.</Change>
<Changeauthor="David Srbecký"date="11/11/2005">Added methods for "Set current statement" to IDebugger</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Add "Set current statement" command to text editor context menu.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Use List<SwitchSection> and List<CatchClause> instead of ArrayLists.</Change>
<Changeauthor="Matt Ward"date="11/11/2005">Fixed SD2-484 - Designer verbs now displayed in forms designer.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Improved keyboard handling in form designer, typing text in the menu designer now works.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed SD2-544: Tooltip stays visible when user starts typing</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Form designer now uses default font for smart tag menus.</Change>
<Changeauthor="Matt Ward"date="11/11/2005">Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed some C# output visitor bugs.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed small problem introduced in rev. 714.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Run Autostart before InitializeWorkbench.</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed SD2-552: Class Browser not Refreshing</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed SD2-547: Incorrect text line selected after scrolling text editor window</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Fixed SD2-554: Enum members in output visitor</Change>
<Changeauthor="Daniel Grunwald"date="11/11/2005">Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests.</Change>
<Changeauthor="Markus Palme"date="11/10/2005">SD2-534: Quick XML Doc menu option does nothing; added vb.net support</Change>
<Changeauthor="Daniel Grunwald"date="11/10/2005">When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts).
Fixed exception when typing a pipe '|' in the new project dialog.</Change>
<Changeauthor="Matt Ward"date="11/09/2005">Fixed SD2-507. Adding a column to a DataGridView was causing a NullReference exception. Fixed by adding a new TypeDiscoveryService returning types from System.Windows.Forms.</Change>
<Changeauthor="Daniel Grunwald"date="11/09/2005">Fixed some small bugs.</Change>
<Changeauthor="Daniel Grunwald"date="11/09/2005">Always show tooltips below the code line - patch by Yannick Kiekens (purplebox).</Change>
<Changeauthor="Daniel Grunwald"date="11/09/2005">Applied ProjectNodeBuilder patch from Scott Ferret.</Change>
<Changeauthor="Matt Ward"date="11/08/2005">Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag.</Change>
<Changeauthor="Daniel Grunwald"date="11/08/2005">Improved C# to Boo converter.</Change>
<Changeauthor="Matt Ward"date="11/08/2005">SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked.</Change>
<Changeauthor="Markus Palme"date="11/07/2005">patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism</Change>
<Changeauthor="David Srbecký"date="11/06/2005">Renamed namespace DebuggerInterop to Debugger.Interop</Change>
<Changeauthor="David Srbecký"date="11/06/2005">Renamed namespace DebuggerLibrary to Debugger</Change>
<Changeauthor="David Srbecký"date="11/06/2005">Code from DebuggerInterop moved to Interop</Change>
<Changeauthor="David Srbecký"date="11/06/2005">Added headers to debugger interop</Change>
<Changeauthor="David Srbecký"date="11/06/2005">Warning 108 suppressed in the release build of debugger</Change>
<Changeauthor="Daniel Grunwald"date="11/06/2005">Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516.</Change>
<Changeauthor="Daniel Grunwald"date="11/06/2005">FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES.
SearchAndReplace panel now uses translation database.
Removed many unused resource strings.</Change>
<Changeauthor="Daniel Grunwald"date="11/05/2005">Fixed SD2-504: Explicit implementations of generic interfaces cause parser error</Change>
<Changeauthor="Daniel Grunwald"date="11/05/2005">Fixed possible StackOverflowException in BooBinding.</Change>
<Changeauthor="Matt Ward"date="11/05/2005">Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file.</Change>
<Changeauthor="Daniel Grunwald"date="11/05/2005">Add support for partial classes to the form designer.</Change>
<Changeauthor="Daniel Grunwald"date="11/05/2005">Use shadows, improved colors for debugger tooltip.</Change>
<Changeauthor="Daniel Grunwald"date="11/04/2005">Debugger grid child windows now use a custom border instead of SizableToolWindow.</Change>
<Changeauthor="Daniel Grunwald"date="11/04/2005">Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign.</Change>
<Changeauthor="Matt Ward"date="11/02/2005">Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files.</Change>
<Changeauthor="David Srbecký"date="11/02/2005">Debugger tooltips are filled with real content.</Change>
<Changeauthor="Daniel Grunwald"date="11/02/2005">Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions</Change>
<Changeauthor="David Srbecký"date="11/02/2005">Fixed SD2-505: Debugger freezes on StackOverflowException</Change>
<Changeauthor="David Srbecký"date="11/02/2005">Fixed obsolete warnings in debugger</Change>
<Changeauthor="David Srbecký"date="11/02/2005">.NET 1.1 applications can be debugged</Change>
<Changeauthor="Daniel Grunwald"date="11/01/2005">Add code completion support for extension methods in Boo.</Change>
<Changeauthor="Mathias Simmack"date="10/31/2005">Help 2.0: added a new checkbox to limit the search results for the current project language if a project is loaded; if not, the checkbox disappears. I was too lazy to build a new version of the translation database, but the strings are entered.</Change>
<Changeauthor="Daniel Grunwald"date="10/31/2005">Fixed UTF8 auto-detection. (Thanks to Christian Hornung)</Change>
<Changeauthor="Daniel Grunwald"date="10/30/2005">Fixed SD2-510: Deleting a file with local modifications</Change>
<Changeauthor="Mathias Simmack"date="10/30/2005">Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now.</Change>
<Changeauthor="Mathias Simmack"date="10/30/2005">Dynamic Help toolstrip now reacts to the RendererChanged event</Change>
<Changeauthor="Mathias Simmack"date="10/30/2005">Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip</Change>
<Changeauthor="Mathias Simmack"date="10/30/2005">changed the Avalon templates to its real name: WPF (Windows Presentation Foundation)</Change>
<Changeauthor="Daniel Grunwald"date="10/30/2005">RegExSearchStrategy now supports replacing "$1" with the group value.
Fixed exception when using invalid RegEx.</Change>
<Changeauthor="Daniel Grunwald"date="10/29/2005">Reference libraries from Booc.rsp automatically.</Change>
<Changeauthor="Matt Ward"date="10/29/2005">Fixed ObjectDisposedException generated when running XSL transform after splitting the XSLT Output window. The TextAreaControl/TextArea classes were not removing document event handlers when disposed.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Move some strings into the resource database.
Boo projects import Boo.Lang by default.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">ResolvedType on contructor calls now includes type arguments.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Improved code completion for Boo.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Modify setup to check for .NET 2.0.50727.42 instead of Beta 2.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Remove the dependency check in release builds for faster starting.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Some changes to resources / font loading.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again.</Change>
<Changeauthor="Daniel Grunwald"date="10/28/2005">Replace PostBuildEvent with MsBuild targets.</Change>