<Changeauthor="Christoph Wille"date="02/12/2006">Modified the sample document for SharpReport. All images are now external to the document (all future documents should follow this guideline, and link to external PNGs instead of embedding images; allows for easier image reuse)</Change>
<Changeauthor="Matt Ward"date="02/11/2006">Ported all SharpDevelop 1.1 samples apart from the language binding sample.</Change>
<Changeauthor="Daniel Grunwald"date="02/11/2006">Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings.
Fixed code-completion in anonymous methods when anonymous method was used as initializer in variable declaration.</Change>
<Changeauthor="Daniel Grunwald"date="02/11/2006">Fixed BOO-653: Creating a new class without a file extension does not put the build action to compile.</Change>
<Changeauthor="Daniel Grunwald"date="02/11/2006">Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste</Change>
<Changeauthor="Daniel Grunwald"date="02/11/2006">Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException)
Fixed SD2-684: Cannot open a new form without saving it first.</Change>
<Changeauthor="David Srbecký"date="02/11/2006">Fixed bug: Line number of breakpoint did not change with code edits</Change>
<Changeauthor="David Srbecký"date="02/10/2006">Fixed Forum-4943: Debugger says "Function has expired"</Change>
<Changeauthor="David Srbecký"date="02/10/2006">Extended debugger test FunctionVariablesLifetime to check for "Function Expired" bug</Change>
<Changeauthor="David Srbecký"date="02/10/2006">Removed unused merging functions from VariableCollection</Change>
<Changeauthor="Matt Ward"date="02/09/2006">Rebuilt Bitmap resources so new SharpReport icons are accessible through the ResourceService.</Change>
<Changeauthor="Markus Palme"date="02/09/2006">patch from scott ferret: saving image resources with the correct extension</Change>
<Changeauthor="Markus Palme"date="02/09/2006">applied path from scott ferrett correctly</Change>
<Changeauthor="Markus Palme"date="02/08/2006">applied patch from scot ferrett</Change>
<Changeauthor="Matt Ward"date="02/08/2006">The xml editor now keeps the existing document folds if the xml is no longer well formed.</Change>
<Changeauthor="Daniel Grunwald"date="02/08/2006">Fixed Forum-5038: using "Go to line number" does not clear the selection.</Change>
<Changeauthor="Daniel Grunwald"date="02/08/2006">Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened.</Change>
<Changeauthor="David Srbecký"date="02/08/2006">Fixed Forum-4952,5005 - Ignored errors when manipulating pdb files</Change>
<Changeauthor="Daniel Grunwald"date="02/08/2006">Fixed SD2-666: Code generation for EventHandler produces invalid code
Fixed SD2-589: Accessing disposed object on shutdown error logged</Change>
<Changeauthor="Daniel Grunwald"date="02/08/2006">Fixed SD2-680: Exception when deleting the *Designer.cs partial class file</Change>
<Changeauthor="peterforstmeier"date="02/08/2006">Better localisation of FieldsExplorer.cs, no dragging of Functions</Change>
<Changeauthor="Matt Ward"date="02/07/2006">Fixed SD2-678. Unit testing pad's stop toolbar button is now disabled after a test run has finished.</Change>
<Changeauthor="David Srbecký"date="02/07/2006">Signature suggested by Ingo Scholtes used for CreateDebuggingInterfaceFromVersion</Change>
<Changeauthor="Daniel Grunwald"date="02/07/2006">Fixed build error and Forum-4986.</Change>
<Changeauthor="Daniel Grunwald"date="02/07/2006">Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project</Change>
<Changeauthor="Matt Ward"date="02/07/2006">Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message.</Change>
<Changeauthor="Markus Palme"date="02/07/2006">load resoures when addin is inserted and enabled</Change>
<Changeauthor="Markus Palme"date="02/07/2006">don't load resources if hintPath is null</Change>
<Changeauthor="Matt Ward"date="02/07/2006">Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base).</Change>
<Changeauthor="peterforstmeier"date="02/07/2006">Fixing Issue SD2-669 from Matt Ward</Change>
<Changeauthor="peterforstmeier"date="02/07/2006">Fixing Issue SD2-688 from Matt Ward</Change>
<Changeauthor="David Srbecký"date="02/07/2006">Console applications run from debug build of #D have their own console</Change>
<Changeauthor="Markus Palme"date="02/07/2006">bitmap/string resources can now be registered in *.addin files using the tags <BitmapResources> and <StringResources></Change>
<Changeauthor="David Srbecký"date="02/07/2006">Implemented SD2-663 - you can copy values from tooltips to clipborad;
Values of properties can not be edited</Change>
<Changeauthor="David Srbecký"date="02/07/2006">Implemented SD2-546: Breakpoints that will not be hit should have different icon;
Reworked breakpoint synchronization.</Change>
<Changeauthor="Matt Ward"date="02/07/2006">Improved speed of expanding tree nodes in code coverage tree view - child nodes added only when the node is expanded via the ExtTreeNode.Initialize method. Classes with no namespace are now added to the tree view without a parent namespace node.</Change>
<Changeauthor="David Srbecký"date="02/06/2006">Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark.</Change>
<Changeauthor="Daniel Grunwald"date="02/06/2006">Fixed SD2-674: Invalid indentation used by "override" code generator.</Change>
<Changeauthor="David Srbecký"date="02/06/2006">Fixed SD2-649: Breakpoint within anonymous delegate method causes COMException</Change>
<Changeauthor="Daniel Grunwald"date="02/06/2006">Fixed some NRefactory bugs, added NRefactory unit tests.</Change>
<Changeauthor="David Srbecký"date="02/06/2006">Fixed SD2-633: Trying to debug a non .NET executable throws an exception</Change>
<Changeauthor="davidalpert"date="02/06/2006">Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. Patch edited slightly to use generics & follow DockPane.cs naming conventions.</Change>
<Changeauthor="davidalpert"date="02/06/2006">"Save all currently open buffers" option added to OpenFileTab/ContextMenu</Change>
<Changeauthor="Daniel Grunwald"date="02/06/2006">Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded.
OverrideMethodsCodeGenerator now shows methods from base classes when the base class definition is in another part of the class.</Change>
<Changeauthor="Daniel Grunwald"date="02/05/2006">Fixed SD2-670: Second form resource added if design view switched to from designer partial class</Change>
<Changeauthor="Matt Ward"date="02/05/2006">Modified code coverage project guid so SharpDevelop.Tests solution now works.</Change>
<Changeauthor="Matt Ward"date="02/05/2006">Added missing string resources for Code Coverage addin.</Change>
<Changeauthor="peterforstmeier"date="02/05/2006">Further refactoring of ReportGenerator, new Exception MissingModelException.cs added</Change>
<Changeauthor="Daniel Grunwald"date="02/05/2006">Fixed unit tests.</Change>
<Changeauthor="Daniel Grunwald"date="02/05/2006">Switch from MbUnit to NUnit:
Fixes SD2-621 (ExpectedException test failure not added to error list), SD2-408 (Add "Run Test" to member bookmark), SD2-618 (Run test fixture in console with debugger shows no output).</Change>
<Changeauthor="Matt Ward"date="02/05/2006">Items that have zero code coverage are now displayed in grey in the tree view. Added tests and code to parse NUnit xml output files - not currently used.</Change>
<Changeauthor="Matt Ward"date="02/05/2006">Output text line parser now successfully parses NUnit output containing a carriage return character.</Change>
<Changeauthor="Matt Ward"date="02/05/2006">When a tree node in the ExtTreeView is selected, but the control does not currently have the focus, the node's text colour is set to ControlText and not the node's ForeColor. This makes the ExtTreeView consistent with the .NET framework TreeView.</Change>
<Changeauthor="David Srbecký"date="02/04/2006">Fixed SD2-672: Applications using DynamicProxy cannot be debugged</Change>
<Changeauthor="David Srbecký"date="02/03/2006">BreakPointsPad derives from BookmarksPad. Implements:
SD2-608: Cannot remove breakpoints via breakpoint pad;
SD2-609: Cannot go to source code line from breakpoint pad;
SD2-610: Saved breakpoints should be displayed in breakpoint pad on opening a solution</Change>
<Changeauthor="David Srbecký"date="02/03/2006">Fixed Forums-3382,3489,3575: Attempt to display property of property crashed the debugger</Change>
<Changeauthor="David Srbecký"date="02/03/2006">Fixed SD2-638: Crash when closing console window during debugging;
Added debugger test: DebuggeeKilled
</Change>
<Changeauthor="David Srbecký"date="02/02/2006">Fixed SD2-637: Cannot expand array in debugger tree view;
Fixed SD2-612: Debugger exception generated when viewing XmlNamespaceManager members</Change>
<Changeauthor="peterforstmeier"date="02/02/2006">Small changes in ReportGenerator and better handling of IDisposable</Change>
<Changeauthor="Daniel Grunwald"date="02/01/2006">Add JScriptGlobals by John Simons: HtmlHelp settings (e.g. language filter) are now persisted.</Change>
<Changeauthor="Daniel Grunwald"date="01/31/2006">Fixed exception when adding solution folder.</Change>
<Changeauthor="Daniel Grunwald"date="01/30/2006">Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree.</Change>
<Changeauthor="Daniel Grunwald"date="01/30/2006">Fixed SD2-661: Project browser cannot be navigated with keyboard
Fixed SD2-578: Changing the "Name" property in the designer does not change the form class name</Change>
<Changeauthor="peterforstmeier"date="01/30/2006">FieldsExplorer is invisible until SharpReport run's and update themself from SharpReportView
at start and when View's changed</Change>
<Changeauthor="davidalpert"date="01/30/2006">Fixed another possible NullReferenceException in recent changes to the project browser.</Change>
<Changeauthor="Daniel Grunwald"date="01/29/2006">Fixed SD2-640: Add existing form to project does not add .resx file</Change>
<Changeauthor="Daniel Grunwald"date="01/29/2006">Applied forms designer patch by Christian Hornung: use the MenuCommandService implementation from the .NET framework.</Change>
<Changeauthor="Daniel Grunwald"date="01/29/2006">Fixed SD2-639: Renaming a form should rename the resource file</Change>
<Changeauthor="Daniel Grunwald"date="01/29/2006">Fixed SD2-654: Get file types to register from AddIn tree.</Change>
<Changeauthor="Daniel Grunwald"date="01/28/2006">Fixed SD2-656: Show tab order menu option should indicate current state</Change>
<Changeauthor="Daniel Grunwald"date="01/28/2006">Fixed SD2-484: Designer verbs not displayed in forms designer</Change>
<Changeauthor="Daniel Grunwald"date="01/28/2006">Fixed SD2-652: Code completion for form component with modifier set to public
Fixed SD2-659: No code completion for newly added components to a partial form class</Change>
<Changeauthor="Daniel Grunwald"date="01/28/2006">Fixed SD2-653: Design tab missing for new form added to project</Change>
<Changeauthor="Daniel Grunwald"date="01/28/2006">Use default help namespace when help2environment.xml is empty.</Change>
<Changeauthor="peterforstmeier"date="01/28/2006">Change delegates to EventHandler<T></Change>
<Changeauthor="peterforstmeier"date="01/27/2006">Fixes from FxCop</Change>
<Changeauthor="Daniel Grunwald"date="01/27/2006">Fixed exception when renaming project while project options are opened.</Change>
<Changeauthor="peterforstmeier"date="01/27/2006">Folder's are set correctly from ReportWizard</Change>
<Changeauthor="Daniel Grunwald"date="01/25/2006">Fixed path to ngen.
${ProductName} now can be used as reference to the name of the product using ICSharpCode.Core.</Change>
<Changeauthor="Daniel Grunwald"date="01/25/2006">PostInstallTasks now calls ngen for SharpDevelop.exe (and its dependencies).</Change>
<Changeauthor="peterforstmeier"date="01/25/2006">More fixes from FxCop</Change>
<Changeauthor="peterforstmeier"date="01/24/2006">Applied some rules from FxCop</Change>
<Changeauthor="Markus Palme"date="01/23/2006">removed namespace declartions and imports from code</Change>
<Changeauthor="Daniel Grunwald"date="01/23/2006">The Boo forms designer now supports partial classes.
VB and Boo templates now use partial classes for the forms designer.</Change>
<Changeauthor="Markus Palme"date="01/23/2006">added subcategory definitions to vb.net tempates; added singleton and addin templates</Change>
<Changeauthor="davidalpert"date="01/23/2006">Grouped code according to interface implementations and added #region wrappers to identify them.
No change to code or functionality.</Change>
<Changeauthor="Daniel Grunwald"date="01/23/2006">Fixed SD2-651: Opening a single file displays error message</Change>
<Changeauthor="Daniel Grunwald"date="01/23/2006">Fixed SD2-650: Find References error with single file open</Change>
<Changeauthor="Matt Ward"date="01/23/2006">Fixed null reference exception in project browser if the last selected file is null.</Change>
<Changeauthor="peterforstmeier"date="01/23/2006">Forgot to clean ReportModel.cs</Change>
<Changeauthor="davidalpert"date="01/23/2006">Improved ProjectBrowser's ability to track the selected file.</Change>
<Changeauthor="Daniel Grunwald"date="01/22/2006">Add some strings to the translation database.</Change>
<Changeauthor="Daniel Grunwald"date="01/22/2006">Include SharpReport in default build.</Change>
<Changeauthor="Daniel Grunwald"date="01/22/2006">C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute.</Change>
<Changeauthor="davidalpert"date="01/21/2006">Fixed small bug introduced by recent changes that entered search results twice for FindAll searches.</Change>
<Changeauthor="Daniel Grunwald"date="01/21/2006">I forgot to check in some files...</Change>
<Changeauthor="Daniel Grunwald"date="01/21/2006">Fixed SD2-579: Design tab not always available for partial class forms (patch by Christian Hornung)</Change>
<Changeauthor="Daniel Grunwald"date="01/21/2006">C# <-> VB converter now converts P/Invoke declarations.</Change>
<Changeauthor="Daniel Grunwald"date="01/20/2006">Fixed C# lexer: double-quote in verbatim string parsed incorrectly</Change>
<Changeauthor="Daniel Grunwald"date="01/20/2006">Put more strings into the translation database.</Change>
<Changeauthor="Matt Ward"date="01/20/2006">Toolbox provider no longer refreshes the project browser pad since new references are added by the project browser itself. This also fixes a null reference exception that was occuring when the project browser instance was accessed when the pad had not been created.</Change>
<Changeauthor="Daniel Grunwald"date="01/20/2006">Fixed copy-paste into RTF editors when text contained backslash.</Change>
<Changeauthor="peterforstmeier"date="01/20/2006">Fixed endless loop for nonsorted Reports, implement a basic checking of CommandText, (check for 'Update' and 'Delete')</Change>
<Changeauthor="davidalpert"date="01/20/2006">Recent search results now show in most-recently-displayed-first order.</Change>
<Changeauthor="Daniel Grunwald"date="01/19/2006">Added some strings to the translation database.</Change>
<Changeauthor="Daniel Grunwald"date="01/19/2006">Fixed C# parser bug: cast followed by anonymous method.
Added "StringResourceToolAddIn" to src/Tools: little AddIn that helps adding resources to our internal translation database.</Change>
<Changeauthor="peterforstmeier"date="01/19/2006">Remove RunSharpReport.cs, Extract some Commands for SharpReportView and FieldsExplorer</Change>
<Changeauthor="Daniel Grunwald"date="01/19/2006">Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled.</Change>
<Changeauthor="Daniel Grunwald"date="01/18/2006">Project converter now converts project settings.</Change>
<Changeauthor="Matt Ward"date="01/18/2006">User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication.</Change>
<Changeauthor="peterforstmeier"date="01/17/2006">Add FileTemplate for Sharpreport</Change>
<Changeauthor="peterforstmeier"date="01/17/2006">Changed handling of Report Preview</Change>
<Changeauthor="davidalpert"date="01/16/2006">SearchResultPanel's 'Select Search Mode' drop-down menu is now generated dynamically from the SearchResultPanelViewMode enum.
The drop-down menu now shows which mode is currently selected by setting & updating the ToolStripMenuItem.Checked property of each menu entry.</Change>
<Changeauthor="davidalpert"date="01/16/2006">SearchReplaceInFilesManager.ShowSearchResults now calls OnSearchAllFinished to log the results in the 'Show last searches' menu.
Results of RefactoringService features like FindReferences & FindDerivedClasses are now stored & accessible through this menu.
</Change>
<Changeauthor="peterforstmeier"date="01/16/2006">Change in SharpQuery.addin</Change>
<Changeauthor="peterforstmeier"date="01/16/2006">Small change in Collections.cs</Change>
<Changeauthor="Christoph Wille"date="01/16/2006">Changed file names of setup scripts</Change>
<Changeauthor="Daniel Grunwald"date="01/15/2006">Fixed exception in dynamic help pad when language of current project was unknown (e.g. project file not found)</Change>
<Changeauthor="Daniel Grunwald"date="01/15/2006">Fixed NullReferenceException when converting C# statements like "if (a != null) b.c();"</Change>
<Changeauthor="Matt Ward"date="01/14/2006">File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates.</Change>
<Changeauthor="Daniel Grunwald"date="01/14/2006">Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea).</Change>
<Changeauthor="Daniel Grunwald"date="01/14/2006">Added project converter (C# <-> VB -> Boo). Project settings are currently not converted.
Replaced most ToLower() and ToUpper() calls with ToLowerInvariant() and ToUpperInvariant(), or with string.Equals(, StringComparison.OrdinalIgnoreCase). This fixes file name comparisons in cultures with different ToLower/ToUpper rules.</Change>
<Changeauthor="Daniel Grunwald"date="01/12/2006">Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes.
Adjusted AssemblyInfo for 2006.</Change>
<Changeauthor="Matt Ward"date="01/11/2006">Project and file templates now support subcategories.</Change>
<Changeauthor="Matt Ward"date="01/10/2006">Revert change made to ProjectContentRegistry back to revision 983.</Change>
<Changeauthor="Matt Ward"date="01/10/2006">Reset accidentally modified assembly info version numbers.</Change>
<Changeauthor="Matt Ward"date="01/09/2006">Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies.</Change>
<Changeauthor="Daniel Grunwald"date="01/09/2006">Fixed code completion for global methods.</Change>
<Changeauthor="Daniel Grunwald"date="01/09/2006">Fixed SD2-625: Cannot add solution items to the solution</Change>
<Changeauthor="Daniel Grunwald"date="01/08/2006">Fixed SD2-644: Exception when selecting text</Change>
<Changeauthor="Daniel Grunwald"date="01/08/2006">Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations.</Change>
<Changeauthor="Daniel Grunwald"date="01/08/2006">Forms designer is now reloading assemblies when required (based on patch by Alex Prudkiy).</Change>
<Changeauthor="Daniel Grunwald"date="01/07/2006">delete directories Subversion didn't delete me on the first try</Change>
<Changeauthor="Daniel Grunwald"date="01/07/2006">Revert two forms designer files that shouldn't be committed...</Change>
<Changeauthor="Daniel Grunwald"date="01/07/2006">Added generator application to generate the NRefactory AST.
This will allow us to automatically generate the IAstVisitor and a future AstTransformer and we don't have to worry about forgetting some AST nodes.</Change>
<Changeauthor="Daniel Grunwald"date="01/07/2006">Fixed VB output visitor: Named attribute arguments</Change>
<Changeauthor="Daniel Grunwald"date="01/06/2006">Update to NUnit 2.2.5.</Change>
<Changeauthor="Daniel Grunwald"date="01/06/2006">Fixed Visual Basic operator precedence and added unit tests for operator precedence.</Change>
<Changeauthor="Daniel Grunwald"date="01/06/2006">Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try.
Applied assembly loading patch by Alex Prudkiy.</Change>
<Changeauthor="Daniel Grunwald"date="01/05/2006">Fixed problem introduces in last revision.</Change>
<Changeauthor="Daniel Grunwald"date="01/05/2006">Fixed problem with highlighting strategy ("default" words had explicit background info set, which caused problems with the CustomLineManager)</Change>
<Changeauthor="Daniel Grunwald"date="01/05/2006">Fixed bug converting AddHandler statements to C#.</Change>
<Changeauthor="Daniel Grunwald"date="01/05/2006">Enable using PropertyGroups in the project templates. Updated ComplexExample, it should now demonstrate all project template features.</Change>
<Changeauthor="Daniel Grunwald"date="01/05/2006">Fixed exception when trying to delete a MarshalByValueComponent (like DataSet) using the keyboard.</Change>
<Changeauthor="Daniel Grunwald"date="01/04/2006">Fixed SD2-635: Code completion does not work for VB array access.</Change>
<Changeauthor="Daniel Grunwald"date="01/04/2006">Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated.
TypeResolutionService now searches for types using the code completion cache and loads the correct assembly when it is required by the designer.</Change>
<Changeauthor="Daniel Grunwald"date="01/04/2006">Fixed SD2-632: Ctrl+Space "preselection" does not work.</Change>
<Changeauthor="Matt Ward"date="01/03/2006">Fixed typo - use MessageService.ShowError instead of non-existent MessageService.Show method.</Change>
<Changeauthor="Daniel Grunwald"date="01/03/2006">Implemented right-to-left mirroring for dialogs and the main menu.</Change>
<Changeauthor="Daniel Grunwald"date="01/02/2006">Fixed StackOverflow when showing project options for project stored on a remote network location.</Change>
<Changeauthor="Matt Ward"date="12/31/2005">Fixed SD2-626. FileNode in the project browser now has its filename updated when its parent folder is renamed.</Change>
<Changeauthor="Matt Ward"date="12/30/2005">Fixed SD2-628 - Can now design unsaved files when a project is currently open.</Change>
<Changeauthor="Matt Ward"date="12/30/2005">Added support for web references.</Change>
<Changeauthor="Daniel Grunwald"date="12/30/2005">Fixed SD2-511: Code completion in inserted line.</Change>
<Changeauthor="Daniel Grunwald"date="12/27/2005">Fixed BOO-589: Tooltip information fails when a property is named after a type</Change>
<Changeauthor="Daniel Grunwald"date="12/27/2005">Fixed BOO-613: Exception thrown when double clicking on '"' at the end of the document.</Change>
<Changeauthor="Daniel Grunwald"date="12/26/2005">Fixed SD2-622 (Project folder name ending with backslash displayed incorrectly in project browser).</Change>
<Changeauthor="Daniel Grunwald"date="12/26/2005">Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619.</Change>
<Changeauthor="Daniel Grunwald"date="12/26/2005">Fixed bug in the AddInManager when using "@Filename" version numbers.</Change>
<Changeauthor="Daniel Grunwald"date="12/26/2005">Fixed possible StackOverflowException in pad creation.</Change>
<Changeauthor="Daniel Grunwald"date="12/26/2005">Fixed parser crash on incomplete ReDimStatement.</Change>
<Changeauthor="Matt Ward"date="12/24/2005">When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist.</Change>
<Changeauthor="Daniel Grunwald"date="12/23/2005">Fixed C#<->VB conversion of #if preprocessing directives.</Change>
<Changeauthor="Daniel Grunwald"date="12/22/2005">Fixed VB lexer crash when "&H" was not followed by a number.</Change>
<Changeauthor="Daniel Grunwald"date="12/22/2005">Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad).</Change>
<Changeauthor="David Srbecký"date="12/22/2005">Last out parameter used as return value in CorDebugger wrapper; Methods starting with Get or Is converted to properties</Change>
<Changeauthor="Daniel Grunwald"date="12/21/2005">Fixed NullReferenceException when converting fields without initializer from C# to Boo.</Change>
<Changeauthor="davidalpert"date="12/21/2005">Refactored the AbstractMenuCommands in BuildCommands.cs</Change>
<Changeauthor="David Srbecký"date="12/20/2005">CorDebugger wrapper used by the debugger</Change>
<Changeauthor="Markus Palme"date="12/20/2005">worked on vb.net output vistitor: operator declarations</Change>
<Changeauthor="David Srbecký"date="12/20/2005">Added wrappers for CorDebug</Change>