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.
1093 lines
127 KiB
1093 lines
127 KiB
<ChangeLog project="SharpDevelop"> |
|
<Change author="Daniel Grunwald" date="12/19/2005">Translations update.</Change> |
|
<Change author="Daniel Grunwald" date="12/19/2005">Applied form designer assembly loading patch by Alex Prudkiy.</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Changed license in about dialog to LGPL.</Change> |
|
<Change author="Christoph Wille" date="12/18/2005">Official license change from GPL to LGPL</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Changed splash screen.</Change> |
|
<Change author="Christoph Wille" date="12/18/2005">Forum link updated</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Disable SubversionAddIn (it won't ship with SharpDevelop 2.0).</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Change file header.</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn"</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Use IntPtr instead of int in SendMessage P/Invoke declaration.</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-519: Project options panel can be opened multiple times for the same project.</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-593: Forms Designer events page not initially visible.</Change> |
|
<Change author="Daniel Grunwald" date="12/18/2005">Fixed SD2-607: Null Reference exception on closing form designer. |
|
Applied text editor IME patch by Shinsaku Nakagawa and form designer unloading patch by Christian Hornung.</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime)</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed small lexer problem.</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Improved C# lexer performance.</Change> |
|
<Change author="David Srbecký" date="12/17/2005">Expressions with dot resolved properly in debugger tooltip</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type.</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-606: Scrolling search window to the left corrupts text</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-549: Scrolling split window after expanding a region</Change> |
|
<Change author="Daniel Grunwald" date="12/17/2005">Fixed SD2-603: Renaming a project in the project browser generates a not implement exception</Change> |
|
<Change author="David Srbecký" date="12/16/2005">Events unregistered when debugger tooltip is closed</Change> |
|
<Change author="Daniel Grunwald" date="12/16/2005">Added Shown and Hidden events to DynamicListRow.</Change> |
|
<Change author="Daniel Grunwald" date="12/16/2005">Fixed SD2-573: Editing menu item text in place</Change> |
|
<Change author="Daniel Grunwald" date="12/16/2005">Update language resources.</Change> |
|
<Change author="Daniel Grunwald" date="12/16/2005">Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly.</Change> |
|
<Change author="David Srbecký" date="12/16/2005">Fixed SD2-586: Debugger not going to source code line from callstack view</Change> |
|
<Change author="Mathias Simmack" date="12/16/2005">Help 2.0: small changes in the Dynamic Help browser scripting</Change> |
|
<Change author="Daniel Grunwald" date="12/15/2005">Fixed solution configuration -> project configuration mapping.</Change> |
|
<Change author="David Srbecký" date="12/15/2005">Added debugger test: SetIP</Change> |
|
<Change author="Daniel Grunwald" date="12/15/2005">Allow changing the active solution configuration in the build menu.</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="12/14/2005">Debugger handles optimized code more gracefully</Change> |
|
<Change author="David Srbecký" date="12/14/2005">Debugger.Eval rewritten to hold its state in one enum</Change> |
|
<Change author="David Srbecký" date="12/13/2005">Private/static variables separated in debugger tooltips</Change> |
|
<Change author="David Srbecký" date="12/13/2005">Fixed bug: SessionID was not updated between evals; Added test for it</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="12/13/2005">Added debugger test: PropertyVariableForm</Change> |
|
<Change author="David Srbecký" date="12/13/2005">Fixed bug: 'this' is now passed to property eval as reference</Change> |
|
<Change author="David Srbecký" date="12/13/2005">Added debugger test: PropertyVariable</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="12/12/2005">Fixed bug: Base class was not accessible after stepping</Change> |
|
<Change author="David Srbecký" date="12/12/2005">Added debugger test: ObjectValue</Change> |
|
<Change author="David Srbecký" date="12/12/2005">Property evaluation code moved to ObjectValue</Change> |
|
<Change author="Daniel Grunwald" date="12/12/2005">Fixed SD2-595: Replace in files must use same Encoding detection as text editor</Change> |
|
<Change author="David Srbecký" date="12/12/2005">Worked on variable updating; Properties in debugger tooltips</Change> |
|
<Change author="David Srbecký" date="12/11/2005">ToString disabled; Property evaluation automatically started on demand</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="12/11/2005">Fixed SD2-570: When moving or copying InProject folders, their children get excluded from the project.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="12/10/2005">Fixed SD2-597: No code completion after "new".</Change> |
|
<Change author="Daniel Grunwald" date="12/10/2005">Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound.</Change> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionVariablesLifetime; |
|
Fixed function so that expired variables do not throw exceptions</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionLifetime</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionLocalVariables</Change> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: FunctionArgumentVariables</Change> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: Callstack</Change> |
|
<Change author="David Srbecký" date="12/10/2005">Added debugger test: Stepping</Change> |
|
<Change author="David Srbecký" date="12/10/2005">Walkaround for pdb locking, added test for it</Change> |
|
<Change author="David Srbecký" date="12/09/2005">Added debugger tests: Break, Symbols</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Fixed project reference to FormsDesigner.</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Rename forms designer directory.</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/*</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/*</Change> |
|
<Change author="David Srbecký" date="12/08/2005">Rewriten MTA2STA so that it can be controlled more in MTA and tests</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Rename FormDesigner to FormsDesigner.</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">Improved C# -> Boo converter.</Change> |
|
<Change author="Daniel Grunwald" date="12/08/2005">SD2-592: Exception thrown when trying to copy a file</Change> |
|
<Change author="Daniel Grunwald" date="12/07/2005">Fixed SD2-466: Tools panel doesn't work in autohide mode</Change> |
|
<Change author="David Srbecký" date="12/07/2005">Debugger tests pre-compiled</Change> |
|
<Change author="David Srbecký" date="12/07/2005">Added two debugger tests</Change> |
|
<Change author="Matt Ward" date="12/07/2005">Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms.</Change> |
|
<Change author="David Srbecký" date="12/07/2005">Fixed debugger test</Change> |
|
<Change author="David Srbecký" date="12/07/2005">Misuse of delegate</Change> |
|
<Change author="David Srbecký" date="12/06/2005">Lazy getting of object values</Change> |
|
<Change author="Daniel Grunwald" date="12/06/2005">Disabled failing debugger test.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="12/06/2005">Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory.</Change> |
|
<Change author="David Srbecký" date="12/06/2005">Lazy getting of property values</Change> |
|
<Change author="Daniel Grunwald" date="12/06/2005">NAntAddIn unit tests now don't need a hard-coded path in the config file.</Change> |
|
<Change author="Daniel Grunwald" date="12/06/2005">Set output directory of unit test projects to bin\UnitTests</Change> |
|
<Change author="Daniel Grunwald" date="12/06/2005">Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy)</Change> |
|
<Change author="Matt Ward" date="12/06/2005">Html Export menu option no longer gets disabled after being selected once.</Change> |
|
<Change author="David Srbecký" date="12/06/2005">Lazy getting refactored. Started lazy getting of properties</Change> |
|
<Change author="Daniel Grunwald" date="12/06/2005">Removed MessageBoxBuilder addin.</Change> |
|
<Change author="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> |
|
<Change author="Matt Ward" date="12/06/2005">Fixed typos in VB.Net file templates.</Change> |
|
<Change author="David Srbecký" date="12/06/2005">Lazy getting of array values</Change> |
|
<Change author="David Srbecký" date="12/05/2005">Lazy getting of function arguments and local variables</Change> |
|
<Change author="Daniel Grunwald" date="12/05/2005">Fixed enumerations with base type in VB output visitor.</Change> |
|
<Change author="David Srbecký" date="12/05/2005">Used constructor instead of Variable.CreateVariable</Change> |
|
<Change author="David Srbecký" date="12/05/2005">Getting of function variable made lazy</Change> |
|
<Change author="David Srbecký" date="12/05/2005">Debugger.Function valid as long as possible</Change> |
|
<Change author="Daniel Grunwald" date="12/03/2005">Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie').</Change> |
|
<Change author="David Srbecký" date="12/03/2005">VariableFactory meged into Variable. ValueFactory merged into Value.</Change> |
|
<Change author="David Srbecký" date="12/02/2005">Some validity checking in debugger. Removed MagicValue and UnknownValue.</Change> |
|
<Change author="David Srbecký" date="12/02/2005">MTA2STA uses MethodInvoker delegate</Change> |
|
<Change author="David Srbecký" date="12/02/2005">Rewritten Debugger.ManagedCallbackProxy</Change> |
|
<Change author="Daniel Grunwald" date="12/02/2005">Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566)</Change> |
|
<Change author="David Srbecký" date="12/02/2005">Rewritten Debugger.MTA2STA</Change> |
|
<Change author="Daniel Grunwald" date="11/30/2005">SD2-582: Solution file incorrect after adding a second project</Change> |
|
<Change author="Daniel Grunwald" date="11/30/2005">Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range</Change> |
|
<Change author="Daniel Grunwald" date="11/30/2005">Fixed SD2-585: DataGridView does not appear in Tools | Data tab</Change> |
|
<Change author="Daniel Grunwald" date="11/29/2005">Add documentation about AddInManager.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/28/2005">Fixed SD2-590: Form Designer does not show child controls of panel</Change> |
|
<Change author="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> |
|
<Change author="Markus Palme" date="11/27/2005">added icons for the debugger pads. they are not perfect but at lease distinctable.</Change> |
|
<Change author="Daniel Grunwald" date="11/27/2005">Applied form designer field declaration patch by Christian Hornung.</Change> |
|
<Change author="Daniel Grunwald" date="11/27/2005">Added support for installing and uninstalling user AddIns.</Change> |
|
<Change author="Daniel Grunwald" date="11/27/2005">Implemented adding and removing external AddIns.</Change> |
|
<Change author="Daniel Grunwald" date="11/26/2005">Check dependencies when enabling/disabling AddIns.</Change> |
|
<Change author="Daniel Grunwald" date="11/26/2005">Add simple AddIn manager that can enable and disable AddIns.</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/26/2005">Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus.</Change> |
|
<Change author="Daniel Grunwald" date="11/26/2005">Now AddIns are loaded from three locations: |
|
- ApplicationBase\AddIns |
|
- ConfigDirectory\AddIns |
|
- locations defined in ConfigDirectory\AddIns.xml</Change> |
|
<Change author="Daniel Grunwald" date="11/25/2005">Update to Boo 0.7.5, added support for partial classes to the Boo AddIn.</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/25/2005">Fixed code completion in WithStatements.</Change> |
|
<Change author="Matt Ward" date="11/25/2005">Removed addin dependency from Forms Designer addin stopping it from being loaded on startup.</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/24/2005">Fixed code completion for project references. |
|
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Christoph Wille" date="11/23/2005">SXW converted RTF; pending review by authors</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Mathias Simmack" date="11/23/2005">add MSBuildFile.cs for the last update 787</Change> |
|
<Change author="Mathias Simmack" date="11/23/2005">updating repository to avoid the build bug (is no one responsible for this?)</Change> |
|
<Change author="Markus Palme" date="11/22/2005">applied patch from Scott Ferrett: Support for % in itmes in MSBuild files</Change> |
|
<Change author="Mathias Simmack" date="11/22/2005">some little updates and fixes</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/20/2005">Fixed moving linked files in the project pad and other minor bugs.</Change> |
|
<Change author="Matt Ward" date="11/20/2005">Fixed SD2-462. Undo/redo now working in the Forms Designer.</Change> |
|
<Change author="Mathias Simmack" date="11/20/2005">updated WinFX templates for the WinFX Runtime Components November 2005 CTP</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/20/2005">Fixed a few minor bugs.</Change> |
|
<Change author="David Srbecký" date="11/19/2005">ToString() evaluated in local variables pad</Change> |
|
<Change author="Daniel Grunwald" date="11/19/2005">ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad.</Change> |
|
<Change author="Daniel Grunwald" date="11/19/2005">Fixed SD2-564: Code always generated for c#. |
|
Fixed VB parser bug ("Dim lDrives() As DriveInfo")</Change> |
|
<Change author="David Srbecký" date="11/19/2005">Eval exceptions are handled</Change> |
|
<Change author="Daniel Grunwald" date="11/19/2005">Fixed some bugs in the project browser (Solution Folders and Solution Items)</Change> |
|
<Change author="Matt Ward" date="11/19/2005">Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed.</Change> |
|
<Change author="Daniel Grunwald" date="11/19/2005">Fixed some bugs regarding missing files and folders in the project browser.</Change> |
|
<Change author="Matt Ward" date="11/19/2005">Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file.</Change> |
|
<Change author="Daniel Grunwald" date="11/19/2005">Fixed SD2-551: Project view not always synchronising the current document</Change> |
|
<Change author="David Srbecký" date="11/19/2005">Properties shown in local variables pad and debugger tooltip</Change> |
|
<Change author="David Srbecký" date="11/18/2005">Numbers can be set using debugger tooltip</Change> |
|
<Change author="Daniel Grunwald" date="11/18/2005">Improved sorting of TaskList (patch by David Alpert)</Change> |
|
<Change author="Daniel Grunwald" date="11/18/2005">Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default.</Change> |
|
<Change author="Daniel Grunwald" date="11/18/2005">Fixed some bugs in NRefactory.</Change> |
|
<Change author="Daniel Grunwald" date="11/18/2005">Fixed SD2-561: Running a single file causes unhandled exception</Change> |
|
<Change author="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> |
|
<Change author="Mathias Simmack" date="11/17/2005">changed the call of the dialog and its Dispose() method a little bit</Change> |
|
<Change author="Markus Palme" date="11/17/2005">IME patch from Shinsaku Nakagawa</Change> |
|
<Change author="Matt Ward" date="11/16/2005">Fixed SD2-555. Forms designer automatically reloads if the language property is changed.</Change> |
|
<Change author="Daniel Grunwald" date="11/16/2005">Fixed SD2-556: Resx not being added to project</Change> |
|
<Change author="Markus Palme" date="11/16/2005">SD2-532: revamped html export; made progress bar access threadsafe</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="11/15/2005">Added icons to debugger tooltips</Change> |
|
<Change author="David Srbecký" date="11/15/2005">Variables in Local Variables pad are expandable again.</Change> |
|
<Change author="David Srbecký" date="11/15/2005">Debugger SubVariables property moved from Value to Variable.</Change> |
|
<Change author="David Srbecký" date="11/15/2005">Worked on Debugger.VariableCollection. Started redesign of local variables pad.</Change> |
|
<Change author="David Srbecký" date="11/14/2005">SharpDevelopMain.RunApplication() does not eat all exceptions</Change> |
|
<Change author="David Srbecký" date="11/14/2005">Added Debugger.Variable</Change> |
|
<Change author="Daniel Grunwald" date="11/14/2005">Applied "Sortable OpenTaskView pad" patch from David Alpert.</Change> |
|
<Change author="Daniel Grunwald" date="11/14/2005">Fixed VB lexer crash on empty char literals.</Change> |
|
<Change author="Daniel Grunwald" date="11/13/2005">Fixed SD2-559: Jagged arrays don't parse</Change> |
|
<Change author="Markus Palme" date="11/13/2005">correct comment prefix</Change> |
|
<Change author="Markus Palme" date="11/13/2005">xml comment insertion and completition for vb.net</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/13/2005">Fixed SD2-560: Interface implementation generator messes up arrays</Change> |
|
<Change author="David Srbecký" date="11/13/2005">Renamed debugger Variables to Values</Change> |
|
<Change author="David Srbecký" date="11/13/2005">Fixed exception being handled twice.</Change> |
|
<Change author="David Srbecký" date="11/12/2005">Added VariableCollection.UpdateTo</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Improved code completion for extension methods (currently only enabled for Boo).</Change> |
|
<Change author="Markus Palme" date="11/12/2005">SD-538: vb.net specific text editor options not ported to corsavy</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Add code completion for the "override" keyword.</Change> |
|
<Change author="David Srbecký" date="11/12/2005">Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters.</Change> |
|
<Change author="David Srbecký" date="11/12/2005">VariableCollection made mutable</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Fixed BOO-536: Forms Designer generated code has bad indentation. |
|
Fixed MemberLookupHelper.GetCommonType.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Fixed SD2-521: Clicking CS1691 error in error list shows error message</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Fixed SD2-557: .resx file becomes invalid when all resources are removed</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="11/12/2005">PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event.</Change> |
|
<Change author="David Srbecký" date="11/12/2005">Redesigned debugger evaluation interface</Change> |
|
<Change author="Matt Ward" date="11/12/2005">Fixed SD2-480 - Forms designer supports localisation.</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Fixed two bugs in the C# to VB converter.</Change> |
|
<Change author="Daniel Grunwald" date="11/12/2005">Fixed NullReferenceException when typing an OptionStatement.</Change> |
|
<Change author="David Srbecký" date="11/11/2005">Added methods for "Set current statement" to IDebugger</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Add "Set current statement" command to text editor context menu.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Use List<SwitchSection> and List<CatchClause> instead of ArrayLists.</Change> |
|
<Change author="Matt Ward" date="11/11/2005">Fixed SD2-484 - Designer verbs now displayed in forms designer.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Improved keyboard handling in form designer, typing text in the menu designer now works.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-544: Tooltip stays visible when user starts typing</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Form designer now uses default font for smart tag menus.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed some C# output visitor bugs.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed small problem introduced in rev. 714.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Run Autostart before InitializeWorkbench.</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-543: NullReference Exception thrown when viewing VB project properties</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-552: Class Browser not Refreshing</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-547: Incorrect text line selected after scrolling text editor window</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Fixed SD2-554: Enum members in output visitor</Change> |
|
<Change author="Daniel Grunwald" date="11/11/2005">Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests.</Change> |
|
<Change author="Markus Palme" date="11/10/2005">SD2-534: Quick XML Doc menu option does nothing; added vb.net support</Change> |
|
<Change author="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> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/09/2005">Fixed some small bugs.</Change> |
|
<Change author="Daniel Grunwald" date="11/09/2005">Always show tooltips below the code line - patch by Yannick Kiekens (purplebox).</Change> |
|
<Change author="Daniel Grunwald" date="11/09/2005">Applied ProjectNodeBuilder patch from Scott Ferret.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/08/2005">Improved C# to Boo converter.</Change> |
|
<Change author="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> |
|
<Change author="Markus Palme" date="11/07/2005">patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Renamed namespace DebuggerInterop to Debugger.Interop</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Renamed namespace DebuggerLibrary to Debugger</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Deleted DebuggerInterop directory. Added Wrappers directory.</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Code from DebuggerInterop moved to Interop</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Added headers to debugger interop</Change> |
|
<Change author="David Srbecký" date="11/06/2005">Warning 108 suppressed in the release build of debugger</Change> |
|
<Change author="Daniel Grunwald" date="11/06/2005">Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/05/2005">Fixed SD2-504: Explicit implementations of generic interfaces cause parser error</Change> |
|
<Change author="Daniel Grunwald" date="11/05/2005">Fixed possible StackOverflowException in BooBinding.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="11/05/2005">Add support for partial classes to the form designer.</Change> |
|
<Change author="Daniel Grunwald" date="11/05/2005">Use shadows, improved colors for debugger tooltip.</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Debugger grid child windows now use a custom border instead of SizableToolWindow.</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign.</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Fixed debugger tooltip grid.</Change> |
|
<Change author="David Srbecký" date="11/04/2005">Exceptions handled properly in .NET 1.1</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Improve Clean task.</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Fixed SD2-509: Form Designer duplicates first line of code</Change> |
|
<Change author="Daniel Grunwald" date="11/04/2005">Fixed SD2-520: Changes to Treat Warnings as Errors option ignored</Change> |
|
<Change author="Daniel Grunwald" date="11/03/2005">Fix BooBinding solution file, minor C#->Boo conversion fix.</Change> |
|
<Change author="Daniel Grunwald" date="11/03/2005">Improved measuring of TreeGrid item width.</Change> |
|
<Change author="Mathias Simmack" date="11/03/2005">removed that little String hack from SearchPad.cs</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-471: Sorting of arrays in locals window is wrong</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Function.GetSegmentForOffet is a bit more forgiving</Change> |
|
<Change author="Matt Ward" date="11/02/2005">Removed LoggingService.Debug calls from CompilerMessageView.</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-482: First command line argument not passed to debuggee; |
|
Debugee version reported in log</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Fixed Thread.Callstack yielding null.</Change> |
|
<Change author="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> |
|
<Change author="David Srbecký" date="11/02/2005">Debugger tooltips are filled with real content.</Change> |
|
<Change author="Daniel Grunwald" date="11/02/2005">Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Fixed SD2-505: Debugger freezes on StackOverflowException</Change> |
|
<Change author="David Srbecký" date="11/02/2005">Fixed obsolete warnings in debugger</Change> |
|
<Change author="David Srbecký" date="11/02/2005">.NET 1.1 applications can be debugged</Change> |
|
<Change author="Daniel Grunwald" date="11/01/2005">Add code completion support for extension methods in Boo.</Change> |
|
<Change author="David Srbecký" date="10/31/2005">StateControl refactored. Added WaitForPause()</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="10/31/2005">Fixed UTF8 auto-detection. (Thanks to Christian Hornung)</Change> |
|
<Change author="Daniel Grunwald" date="10/30/2005">Fixed SD2-510: Deleting a file with local modifications</Change> |
|
<Change author="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> |
|
<Change author="Mathias Simmack" date="10/30/2005">Dynamic Help toolstrip now reacts to the RendererChanged event</Change> |
|
<Change author="Mathias Simmack" date="10/30/2005">Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip</Change> |
|
<Change author="Mathias Simmack" date="10/30/2005">changed the Avalon templates to its real name: WPF (Windows Presentation Foundation)</Change> |
|
<Change author="Daniel Grunwald" date="10/30/2005">RegExSearchStrategy now supports replacing "$1" with the group value. |
|
Fixed exception when using invalid RegEx.</Change> |
|
<Change author="Daniel Grunwald" date="10/29/2005">Reference libraries from Booc.rsp automatically.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Move some strings into the resource database. |
|
Boo projects import Boo.Lang by default.</Change> |
|
<Change author="Daniel Grunwald" date="10/28/2005">ResolvedType on contructor calls now includes type arguments.</Change> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory.</Change> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Improved code completion for Boo.</Change> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Modify setup to check for .NET 2.0.50727.42 instead of Beta 2.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Remove the dependency check in release builds for faster starting.</Change> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Some changes to resources / font loading.</Change> |
|
<Change author="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> |
|
<Change author="Daniel Grunwald" date="10/28/2005">Replace PostBuildEvent with MsBuild targets.</Change> |
|
<Change author="Daniel Grunwald" date="10/27/2005">SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1).</Change> |
|
<Change author="Daniel Grunwald" date="10/27/2005">Display TreeGrid in debug mode (currently without content).</Change> |
|
<Change author="Daniel Grunwald" date="10/27/2005">Add TreeGrid control.</Change> |
|
<Change author="Mathias Simmack" date="10/27/2005">changed DefaultFileNodeCommands.cs to accept XAML files; added some XAML file templates (Window, Page, FlowDocument, PageFunction, ResourceDictionary, UserControl)</Change> |
|
<Change author="Mathias Simmack" date="10/27/2005">support for DependentUpon and SubType attributes in XPT project templates added (see the Avalon* templates for a working demo)</Change> |
|
<Change author="Mathias Simmack" date="10/27/2005">Avalon Navigation App template renamed</Change> |
|
<Change author="Mathias Simmack" date="10/26/2005">Avalon page template updated</Change> |
|
<Change author="Mathias Simmack" date="10/26/2005">simple Avalon application template uploaded (for testing only!)</Change> |
|
<Change author="Mathias Simmack" date="10/26/2005">new ApplicationDefinition/Page compiler option; support for external Import commands in XPT project files</Change> |
|
<Change author="Mathias Simmack" date="10/26/2005">updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself)</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category.</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Fixed schema errors caught by .NET 2.0 and removed old NAnt 0.84 schema.</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Removing SharpAssembly. The AssemblyScout should be using code completion data from the ProjectContentRegistry and not SharpAssembly.</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required.</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Ported SharpAssembly from Fidalgo.</Change> |
|
<Change author="Matt Ward" date="10/25/2005">Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items.</Change> |
|
<Change author="Daniel Grunwald" date="10/25/2005">Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section.</Change> |
|
<Change author="Markus Palme" date="10/25/2005">fixed problem with disposed window</Change> |
|
<Change author="Markus Palme" date="10/25/2005">Texteditor now uses DeclarationViewWindow instead of ToolTip (part of SD2-498)</Change> |
|
<Change author="Daniel Grunwald" date="10/25/2005">Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document.</Change> |
|
<Change author="Daniel Grunwald" date="10/25/2005">Update default layouts.</Change> |
|
<Change author="Daniel Grunwald" date="10/25/2005">Fixed SD2-465: Linked files are not imported</Change> |
|
<Change author="Daniel Grunwald" date="10/25/2005">Fixed SD2-497: Allow adding existing files as links. |
|
Boo.Microsoft.Build.Tasks now can embed .resource files.</Change> |
|
<Change author="Daniel Grunwald" date="10/24/2005">Fixed SD2-503: WindowActive condition fails</Change> |
|
<Change author="Daniel Grunwald" date="10/24/2005">Add InterpreterWrapper.boo.</Change> |
|
<Change author="Daniel Grunwald" date="10/24/2005">Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. |
|
Fixed crash when cursor was at end of document and the DefinitionViewPad was opened.</Change> |
|
<Change author="Daniel Grunwald" date="10/24/2005">Add Boo.InterpreterAddIn.</Change> |
|
<Change author="Daniel Grunwald" date="10/24/2005">Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods.</Change> |
|
<Change author="Daniel Grunwald" date="10/23/2005">Allow generating interface implementations using the new CodeGenerator.</Change> |
|
<Change author="Daniel Grunwald" date="10/23/2005">Fixed BOO-539: Forms designer does not hook up events to event handlers. |
|
and BOO-538: Syntax colorization of doc-strings with slashes goes awry</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">Fixed possible endless loop in Boo ExpressionFinder.</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax.</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">Improved BooBinding: |
|
Allow for code completion on ArrayReturnType and ConstructedReturnType even if they are encapsulated by an InferredReturnType. |
|
Fixed code completion on arrays created through array literals or the "array" builtin. |
|
Recognize variables created by "for" statements if their type is inferred from the element type of the enumerable object.</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">Fixed BOO-300: #region folding</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">Fixed BOO-516: Tooltips don't work in last line of the document</Change> |
|
<Change author="Daniel Grunwald" date="10/22/2005">The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436)</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Fixed bugs in boo code completion.</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Fixed problems with RegexpTk.</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Fixed SD2-502: Find/Replace dialog toolbar doesn't respect visual style option</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">- allow code completion bindings to handle ReturnEditAction by handling '\n'. |
|
- add dummy token "?" to VB lexer. |
|
- use IntegerLiteralResolveResult that doesn't do code completion instead of returning no ResolveResult at all when resolving an integer literal. |
|
- Implemented SD2-501: type inference when typing for both C# and VB.NET. |
|
You can now type "? name = expr;" or "Dim name as ? = expr" and SharpDevelop will fill in the type for you.</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Fixed SD2-496: TODO task entries removed after building solution.</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore.</Change> |
|
<Change author="Daniel Grunwald" date="10/21/2005">Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion.</Change> |
|
<Change author="Daniel Grunwald" date="10/20/2005">Add quotation marks around the post-build event batch file to fix compiling in paths containing a space.</Change> |
|
<Change author="Daniel Grunwald" date="10/19/2005">Update conditions in the AddIn schema.</Change> |
|
<Change author="Daniel Grunwald" date="10/19/2005">Improved lazy-loading: fixed loading of BackendBindings when text editor was opened.</Change> |
|
<Change author="Daniel Grunwald" date="10/19/2005">BuildAddinDocumentation now updates the AddIn schema.</Change> |
|
<Change author="Matt Ward" date="10/18/2005">NAnt addin now included in main SharpDevelop solution.</Change> |
|
<Change author="Matt Ward" date="10/18/2005">NAnt addin now using SolutionOpen condition.</Change> |
|
<Change author="Matt Ward" date="10/17/2005">The Mono build task attempts to locate the Mono install path by reading the registry before falling back to its original method of assuming that the Mcs/Gmcs compilers have been added to the Path.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Fixed C# ExpressionFinder bug when typing "\." inside a string literal.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Add documentation for conditions, rename CombineOpen to SolutionOpen.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Add list with documentation about the doozers.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Fixed SD2-477: Solution import error.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Fixed SD2-492: VS.NET solution converter ignores HintPath attribute for references. |
|
Fixed SD2-491: Solution converter doesn't convert references correctly.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes.</Change> |
|
<Change author="Daniel Grunwald" date="10/17/2005">Add attribute completion to BooBinding. |
|
BOO-436, Smarter Boo integration (Macros, Attributes, Modules, and Imported Classes)</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) |
|
Fixed bug when switching layout configurations.</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Fixed BOO-380 (Namespace aliases handled incorrectly during code completion). |
|
Fixed BOO-515 (Expression resolver thinks " is String.Empty). |
|
Fixed BOO-346 (Addin does not reference Boo.Lang.Useful by default) |
|
|
|
ParserFoldingStrategy now uses both the RecentCompilationUnit and ValidCompilationUnit for folding. This makes folding more stable in VB and Boo.</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Add boo file templates and icons.</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Added form designer to BooBinding (BOO-513). |
|
Fixed BOO-511 (#develop should not display boo's "generated" module classes).</Change> |
|
<Change author="Matt Ward" date="10/16/2005">SD2-490. Fixed problem where the pad contents were not displayed when the default layout was used.</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Fixed SD2-483: TreeNode declarations are missing</Change> |
|
<Change author="Daniel Grunwald" date="10/16/2005">Add missing file headers.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">BooBinding: Implemented inferring the return type from the "return" statement.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">Added compilation support to BooBinding.</Change> |
|
<Change author="Matt Ward" date="10/15/2005">Added a missing NAnt addin resource string.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">Added missing resource strings, removed resource strings from AssemblyAnalyzer.</Change> |
|
<Change author="Matt Ward" date="10/15/2005">Added NAnt addin from SharpDevelop 1.1/Fidalgo.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">Update component library, tried to fix exception when switching back from the form designer when deleting controls from the form so that the caret position is after the end of the document.</Change> |
|
<Change author="Daniel Grunwald" date="10/15/2005">Delete old ProjectImporterExporter addin.</Change> |
|
<Change author="Matt Ward" date="10/15/2005">The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception.</Change> |
|
<Change author="Christoph Wille" date="10/14/2005">Minor changes to info document</Change> |
|
<Change author="Matt Ward" date="10/12/2005">Added support for Mono 1.1.9.2</Change> |
|
<Change author="Matt Ward" date="10/12/2005">Added extra MSBuild file extensions to be supported by the XmlFoldingParser.</Change> |
|
<Change author="Matt Ward" date="10/12/2005">Added more MSBuild file extensions so they are syntax highlighted.</Change> |
|
<Change author="Markus Palme" date="10/12/2005">SD2-417 Icon for defintionview pad</Change> |
|
<Change author="Daniel Grunwald" date="10/12/2005">Fixed return type of generic parameters like "ref T[]" and generic references in base types (e.g. IList<T> derives from ICollection<T>).</Change> |
|
<Change author="Daniel Grunwald" date="10/12/2005">Fixed SD2-479.</Change> |
|
<Change author="Matt Ward" date="10/12/2005">The start command line arguments and the working directory are parsed by the StringParser before the program is run. This enables the use of custom string tags such as TargetPath, TargetDir, etc.</Change> |
|
<Change author="Daniel Grunwald" date="10/12/2005">Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox).</Change> |
|
<Change author="Markus Palme" date="10/12/2005">SD2-453: ported CustomLineManager from Fidalgo</Change> |
|
<Change author="Markus Palme" date="10/11/2005">fixed SD2-445 C# parser fails on default value expression in variable initializer</Change> |
|
<Change author="Daniel Grunwald" date="10/11/2005">Fixed interface code generator for user defined interfaces.</Change> |
|
<Change author="Markus Palme" date="10/11/2005">ported patch from fidalgo rev 2097</Change> |
|
<Change author="Daniel Grunwald" date="10/11/2005">Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException.</Change> |
|
<Change author="Markus Palme" date="10/10/2005">Patch from Shinsaku Nakagawa. Fixes two IME problems: |
|
|
|
1. The font of IME is not changed when option changed. |
|
(Option->TextEditor->General->Font) |
|
2. The location of IME is not occasionally correct.</Change> |
|
<Change author="Matt Ward" date="10/10/2005">Added extra filename extensions to be supported by the XmlFoldingParser. Folds were only being updated for files with an .xml extension.</Change> |
|
<Change author="Daniel Grunwald" date="10/09/2005">Add "Convert buffer to Boo" command to BooBinding.</Change> |
|
<Change author="Daniel Grunwald" date="10/09/2005">Deleted some of the unused translation strings.</Change> |
|
<Change author="Daniel Grunwald" date="10/09/2005">Fixed SD2-458: Tab is always replaced with 4 spaces</Change> |
|
<Change author="Matt Ward" date="10/08/2005">Added support for commenting/uncommenting a selection of xml.</Change> |
|
<Change author="Daniel Grunwald" date="10/08/2005">Fixed SD2-474: Allow targeting other .NET Framework versions.</Change> |
|
<Change author="Matt Ward" date="10/08/2005">Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method.</Change> |
|
<Change author="Matt Ward" date="10/08/2005">GotoDefinition executed when double clicking an MbUnitPad test tree node.</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). |
|
Added constructor insight support to BooBinding.</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Added support for local variables and simple type inference to BooBinding.</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Fixed assertion when typing a "RaiseEvent" statement (http://community.sharpdevelop.net/forums/1156/ShowPost.aspx)</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Boo implicitly references System.dll and Boo.Lang.dll.</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Fixed paths in BooBinding project files.</Change> |
|
<Change author="Daniel Grunwald" date="10/07/2005">Add BooBinding.</Change> |
|
<Change author="Matt Ward" date="10/07/2005">Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property.</Change> |
|
<Change author="Daniel Grunwald" date="10/05/2005">Improved handling of proportional fonts.</Change> |
|
<Change author="Daniel Grunwald" date="10/04/2005">Run MsBuild in a separate thread => you can continue coding while your code is compiling.</Change> |
|
<Change author="Daniel Grunwald" date="10/04/2005">Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work)</Change> |
|
<Change author="Daniel Grunwald" date="10/03/2005">Use use static readonly collection instance for empty attribute, type parameter and parameter collections.</Change> |
|
<Change author="Daniel Grunwald" date="10/03/2005">Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space</Change> |
|
<Change author="Mathias Simmack" date="10/03/2005">Help 2.0: fixed a bug when selecting the previous or next topic button (browser) with a hidden TOC control; there was an exception because, of course, there was no selection in the TOC control. Now I use the Get*FromUrl method with the current browser URL. btw: some other things changed</Change> |
|
<Change author="Daniel Grunwald" date="10/02/2005">Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM.</Change> |
|
<Change author="Daniel Grunwald" date="10/02/2005">Fixed SD2-460: Parse error (inner classes in generic types)</Change> |
|
<Change author="Daniel Grunwald" date="10/01/2005">Fixed code completion bug regarding events. Fixed "run unit test in debugger".</Change> |
|
<Change author="Mathias Simmack" date="10/01/2005">Pad layout: included some references for the dynamic help pad to solve issue #2 (http://community.sharpdevelop.net/forums/820/ShowPost.aspx)</Change> |
|
<Change author="Daniel Grunwald" date="10/01/2005">Allow references to unbound types in typeof/GetType expressions.</Change> |
|
<Change author="Daniel Grunwald" date="10/01/2005">Improved performance of "Replace all".</Change> |
|
<Change author="Daniel Grunwald" date="09/30/2005">Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors.</Change> |
|
<Change author="Daniel Grunwald" date="09/30/2005">Fixed loading of project files created by Visual Studio 2005.</Change> |
|
<Change author="Daniel Grunwald" date="09/30/2005">Fixed SD2-440: Icon for local variables and parameters</Change> |
|
<Change author="Daniel Grunwald" date="09/30/2005">Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). |
|
Advantages: |
|
- faster than reflection |
|
- referenced libraries do not need to be looked up during code completion (only when generating the cache) |
|
-> fixes SD2-444 ReflectionOnlyAssemblyResolve is not used when an assembly is only needed inside inner classes |
|
--> Code completion for VB's My-namespace works again |
|
- Assemblies do not need to be hold in RAM (they are now loaded in a separate AppDomain) |
|
-> no more locking problems |
|
-> less memory consumption |
|
Disadvantages: |
|
- higher memory-consumption because currently the file is loaded at once (previously the data was lazy-loaded using Reflection) |
|
-> but there are some optimizations possible (reusing string and DefaultParameter instances) and lazy-loading could be reimplemented similar to what Fidalgo does with its CCDB. |
|
</Change> |
|
<Change author="Mathias Simmack" date="09/29/2005">dynamic help: needed to fix the Win32 resource... Hm...</Change> |
|
<Change author="Mathias Simmack" date="09/29/2005">dynamic help: HTML and PNG images included as Win32 resource</Change> |
|
<Change author="Daniel Grunwald" date="09/28/2005">Fixed problem in setup script: wrong install directory was suggested when SharpDevelop 1.x was installed.</Change> |
|
<Change author="Daniel Grunwald" date="09/28/2005">Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">Fixed reading project files that start with whitespace.</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">Fixed SD2-457: C# lexer crash on "0x"</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">Switched to NUnit for the NRefactory tests because Mike failed to tell me why he switched to MbUnit and broke ~20 Tests.</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">Fixed SD2-461: Cannot build projects with umlauts</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer.</Change> |
|
<Change author="Daniel Grunwald" date="09/27/2005">Fixed exception when importing VS.NET project without ".user" file.</Change> |
|
<Change author="David Srbecký" date="09/26/2005">Fixed bug that prevented recompiling due to files locked by the debugger</Change> |
|
<Change author="Matt Ward" date="09/26/2005">MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes.</Change> |
|
<Change author="Mathias Simmack" date="09/25/2005">Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file)</Change> |
|
<Change author="Mathias Simmack" date="09/25/2005">dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute)</Change> |
|
<Change author="Mathias Simmack" date="09/25/2005">Help 2.0: context.html updated</Change> |
|
<Change author="Daniel Grunwald" date="09/24/2005">Fixed SD2-425: Improve project options</Change> |
|
<Change author="Daniel Grunwald" date="09/24/2005">Put ProjectImports into the translation database. |
|
Enabled AutoComplete for the ProjectImports combo box.</Change> |
|
<Change author="Daniel Grunwald" date="09/24/2005">Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored.</Change> |
|
<Change author="Markus Palme" date="09/24/2005">added list of project namespaces</Change> |
|
<Change author="Markus Palme" date="09/24/2005">added vb.net projectlevel-imports option panel</Change> |
|
<Change author="Daniel Grunwald" date="09/24/2005">Allow user to choose configuration and platform in the project options. (part of SD2-425)</Change> |
|
<Change author="Mathias Simmack" date="09/24/2005">Help 2.0: some little fixes</Change> |
|
<Change author="Daniel Grunwald" date="09/24/2005">Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop.</Change> |
|
<Change author="Daniel Grunwald" date="09/23/2005">Applied Fidalgo rev. 2075</Change> |
|
<Change author="Matt Ward" date="09/21/2005">Added 'Stop tests' toolbar button and context menus to the MbUnit pad. Go to definition context menu command is not currently working.</Change> |
|
<Change author="Daniel Grunwald" date="09/21/2005">Fixed crash when using the "DefaultDebugger" instead of the debugger addin.</Change> |
|
<Change author="Daniel Grunwald" date="09/21/2005">Fixed SD-371: Adding empty combine to a combine causes exception |
|
and worked on SD2-425.</Change> |
|
<Change author="Mathias Simmack" date="09/18/2005">dynamic help: fixed a little problem with the 'helpResults' bool</Change> |
|
<Change author="Daniel Grunwald" date="09/17/2005">Fixed SD2-451: Exception thrown when adding new event handler.</Change> |
|
<Change author="Daniel Grunwald" date="09/17/2005">Improved project options (more strings translatable, reference paths tab works now)</Change> |
|
<Change author="Mathias Simmack" date="09/17/2005">dynamic help: fixed a problem with the Project language</Change> |
|
<Change author="Daniel Grunwald" date="09/16/2005">Use InvariantCulture for string comparisons - fixes problems with Turkish locale settings.</Change> |
|
<Change author="Mathias Simmack" date="09/16/2005">dynamic help: uses default entries (s. revision 489), uses the Project language to limit the help results</Change> |
|
<Change author="Mathias Simmack" date="09/16/2005">dynamic help: created new XML file with default entries (if you want to use it, copy it into the Addin folder)</Change> |
|
<Change author="Daniel Grunwald" date="09/15/2005">Put more strings into the translation database.</Change> |
|
<Change author="Daniel Grunwald" date="09/14/2005">Application and Signing project options panels now use the translation database.</Change> |
|
<Change author="Mathias Simmack" date="09/14/2005">tried to fix a Virtual PC (no SDK) crash; HiliteMatches restored for testing (it doesn't work here :o( )</Change> |
|
<Change author="Mathias Simmack" date="09/13/2005">disable 'highlight matching topics' because it doesn't work with the WebBrowser control</Change> |
|
<Change author="Matt Ward" date="09/12/2005">File was not being identified as a 'code behind file' if it existed in a subfolder.</Change> |
|
<Change author="Daniel Grunwald" date="09/12/2005">Ignore .svn folders when creating setup.</Change> |
|
<Change author="Daniel Grunwald" date="09/12/2005">Add prepareRelease.bat (creates ChangeLog.xml and REVISION file)</Change> |
|
<Change author="Daniel Grunwald" date="09/12/2005">Fixed InterfaceImplementorCodeGenerator bug (override keyword).</Change> |
|
<Change author="Matt Ward" date="09/12/2005">SD2-438. Form designer now creating, loading and saving resources.</Change> |
|
<Change author="Mike Krüger" date="09/12/2005">Fixed SD2-402:Toolbar in bookmark pad.</Change> |
|
<Change author="Mathias Simmack" date="09/12/2005">some changes/fixes, LoggingService used</Change> |
|
<Change author="Daniel Grunwald" date="09/11/2005">Allow addins to have their project/file templates stored in the addin directory.</Change> |
|
<Change author="Mathias Simmack" date="09/11/2005">dynamic help: new method/type detection (by Robert_G, Delphi-PRAXiS) used for Forms designer support</Change> |
|
<Change author="Daniel Grunwald" date="09/11/2005">Allow find references and rename for local variables and parameters.</Change> |
|
<Change author="Daniel Grunwald" date="09/11/2005">Fixed find references on private members in partial classes.</Change> |
|
<Change author="Mathias Simmack" date="09/11/2005">dynamic help: sorting implemented, some other fixed</Change> |
|
<Change author="Daniel Grunwald" date="09/10/2005">Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. |
|
Fixed bug that caused SharpDevelop to add byte order marks to plain ASCII files when UTF-8 was chosen as default encoding.</Change> |
|
<Change author="Daniel Grunwald" date="09/10/2005">When renaming a field, ask the user if he also wants to the rename the property.</Change> |
|
<Change author="Mathias Simmack" date="09/10/2005">dynamic help: some changes and fixes and (I hope) improvements</Change> |
|
<Change author="Mathias Simmack" date="09/10/2005">dynamic help: Forms designer support added; some more improvements</Change> |
|
<Change author="Mathias Simmack" date="09/10/2005">PropertyPad: SelectedGridItemChanged event for Dynamic Help added</Change> |
|
<Change author="Daniel Grunwald" date="09/09/2005">Reduced number of allocations: |
|
- do not load xml documentation keys into memory but load only the hash code and keep everything else cached on disk. |
|
- made Dom's region a value-type. |
|
- do not create a SortedList<string, IReturnType> for every using statement but only when the using statements actually uses aliases. |
|
Overall SD should use ca. 10 MB RAM less when working on a big solution like SharpDevelop.sln.</Change> |
|
<Change author="Mathias Simmack" date="09/09/2005">dynamic help: debug info enabled; using other ResolveResult types to get more info</Change> |
|
<Change author="Mike Krüger" date="09/09/2005">Fixed SD2-419:C# Parser bug (methodBase is ConstructorInfo ? #ctor : methodBase.Name).</Change> |
|
<Change author="Mike Krüger" date="09/09/2005">SharpRefactory tests are now running under MbUnit.</Change> |
|
<Change author="Daniel Grunwald" date="09/08/2005">Fixed SD2-439: VB.Net event handlers are lost. |
|
Save layout configuration before switching layout by starting debugger or pressing Shift+Escape.</Change> |
|
<Change author="Daniel Grunwald" date="09/08/2005">Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form.</Change> |
|
<Change author="Matt Ward" date="09/08/2005">SD2-437. Source code now generated in InitializeComponent method for non-visual components.</Change> |
|
<Change author="Mathias Simmack" date="09/08/2005">dynamic help: some scripting improvements</Change> |
|
<Change author="Mathias Simmack" date="09/08/2005">I changed some of the CSharp namespace names; there are no bug fixes in this upload</Change> |
|
<Change author="Daniel Grunwald" date="09/04/2005">Fixed some bugs.</Change> |
|
<Change author="Mathias Simmack" date="09/02/2005">dynamic help: I forgot the 3 images for the toolstrip (required to compile) and the HTML file and the 2 *Book.png images for the dynamic help (required to use DH)</Change> |
|
<Change author="Mathias Simmack" date="09/01/2005">dynamic help: added support for Help 2.0 namespace reloading</Change> |
|
<Change author="Mathias Simmack" date="09/01/2005">dynamic help changed and ready to use</Change> |
|
<Change author="David Srbecký" date="08/28/2005">Implemented hiding of status strip in fullscreen. |
|
Hiding of main menu refactored.</Change> |
|
<Change author="Daniel Grunwald" date="08/28/2005">Improved overload resolution by implementing 14.4.2.2 Better function member.</Change> |
|
<Change author="David Srbecký" date="08/28/2005">Implemented hiding of main menu and toolbar in fullscreen</Change> |
|
<Change author="David Srbecký" date="08/28/2005">Unavailable variables in debugger handled gracefully</Change> |
|
<Change author="David Srbecký" date="08/27/2005">Fixed bug that was caused by breakpoints set on non-executable lines</Change> |
|
<Change author="David Srbecký" date="08/27/2005">Fixed bug that was caused by static variables maked as ThreadStatic</Change> |
|
<Change author="Daniel Grunwald" date="08/27/2005">Implement type argument inference for generic method calls.</Change> |
|
<Change author="Daniel Grunwald" date="08/27/2005">Fixed "copy/cut/paste" in context menus. |
|
Fixed ExpressionFinder bug with identifiers containing underscores.</Change> |
|
<Change author="Daniel Grunwald" date="08/27/2005">Improved RefactoringMenuBuilder.</Change> |
|
<Change author="David Srbecký" date="08/26/2005">Fixed bug that prevented stepping through anonymous methods.</Change> |
|
<Change author="Daniel Grunwald" date="08/26/2005">Fixed bug in search pad when document was changed after the search. |
|
Fixed crash when two classes with the same name were removed from a project content.</Change> |
|
<Change author="Daniel Grunwald" date="08/26/2005">Improved overload lookup (but the rules from § 14.4.2.2 are still missing).</Change> |
|
<Change author="Daniel Grunwald" date="08/26/2005">Add option to choose between "professional" menu style and system menu style.</Change> |
|
<Change author="Daniel Grunwald" date="08/26/2005">Allow AddIns to add their own string resources to the ResourceService.</Change> |
|
<Change author="Daniel Grunwald" date="08/26/2005">Fixed bug in InterfaceImplementorCodeGenerator.</Change> |
|
<Change author="Daniel Grunwald" date="08/25/2005">Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer)</Change> |
|
<Change author="Daniel Grunwald" date="08/25/2005">Fixed some NRefactory bugs (Generic method invocations in VB.NET and output visitor bugs)</Change> |
|
<Change author="Daniel Grunwald" date="08/25/2005">Remove quotes from svn:keywords property.</Change> |
|
<Change author="David Srbecký" date="08/24/2005">Added fullscreen options panel (no features implemented yet)</Change> |
|
<Change author="Matt Ward" date="08/24/2005">Fixed properties on newly added xml editor test files - removed quotes from the Revision keyword.</Change> |
|
<Change author="Matt Ward" date="08/24/2005">Added xml editor tests from Fidalgo branch. The XmlSchemaCompletionData class is now using the XmlSchemaAttribute's AttributeSchemaType property instead of the obsolete AttributeType which was causing a few of the attribute value tests to fail.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed bug that prevented VB.Net windows forms applications from compiling.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Right click on class and member names (and method invocations) in the text editor now shows the "go to definition" command and the class browser context menu of that item.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Core bugfixes: |
|
- Fixed exceptions when doozer/condition evaluator is not found. |
|
- Context menus can now use sub menu builders |
|
Context menu in text editor now shows items from the class member bookmarks.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed assembly loading bug introduced in rev. 429.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Add a "DoEvents" call to the workaround for SD2-426.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed SD2-434: Reference locking issue</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed SD2-433: Deleting references mixes up context menu</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed SD2-432: Project references added to the wrong project.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Add unit tests for CSharpOutputVisitor. |
|
Tried to fix ExternalException when accessing the clipboard.</Change> |
|
<Change author="Daniel Grunwald" date="08/24/2005">Fixed bug in C# expression finder that caused CC to fail for "int a = 0; ((NewType)expr).MethodCall(a);".</Change> |
|
<Change author="David Srbecký" date="08/23/2005">Fixed SD2-429: Cannot step into method when property passed as a parameter. |
|
(implemented JMC - just my code)</Change> |
|
<Change author="Daniel Grunwald" date="08/23/2005">Added CSharpBinding.Tests project. |
|
Add "run in debugger" command to member bookmarks.</Change> |
|
<Change author="Matt Ward" date="08/23/2005">Designer generator now parses the form's code every time a component is added. This ensures that the InitializeComponent's position is correct when adding a new component.</Change> |
|
<Change author="Daniel Grunwald" date="08/23/2005">Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. |
|
Make go to work with partial classes. |
|
Show expression in tooltips while pressing Ctrl. |
|
Project templates can now specify the BuildAction and CopyToOutputDirectory properties for files.</Change> |
|
<Change author="David Srbecký" date="08/23/2005">Removed GC.WaitForPendingFinalizers() because Matt Ward reported it is causing deadlocks.</Change> |
|
<Change author="David Srbecký" date="08/23/2005">Fixed SD2-431: Debugger fails on FileLoadException</Change> |
|
<Change author="Daniel Grunwald" date="08/23/2005">Fixed bug: ParseExpression could not parse "a >>= b"</Change> |
|
<Change author="Daniel Grunwald" date="08/23/2005">New files get now a build action dependent on their file extension.</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Fixed bug that caused the ParserService to "forget" parsing the projects when a solution was opened with a command line argument.</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Fixed SD2-428: Form designer does not load child controls in panels</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Fixed SD2-382: Setting a Breakpoint on an empty line</Change> |
|
<Change author="David Srbecký" date="08/22/2005">Compiler generated functions (like default constructor) are handled like external functions.</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">SearchResultPad now displays correct line number.</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Add some documentation about the addin system.</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Make the GotoDialog accept expressions like "Function.cs:line 416" (like in stack traces)</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Show debugger tooltips for expressions like "reference.FieldName".</Change> |
|
<Change author="Daniel Grunwald" date="08/22/2005">Included bugfixes from Alex.</Change> |
|
<Change author="David Srbecký" date="08/22/2005">Threads can be frozen using threads pad context menu</Change> |
|
<Change author="David Srbecký" date="08/22/2005">Debugger trace messages go to console; VariableListItems moved to its directoy</Change> |
|
<Change author="David Srbecký" date="08/21/2005">VariableCollection can handle dot separated variable names</Change> |
|
<Change author="David Srbecký" date="08/21/2005">Argument names and values can be show/hidden using callstack context menu</Change> |
|
<Change author="David Srbecký" date="08/21/2005">External methods can be show/hidden using callstack context menu</Change> |
|
<Change author="David Srbecký" date="08/21/2005">Local Variables pad cleared when debugger stops</Change> |
|
<Change author="David Srbecký" date="08/21/2005">Fixed Base classes in Local Variables pad</Change> |
|
<Change author="Matt Ward" date="08/21/2005">Added support for included schemas, substitution groups and abstract elements. Tests not ported over from Fidalgo yet.</Change> |
|
<Change author="Daniel Grunwald" date="08/20/2005">Improve project options panels and prepare editing different configurations. |
|
Fixed bug when closing form designer while the property pad was active.</Change> |
|
<Change author="David Srbecký" date="08/20/2005">Added first debugger test</Change> |
|
<Change author="David Srbecký" date="08/20/2005">Fixed SD2-414: Breakpoints "invisibly" moving when deleting lines |
|
(implemented DebuggerService.BreakpointChanged event)</Change> |
|
<Change author="Daniel Grunwald" date="08/19/2005">Fixed SD2-412: Set as startup project is not implemented.</Change> |
|
<Change author="Daniel Grunwald" date="08/19/2005">Use start action for starting projects and give friendly error message when trying to start a class library.</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Add "default(Type)" expression to C# parser.</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Fixed SD2-423: Cast to array types cause parser error. |
|
Fixed C# lexer bug with long hexadecimal literals.</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}})</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">SD2-421: Add msbuild file template</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Add null coalescing operator to C# lexer and parser.</Change> |
|
<Change author="Christoph Wille" date="08/18/2005">Added version number to default install directory, the default is now %programfiles%\sharpdevelop\2.0\. Program group is now also SharpDevelop 2.0. Uninstall key is SharpDevelop2, to not clash with 1.0 installation (SxS is now possible with installer)</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Fixed SD2-387: Main Menu: Sub menu position wrong</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Fixed SD2-416: Multi-instance Search and Replace dialog</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Improved event handler completion. |
|
Removed SharpZipLib. |
|
Fixed SD2-415 and SD2-418.</Change> |
|
<Change author="Daniel Grunwald" date="08/18/2005">Allow writing a space after "+=" completion without closing the completion window.</Change> |
|
<Change author="Daniel Grunwald" date="08/17/2005">Add NUnit.Framework again.</Change> |
|
<Change author="Matt Ward" date="08/17/2005">Removed NUnit project reference from main SharpDevelop solution.</Change> |
|
<Change author="Matt Ward" date="08/17/2005">Main menu and toolbar initialised after all the pads so that keyboard shortcuts work for the various View-Pad menu items without needing the menu to be displayed at least once.</Change> |
|
<Change author="Mike Krüger" date="08/17/2005">Removed nunit and nprof</Change> |
|
<Change author="Mike Krüger" date="08/17/2005">Changed some little translation issues. Re-Arranged tools menu.</Change> |
|
<Change author="Daniel Grunwald" date="08/17/2005">Update English and German StringResources (combine -> solution).</Change> |
|
<Change author="Daniel Grunwald" date="08/17/2005">Fixed SD2-410: Goto definition doesn't work for array types</Change> |
|
<Change author="Daniel Grunwald" date="08/17/2005">Fixed SD2-411: Code completition doesn't show parent class (nested classes)</Change> |
|
<Change author="Daniel Grunwald" date="08/16/2005">Fixed forms designer to reparse the file when switching to the designer tab.</Change> |
|
<Change author="Matt Ward" date="08/16/2005">Show properties (F4) now works in form design mode.</Change> |
|
<Change author="Daniel Grunwald" date="08/16/2005">Ported changes from Fidalgo rev 2038, ivokovacka. |
|
Fixed more NRefactory bugs.</Change> |
|
<Change author="Markus Palme" date="08/16/2005">added very basic event handler code completition (appears after typing '+='); still many things to do here</Change> |
|
<Change author="David Srbecký" date="08/16/2005">Added scrollbars to debugger Exception Dialog</Change> |
|
<Change author="Daniel Grunwald" date="08/16/2005">VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations.</Change> |
|
<Change author="Daniel Grunwald" date="08/16/2005">Fixed C# parser bug: anonymous methods without parameter list were not supported.</Change> |
|
<Change author="Daniel Grunwald" date="08/15/2005">NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST)</Change> |
|
<Change author="David Srbecký" date="08/15/2005">Debugger.Interop assembly removed</Change> |
|
<Change author="Mathias Simmack" date="08/14/2005">changed FullTypeName search to DynamicHelp engine</Change> |
|
<Change author="Daniel Grunwald" date="08/13/2005">Patched docking suite. Take care on docking library updates: |
|
Fixed warnings in docking suite. Tabs can be closed with middle mouse button. |
|
Included bug fixes from docking suite's bug tracker on SF.</Change> |
|
<Change author="Daniel Grunwald" date="08/13/2005">Improved C# -> VB converter (For-Statement is converted to ForNextStatement). |
|
Fixed VB parser (CSByte, CUShort, CUInt, CULng cast operators were missing).</Change> |
|
<Change author="Mathias Simmack" date="08/13/2005">enabled an early version of F1 help</Change> |
|
<Change author="Matt Ward" date="08/13/2005">When displaying xml namespaces the autocompletion list now resizes to fit the longest string.</Change> |
|
<Change author="Daniel Grunwald" date="08/13/2005">SearchAndReplaceDialog remembers it's location and can be closed with Escape. |
|
Fixed ExpressionFinder when cursor was at the end of the document.</Change> |
|
<Change author="Matt Ward" date="08/13/2005">Changed the namespace for the form designer context menu commands. Added ICSharpCode.SharpDevelop runtime to FormDesigner.addin. Form designer context menus now working.</Change> |
|
<Change author="Daniel Grunwald" date="08/13/2005">Added F1 help to text editor and forms designer.</Change> |
|
<Change author="Daniel Grunwald" date="08/13/2005">Fixed SD2-385: After project run Source/Abstract Content tabs are missing</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Fixed some bugs. |
|
Add new GotoDialog (replaces GotoLineNumberDialog). |
|
The GotoDialog accepts line numbers, class names and file names. (Examples: "120", "MainClass", "Main.cs, 120")</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Fixed SD2-399: Hide bookmarks inside folded regions</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Fixed SD2-380: TODO Parsing Bug. |
|
OpenTaskView now sorts it's entries, this prevent having the task entries "jump around" if you edit a file containing tasks.</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Add context menu to class browser.</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Fixed SD2-400: Importing classes (VB.NET). |
|
Fixed code completion on "value" in property setters.</Change> |
|
<Change author="Daniel Grunwald" date="08/12/2005">Fixed drag'n'drop of components from the side bar to the form designer.</Change> |
|
<Change author="Daniel Grunwald" date="08/11/2005">AutoHide pads are initalized when they are expanded (not when they are first clicked on). |
|
Fixed CompilerMessageView refresh problem.</Change> |
|
<Change author="Daniel Grunwald" date="08/11/2005">Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests). |
|
</Change> |
|
<Change author="Daniel Grunwald" date="08/11/2005">Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.</Change> |
|
<Change author="Daniel Grunwald" date="08/11/2005">Fixed two small code completion bugs: |
|
- code completion does not show members of base class when some interface of the class does not exist |
|
- when referenced assemblies had inter-dependencies (Assembly A depends on B), code completion on properties in A that used a type in B would not work. |
|
ReflectionParameter: Read "ref/out/params" modifier correctly. |
|
ReflectionProjectContent: Use ReflectionLoad also for GAC assemblies specified by partial name.</Change> |
|
<Change author="Mathias Simmack" date="08/10/2005">minor fixes (MSDN is the default search page again) and cosmetic (printer picture for ContextMenuStrip in TocPad.cs)</Change> |
|
<Change author="Daniel Grunwald" date="08/10/2005">Improved MbUnit addin.</Change> |
|
<Change author="Daniel Grunwald" date="08/10/2005">Add MbUnit and MbUnit-addin.</Change> |
|
<Change author="Daniel Grunwald" date="08/10/2005">When loading referenced assemblies for code completion that have missing dependencies, try to find best available version. |
|
For example, when using a library compiled against .NET 1.0; but only .NET 2.0 is installed, redirect the ReflectionOnlyAssemblyResolve event to load the .NET 2.0 version of System.dll instead.</Change> |
|
<Change author="Daniel Grunwald" date="08/09/2005">Use LoggingService instead of Console.WriteLine. |
|
Fixed a little bug in attribute completion.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Update to log4net 1.2.9.0 and remove some parts of log4net (compiled documentation, NAnt, builds for mono) to reduce download size of repository.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Use .Net SDK help ("MS.NETFramework.v20.en") as default collection displayed in help addin.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Copy GacUtil2 to tools directory. |
|
Small bugfix for code completion and ErrorList.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages).</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Fixed SD2-397: Empty Project Scout has visually enabled (not grayed out) icons.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Fixed SD2-374: Compiler warnings during debugging.</Change> |
|
<Change author="Daniel Grunwald" date="08/08/2005">Fixed SD2-405: Invisible menu item can be run by shortcut. |
|
Fixed SD2-376: Debugger: Menu consistency. |
|
Added caching to SearchClassReturnType (dramatically improves code completion performance in classes that have many base types like XmlView).</Change> |
|
<Change author="Christoph Wille" date="08/08/2005">Setup message changed</Change> |
|
<Change author="Christoph Wille" date="08/08/2005">Updated to v2.0 and added a 2.0 blurb to the Intro</Change> |
|
<Change author="Daniel Grunwald" date="08/07/2005">Rename configuration folder from .ICSharpCode\Corsavy to .ICSharpCode\SharpDevelop2</Change> |
|
<Change author="Daniel Grunwald" date="08/07/2005">Remove old help. Deactivate run of help register tool.</Change> |
|
<Change author="Daniel Grunwald" date="08/07/2005">Fixed SD2-398: Add support for nullables to the C# parser.</Change> |
|
<Change author="Daniel Grunwald" date="08/07/2005">Code completion improvements. |
|
Made forms designer capable of loading classes that don't use fully qualified names for the fields. |
|
Added solution that includes unit tests.</Change> |
|
<Change author="Daniel Grunwald" date="08/07/2005">Fixed SD2-401: Using aliases for classes. |
|
Usings like "using StringCollection = System.Collections.Generic.List<string>" are now valid and code completion works correctly for them.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Fixed SD2-403: Find references does not find indexer calls.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Add SharpDevelop help / help register application.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Fixed compile errors.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Update default layouts. Fixed help document highlighting.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Made HtmlHelp2 addin use the normal search results pad.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Move XmlEditor files in Src/Resources subdirectories.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Fixed SD2-293 (Creating any C++ Project fails with a NullReferenceException). |
|
Fixed exception when quickly closing multiple files during the initial parser run.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Improved lazy-loading.</Change> |
|
<Change author="Daniel Grunwald" date="08/06/2005">Made UpdateAssemblyInfo use NSvn instead of svn.exe.</Change> |
|
<Change author="Daniel Grunwald" date="08/05/2005">Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console.</Change> |
|
<Change author="Daniel Grunwald" date="08/05/2005">Update XmlEditor file headers. Display browser's status text in status bar.</Change> |
|
<Change author="Daniel Grunwald" date="08/05/2005">Critical bug fixed (MenuCommands didn't work)</Change> |
|
<Change author="Daniel Grunwald" date="08/05/2005">Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base)</Change> |
|
<Change author="Daniel Grunwald" date="08/05/2005">Added HtmlHelp2 addin.</Change> |
|
<Change author="Mike Krüger" date="08/05/2005">File tabstrip context menu now working again. (Patched docking suite. Take care on dockin library updates.)</Change> |
|
<Change author="Daniel Grunwald" date="08/04/2005">Included XmlEditor addin.</Change> |
|
<Change author="Daniel Grunwald" date="08/04/2005">Added XmlEditor addin. |
|
Fixed some bugs.</Change> |
|
<Change author="Daniel Grunwald" date="08/04/2005">Fixed SD2-395: Deleting a file from Project Scout causes NSvn.Core.NotVersionControlled Exception.</Change> |
|
<Change author="Andrea Paatz" date="08/04/2005">Worked on Boyer-Moore search strategy</Change> |
|
<Change author="Daniel Grunwald" date="08/04/2005">Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm)</Change> |
|
<Change author="Mike Krüger" date="08/04/2005">Worked on forms designer.</Change> |
|
<Change author="Daniel Grunwald" date="08/03/2005">Added checks for invalid filenames. (SD2-394)</Change> |
|
<Change author="Daniel Grunwald" date="08/03/2005">Fixed SD2-384 and SD2-386.</Change> |
|
<Change author="Andrea Paatz" date="08/03/2005">Finished the Lexer position test, please add some more VB test if you know the language better than me :)</Change> |
|
<Change author="Daniel Grunwald" date="08/03/2005">Use translation database for code completion options panel and "refactoring bookmark".</Change> |
|
<Change author="Andrea Paatz" date="08/03/2005">worked on VB Positions, added some C# tests</Change> |
|
<Change author="Andrea Paatz" date="08/03/2005">removed one more Console.WriteLine</Change> |
|
<Change author="Andrea Paatz" date="08/03/2005">worked on Positions and removed some debug Console.WriteLine</Change> |
|
<Change author="Mike Krüger" date="08/03/2005">Worked on VB.NET Forms Designer.'</Change> |
|
<Change author="Daniel Grunwald" date="08/03/2005">Fixed SD2-388 and SD2-389.</Change> |
|
<Change author="Daniel Grunwald" date="08/03/2005">Fixed SD2-396: Opening a Visual Studio Solution with #D causes Error "... is not a valid solution file".</Change> |
|
<Change author="Daniel Grunwald" date="08/02/2005">Fixed SD2-379 (Exception dialog box). |
|
Fixed bug with empty catch statements.</Change> |
|
<Change author="Mike Krüger" date="08/02/2005">worked on translation.</Change> |
|
<Change author="Mike Krüger" date="08/02/2005">worked on main menu translation.</Change> |
|
<Change author="Andrea Paatz" date="07/31/2005">tryed to implement a BoyerMoore algorithm, commented out, only copied from a web site</Change> |
|
<Change author="Andrea Paatz" date="07/31/2005">added some LexerPasotionTest for VB too. The Positions after a \n in VB not working in the Moment, kommented test out wich are not working...</Change> |
|
<Change author="Mike Krüger" date="07/31/2005">Fixed text editor caret positioning bug. (occured with fonts that had different font withs for bold and plain chars)</Change> |
|
<Change author="Andrea Paatz" date="07/31/2005">refactoring of the lexer is now ready: reader, line and col are now private in the AbstractLexer, the derived classes do not need to handle positioning stuff</Change> |
|
<Change author="Mike Krüger" date="07/31/2005">Fixed option update bug.</Change> |
|
<Change author="Andrea Paatz" date="07/31/2005">C# lexer ready, begin with vb lexer.</Change> |
|
<Change author="Mike Krüger" date="07/31/2005">worked on forms designer loading.</Change> |
|
<Change author="Markus Palme" date="07/31/2005">fixed wrong test</Change> |
|
<Change author="Mike Krüger" date="07/31/2005">worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output.</Change> |
|
<Change author="Markus Palme" date="07/31/2005">inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them</Change> |
|
<Change author="Andrea Paatz" date="07/31/2005">added some Token position tests and refactored the c# Lexer. Want to put all line and col management in the AbstractLexer. BV Lexer needs to be updated to use the new ReaderRead and ReaderPeek functions. line and col should be private and Line and Col readonly.</Change> |
|
<Change author="Markus Palme" date="07/31/2005">fixed exception when referenced project that was thrown when a referenced project wasn't part of the open project</Change> |
|
<Change author="Markus Palme" date="07/31/2005">replace and replace all works</Change> |
|
<Change author="Markus Palme" date="07/31/2005">unit tests for vb.net type level declarations</Change> |
|
<Change author="Markus Palme" date="07/30/2005">assign correct document iterator</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">taken out test assemblies from main project.</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">nunit pad now working.</Change> |
|
<Change author="Andrea Paatz" date="07/30/2005">Start to write PositionTest for the Lexer and added the NRefactoryTest Project to the SD combine</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">Errorlist labels are now updated.</Change> |
|
<Change author="Markus Palme" date="07/30/2005">fixed positions</Change> |
|
<Change author="Markus Palme" date="07/30/2005">correct positions of type members with modifiers</Change> |
|
<Change author="Andrea Paatz" date="07/30/2005">go to definition now works for parameters too</Change> |
|
<Change author="Markus Palme" date="07/30/2005">work on custom events</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">Worked on bookmarks</Change> |
|
<Change author="Markus Palme" date="07/30/2005">added operator overload support to vb grammar</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">Fixed bug in ActiveContent property in SdiLayout. (Bug affected the functionalty of cut/copy/paste. updated the sidebar control library to .NET 2.</Change> |
|
<Change author="Mike Krüger" date="07/30/2005">Fixed CodeDOM output bug which prevented the forms desinger from working.</Change> |
|
<Change author="Daniel Grunwald" date="07/28/2005">Keyword completion is not activated in comments anymore. |
|
VB lexer now reads documentation comments. |
|
Resolver now distinguishes between Type and Default context -> property declarations like "public Size Size {" resolve properly (TypeResolveResult for the first Size, MixedResolveResult for the second)</Change> |
|
<Change author="Daniel Grunwald" date="07/27/2005">Small bug fixes.</Change> |
|
<Change author="David Srbecký" date="07/27/2005">Bugfix - Arguments of static functions</Change> |
|
<Change author="Daniel Grunwald" date="07/27/2005">Improved prjx imported. |
|
Added importer for VS.NET [2003] projects.</Change> |
|
<Change author="Markus Palme" date="07/26/2005">correct test</Change> |
|
<Change author="Markus Palme" date="07/26/2005">custom events support</Change> |
|
<Change author="David Srbecký" date="07/26/2005">Fixed function switching bug, debugger window acivated if debugee pauses</Change> |
|
<Change author="Daniel Grunwald" date="07/26/2005">Fixed some resolver bugs. |
|
Added "bookmark" for classes. |
|
Added support for finding references to classes and renaming classes. |
|
Renamed the Erbauer/Auswerter classes.</Change> |
|
<Change author="David Srbecký" date="07/26/2005">Added some error messages, worked on function and thread switching</Change> |
|
<Change author="David Srbecký" date="07/26/2005">Reworked debugger state control</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Bugfixes - Local variables on thread without symbols; Can't click on function without symbols; Added CurrentFunction to NDebugger</Change> |
|
<Change author="Daniel Grunwald" date="07/25/2005">Ported some fixes for unit test mode from Fidalgo rev. 2014.</Change> |
|
<Change author="Daniel Grunwald" date="07/25/2005">Rename Erbauer/Auswerter files.</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Bugfixes - Thread and Callstack switching; unmanaged functions refused</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Bugfixes - no CurrentFunction in Threads pad handled, Method signature blob ignored now, dereference fail handled</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Prototype of SetIP</Change> |
|
<Change author="Daniel Grunwald" date="07/25/2005">Rename Erbauer/Auswerter directories.</Change> |
|
<Change author="Daniel Grunwald" date="07/25/2005">When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>".</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Exception interception</Change> |
|
<Change author="David Srbecký" date="07/25/2005">Exception dialog uses TextBox and is bit more informative</Change> |
|
<Change author="Daniel Grunwald" date="07/25/2005">Improved support for partial classes. |
|
Improved C# new completion.</Change> |
|
<Change author="David Srbecký" date="07/24/2005">Bugfixing, handled exceptions handled faster</Change> |
|
<Change author="Daniel Grunwald" date="07/24/2005">Fixed C# parser (added support for generic methods inside interfaces). |
|
Changed CurrentLineBookmark to be invisible in BookmarkPad and not saved.</Change> |
|
<Change author="David Srbecký" date="07/24/2005">CurrentLineBookmark does not use whole line, 'Debug' layout used during debugging</Change> |
|
<Change author="Daniel Grunwald" date="07/24/2005">Fixed parser crash introduced in last revision. |
|
Made debugger addin lazy-loading. |
|
Fixed bug in MarkerStrategy causing parts of removed markers still being rendered.</Change> |
|
<Change author="David Srbecký" date="07/24/2005">IsProcessRunningd and IsDebugging replaced with IsCurrentProcessSafeForInspection</Change> |
|
<Change author="David Srbecký" date="07/24/2005">Removed IsProcessRunningChanged and IsDebuggingChanged from NDebugger</Change> |
|
<Change author="Daniel Grunwald" date="07/24/2005">Fixed code completion bugs regarding "global::"/"Global".</Change> |
|
<Change author="David Srbecký" date="07/24/2005">Worked on stepping (sometimes it was necessary to step more times)</Change> |
|
<Change author="Daniel Grunwald" date="07/24/2005">Fixed some code completion bugs. |
|
Reactivated FiletypeRegisterer addin. |
|
Added HandleConditions property to IErbauer.</Change> |
|
<Change author="Markus Palme" date="07/23/2005">added vb.net completion after several expressions and keywords. added insight for vb.net</Change> |
|
<Change author="David Srbecký" date="07/23/2005">Updating my headers</Change> |
|
<Change author="David Srbecký" date="07/23/2005">Worked on Local variables pad</Change> |
|
<Change author="Daniel Grunwald" date="07/23/2005">.csproj/.vbproj files can now be opened directly (.sln is automatically created) |
|
Files from command line arguments are opened instead of the start page. |
|
Made GetWorkbench() in ParserUpdateThread thread-safe. (fixes NullReferenceException when closing files while the parser thread is running).</Change> |
|
<Change author="Daniel Grunwald" date="07/23/2005">Fixed bug in ReflectionOnly assembly loading. |
|
Fixed crash when a pad could not be loaded. |
|
Added publisher policy.</Change> |
|
<Change author="Markus Palme" date="07/22/2005">added vb.net keyword completition. todo: add completition for special statements, show insight</Change> |
|
<Change author="Daniel Grunwald" date="07/22/2005" /> |
|
<Change author="Daniel Grunwald" date="07/22/2005">Applied new header to all source files.</Change> |
|
<Change author="Daniel Grunwald" date="07/22/2005">Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). |
|
Added tool to set the file headers.</Change> |
|
<Change author="Daniel Grunwald" date="07/22/2005">Added generic methods to VB.Net grammar.</Change> |
|
<Change author="Daniel Grunwald" date="07/22/2005">Added panel with options for code completion. |
|
Fixed bug in CodeCompletionListView (when entering a name that did not exist in the list, the ListView didn't remove the current selection but selected the first entry). |
|
Made MessageService.ShowError use the ExceptionBox in release builds. |
|
Made ExceptionBox link to the mailing list instead of the bugs forum.</Change> |
|
<Change author="Markus Palme" date="07/21/2005">added 'open solution' button to main toolbar (common task)</Change> |
|
<Change author="Daniel Grunwald" date="07/21/2005">Code completion remembers frequently used items and prefers them in SelectItemWithStart().</Change> |
|
<Change author="Daniel Grunwald" date="07/21/2005">Added code completion on type parameters in generic classes.</Change> |
|
<Change author="Daniel Grunwald" date="07/21/2005">Added tool to put revision number into AssemblyInfo files. |
|
Included revision number in splash screen. |
|
Made ReflectionClass load custom attributes.</Change> |
|
<Change author="David Srbecký" date="07/20/2005">Some error checking, Debugger.Interop update</Change> |
|
<Change author="Daniel Grunwald" date="07/20/2005">Added code completion for attributes.</Change> |
|
<Change author="Daniel Grunwald" date="07/20/2005">Added support for My.Forms. |
|
Added support for ImportProjectItems. |
|
Reworked NRefactory to use List<AttributeSection> instead of ArrayList for attributes and List<ParameterDeclarationExpression> instead of ArrayList for parameter declarations. |
|
Added Ctrl+'.' debug code completion.</Change> |
|
<Change author="David Srbecký" date="07/19/2005">A little modification of the hack</Change> |
|
<Change author="David Srbecký" date="07/19/2005">Really nasty hack to force release of debug symbols</Change> |
|
<Change author="David Srbecký" date="07/19/2005">WindowsDebugger cleaned up</Change> |
|
<Change author="David Srbecký" date="07/19/2005">Worked on breakpoints</Change> |
|
<Change author="Daniel Grunwald" date="07/19/2005">Added support for code completion on partial classes.</Change> |
|
<Change author="David Srbecký" date="07/19/2005">Reworked DebuggerService, IDebugger, DefaultDebugger and Debugger menu</Change> |
|
<Change author="Daniel Grunwald" date="07/19/2005">Added code completion for the "My" namespace.</Change> |
|
<Change author="Daniel Grunwald" date="07/19/2005">Added generics support to the VB.Net parser.</Change> |
|
<Change author="David Srbecký" date="07/19/2005">Removed old code from DebuggerService</Change> |
|
<Change author="David Srbecký" date="07/19/2005">Replacing EventHandler with generics EventHandler</Change> |
|
<Change author="David Srbecký" date="07/19/2005">All events inherit from DebuggerEventArgs</Change> |
|
<Change author="Daniel Grunwald" date="07/19/2005">Fixed some code completion bugs.</Change> |
|
<Change author="Daniel Grunwald" date="07/18/2005">Worked on code completion.</Change> |
|
<Change author="David Srbecký" date="07/18/2005">CurrentProcess, CurrentThread and CurrentFunction set in ManagedCallback</Change> |
|
<Change author="David Srbecký" date="07/18/2005">System.Diagnostics not used in debugger anymore</Change> |
|
<Change author="Daniel Grunwald" date="07/18/2005">Added code completion after keywords like 'using', 'new', 'as', 'is', ...</Change> |
|
<Change author="David Srbecký" date="07/18/2005">Some custom exceptions removed</Change> |
|
<Change author="David Srbecký" date="07/18/2005">Added Process collection</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Handling of CurrentThread and CurrentFunction changed</Change> |
|
<Change author="Daniel Grunwald" date="07/17/2005">Improved code completion.</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Some call forwarders removed</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Created public constructors for SourcecodeSegment, changes in Breakpoint.cs</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Debugger lazy loading bug fixed</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Function.cs refactored to use MetaData wrapper</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Extended MetaData wrapper</Change> |
|
<Change author="David Srbecký" date="07/17/2005">ObjectVariable.cs refactored to use MetaData wrapper</Change> |
|
<Change author="David Srbecký" date="07/17/2005">Started MetaData wrapper</Change> |
|
<Change author="David Srbecký" date="07/16/2005">Debugger lazy loading</Change> |
|
<Change author="David Srbecký" date="07/16/2005">Continue postponed to OnDebuggingPaused()</Change> |
|
<Change author="David Srbecký" date="07/16/2005">Finally found a walkaround for LocalVarPad visual issue</Change> |
|
<Change author="Daniel Grunwald" date="07/16/2005">Small improvements.</Change> |
|
<Change author="Daniel Grunwald" date="07/16/2005">Improved C# <-> VB.Net conversion.</Change> |
|
<Change author="David Srbecký" date="07/16/2005">Refactoring function.cs</Change> |
|
<Change author="David Srbecký" date="07/16/2005">A bit work on properties</Change> |
|
<Change author="Daniel Grunwald" date="07/16/2005">Parser now inserts documentation into the AST.</Change> |
|
<Change author="Markus Palme" date="07/15/2005">ported path from fidalgo revision 2003</Change> |
|
<Change author="Daniel Grunwald" date="07/15/2005">Fixed C# code completion when an expression had two meanings (eg. type and property: 'Size' in classes deriving from Form)</Change> |
|
<Change author="Daniel Grunwald" date="07/15/2005">Fixed some C# <-> VB conversion bugs.</Change> |
|
<Change author="Daniel Grunwald" date="07/15/2005">Fixed ctrl-space code completion.</Change> |
|
<Change author="Daniel Grunwald" date="07/15/2005">C# <-> VB.Net converters now convert comments.</Change> |
|
<Change author="Daniel Grunwald" date="07/15/2005">TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding.</Change> |
|
<Change author="David Srbecký" date="07/14/2005">Added MyProxy, preparing NDebugger for MTA</Change> |
|
<Change author="David Srbecký" date="07/13/2005">Playing with Remoting 2</Change> |
|
<Change author="David Srbecký" date="07/12/2005">Playing with Remoting</Change> |
|
<Change author="David Srbecký" date="07/11/2005">Added custom Remoting sinks</Change> |
|
<Change author="David Srbecký" date="07/11/2005">Debugger made less static 2</Change> |
|
<Change author="David Srbecký" date="07/11/2005">Debugger made less static</Change> |
|
<Change author="David Srbecký" date="07/11/2005">Removed length limitation on unmanaged strings</Change> |
|
<Change author="Markus Palme" date="07/03/2005">improved vb.net indentation (http://icsharpcode.net/OpenSource/SD/Forum/topic.asp?TOPIC_ID=9042)</Change> |
|
<Change author="Daniel Grunwald" date="06/25/2005">Fixed code completion problems when one referenced assembly has references to other assemblies.</Change> |
|
<Change author="Daniel Grunwald" date="06/25/2005">Worked on SubversionAddIn.</Change> |
|
<Change author="Daniel Grunwald" date="06/25/2005">Move SubversionAddIn back (doesn't solve my problem with MSBuild)</Change> |
|
<Change author="Daniel Grunwald" date="06/25/2005">Moved SubversionAddin.</Change> |
|
<Change author="Daniel Grunwald" date="06/25/2005">Added <Include> erbauer. |
|
Worked on SubversionAddIn.</Change> |
|
<Change author="Daniel Grunwald" date="06/24/2005">Worked on SubversionAddIn.</Change> |
|
<Change author="Daniel Grunwald" date="06/24/2005">Fixed code completion bugs with inner classes. |
|
Modified SubversionAddIn to compile against Corsavy.</Change> |
|
<Change author="Daniel Grunwald" date="06/23/2005">Fixed some issues with code completion and the class browser.</Change> |
|
<Change author="Daniel Grunwald" date="06/22/2005">Fixed some ClassBrowser bugs. Included splashscreen from Korona.</Change> |
|
<Change author="Daniel Grunwald" date="06/22/2005">Fixed code completion in files containing character literals like '\xFF'.</Change> |
|
<Change author="Daniel Grunwald" date="06/22/2005">QuickClassBrowser performance fix.</Change> |
|
<Change author="Daniel Grunwald" date="06/11/2005">Fixed some small bugs.</Change> |
|
<Change author="Daniel Grunwald" date="05/27/2005">Fixed code completion for generic methods.</Change> |
|
<Change author="Daniel Grunwald" date="05/23/2005">Fixed C# ExpressionFinder to support generics. |
|
Implemented field references on generic classes in c# parser ('SomeGenericClass<string>.StaticProperty = "Beispiel";') |
|
Fixed form designer code generic (use "this" instead of class name).</Change> |
|
<Change author="Daniel Grunwald" date="05/22/2005">Added invocation of generic methods to c# parser.</Change> |
|
<Change author="Daniel Grunwald" date="05/21/2005">Added anonymous methods to c# parser.</Change> |
|
<Change author="Daniel Grunwald" date="05/21/2005">Fixed code completion bugs regarding generic methods.</Change> |
|
<Change author="Daniel Grunwald" date="05/21/2005">Fixed generic class and method declarations in C# parser.</Change> |
|
<Change author="Mathias Simmack" date="05/20/2005">'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o))</Change> |
|
<Change author="Daniel Grunwald" date="05/19/2005">Renamed FileUtility.IsEqualFile to FileUtility.IsEqualFileName (this was a successful test of 'rename').</Change> |
|
<Change author="Daniel Grunwald" date="05/19/2005">Implemented "rename" refactoring.</Change> |
|
<Change author="Daniel Grunwald" date="05/19/2005">Implemented "Find references".</Change> |
|
<Change author="Daniel Grunwald" date="05/18/2005">Added "find overrides".</Change> |
|
<Change author="Daniel Grunwald" date="05/17/2005">Added constructor overload lookup.</Change> |
|
<Change author="Daniel Grunwald" date="05/17/2005">IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. |
|
Currently, only "go to base class" is available for overridden methods, which jumps to the method that was overridden.</Change> |
|
<Change author="Daniel Grunwald" date="05/16/2005">Bookmarks (and breakpoints) are saved in the project preferences.</Change> |
|
<Change author="Daniel Grunwald" date="05/16/2005" /> |
|
<Change author="Daniel Grunwald" date="05/16/2005">Breakpoints are now a special kind of bookmarks.</Change> |
|
<Change author="Daniel Grunwald" date="05/11/2005">Added xml documentation cache. Xml documentation files with more than 300 entries are now converted into a binary format that does not require to be hold in memory to look up the documentation.</Change> |
|
<Change author="Daniel Grunwald" date="05/11/2005">Even more performance improvements for the LoadSolutionProjectsThread. Fixed SkipCurrentBlock() in C# lexer.</Change> |
|
<Change author="Daniel Grunwald" date="05/10/2005">Improved performance of parser run after opening a solution (really big improvement!!).</Change> |
|
<Change author="Daniel Grunwald" date="05/09/2005">Fixed VB code completion. Fixed method overload lookup.</Change> |
|
<Change author="Daniel Grunwald" date="05/09/2005">Resolver is now using ExtractMethod to parse only the current method to get local variables. |
|
This removes the need to save the NRefactory-CompilationUnit in the Tag property of the AST-CompilationUnit.</Change> |
|
<Change author="Daniel Grunwald" date="05/09/2005">Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. |
|
Double-Clicking on the definition view pad now jumps to the location clicked on in the main view.</Change> |
|
<Change author="Daniel Grunwald" date="05/09/2005">Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). |
|
Fixed bug regarding FileSystemWatcher to prevent crash when file was changed externally.</Change> |
|
<Change author="Daniel Grunwald" date="05/08/2005">Fixed string splitting.</Change> |
|
<Change author="Daniel Grunwald" date="05/08/2005">Implemented ExtendedWebBrowser to get the NewWindow event.</Change> |
|
<Change author="Daniel Grunwald" date="05/08/2005">CurrentAmbience now uses the ambience of CurrentProject.</Change> |
|
<Change author="Daniel Grunwald" date="05/07/2005">Small bug fixes (StatusBar, ProjectContent). |
|
Also, GetCorLibProjectContent() is now called directly after startup (so the classes are loaded while the user chooses the project) |
|
Fixed output path of some addins in release build.</Change> |
|
<Change author="Daniel Grunwald" date="05/07/2005">Display parsing progress in status bar when opening project. |
|
Fixed cross thread calls on SWF controls.</Change> |
|
<Change author="Daniel Grunwald" date="05/07/2005">Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. |
|
Fixed solution loading to first create all project contents and then create the references to each other.</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Fixed SD-338: Selecting text with the mouse by clicking in the gutter</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">More CC bugfixes.</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Worked on code completion.</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Implemented code completion for generics. Fixed code completion for arrays.</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Worked on code completion for generics.</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)).</Change> |
|
<Change author="Daniel Grunwald" date="05/06/2005">Ctrl-Space completion now shows generic type parameters after class name.</Change> |
|
<Change author="Daniel Grunwald" date="05/05/2005">Fixed some bugs in code completion and error drawing.</Change> |
|
<Change author="Daniel Grunwald" date="05/05/2005">Optimized StringParser. |
|
Included PieceTableTextBufferStrategy from David McCloskey, but it's currently commented out.</Change> |
|
<Change author="Daniel Grunwald" date="05/05/2005">Merged Dom/Implementations/Abstact* and Dom/NRefactoryResolver/*.</Change> |
|
<Change author="Daniel Grunwald" date="05/05/2005">Renamed some files Abstract* -> Default*.</Change> |
|
<Change author="Daniel Grunwald" date="05/05/2005">Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects.</Change> |
|
<Change author="Markus Palme" date="05/05/2005">fixed SD-353: Wrong position of insight window when horizontal ruler is visible</Change> |
|
<Change author="Markus Palme" date="05/02/2005">added shadows keyword to syntax highglightning definition</Change> |
|
<Change author="Mike Krüger" date="05/01/2005">Added log4net.</Change> |
|
<Change author="Daniel Grunwald" date="05/01/2005">AddInBuildingGuide modified for Corsavy.</Change> |
|
<Change author="David Srbecký" date="04/30/2005">Minor fixes</Change> |
|
<Change author="David Srbecký" date="04/30/2005">Debugger stepping made more stable</Change> |
|
<Change author="Daniel Grunwald" date="04/26/2005">Add SharpDevelopAddin project template.</Change> |
|
<Change author="Daniel Grunwald" date="04/24/2005">Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0. |
|
Optimized the StringParser a bit.</Change> |
|
<Change author="Daniel Grunwald" date="04/24/2005">ParserService does not lock parsed files anymore. |
|
Moved common options panel from C# and VB.NET to base. |
|
Fixed bug in property pad by introducing PropertyContainer (combined set of DesignerHost, SelectableObjects and SelectedObject). |
|
The PropertyPad now automatically shows the PropertyContainer of the active ViewContent.</Change> |
|
<Change author="Daniel Grunwald" date="04/23/2005">Fixed some properties in the project files.</Change> |
|
<Change author="Daniel Grunwald" date="04/23/2005">Moved debugger pads into their own subcategory in the view menu.</Change> |
|
<Change author="Daniel Grunwald" date="04/23/2005">Fixed project template options.</Change> |
|
<Change author="Daniel Grunwald" date="04/23/2005">Fixed docking of project options panel. |
|
Definition tooltip does not try to override text marker tooltips anymore.</Change> |
|
<Change author="Daniel Grunwald" date="04/22/2005">Add definition view pad.</Change> |
|
<Change author="David Srbecký" date="04/21/2005">Property evaluation in the debbuger disabled</Change> |
|
<Change author="Daniel Grunwald" date="04/20/2005">Fixed bug that prevented project scout treeview from redrawing when opening folder without contents.</Change> |
|
<Change author="Daniel Grunwald" date="04/19/2005">Made tooltip static so only one tooltip can be displayed at one time. |
|
Tooltip now shows current value of local variables/parameters when debugging.</Change> |
|
<Change author="David Srbecký" date="04/19/2005"> * Caching of Variable.CorType |
|
* Base classes disabled in Local Variables Pad |
|
* Icons in subtrees of Local Variables Pad fixed</Change> |
|
<Change author="David Srbecký" date="04/19/2005">Icons in Local Variables Pad fixed</Change> |
|
<Change author="David Srbecký" date="04/19/2005">ExceptionBox is not used if #D is started under debugger</Change> |
|
<Change author="David Srbecký" date="04/18/2005">corDebug.Terminate() crashed the #D on exit</Change> |
|
<Change author="David Srbecký" date="04/18/2005">Release build fixed (but nunit.framework still must be in GAC)</Change> |
|
<Change author="David Srbecký" date="04/18/2005">"workingDirectory" and "arguments" used in CreateProcess |
|
(Since 2.0.50215 this prevented the debugger to start)</Change> |
|
<Change author="David Srbecký" date="04/18/2005">Debugger Interop updated to Beta 2</Change> |
|
<Change author="Daniel Grunwald" date="04/18/2005">Fixed SD-318 and SD-347. Many small changes.</Change> |
|
<Change author="Daniel Grunwald" date="04/13/2005">Improved XmlDoc to text conversion.</Change> |
|
<Change author="Daniel Grunwald" date="04/13/2005">Update DockPanelSuite, fixes bug that views were not properly closed.</Change> |
|
<Change author="Daniel Grunwald" date="04/13/2005">Included file icons from Wolfgang Bartelme. |
|
Fixed exception when loading project that has a .xml file declared as "compile".</Change> |
|
<Change author="Daniel Grunwald" date="03/28/2005">Language bindings can now determine on what characters and keywords code completion should be triggered.</Change> |
|
<Change author="Markus Palme" date="03/14/2005">adopted patch from fidalgo revision 1807</Change> |
|
<Change author="Daniel Grunwald" date="03/13/2005">Fixed StackOverflowException when property ReflectionIndexer.Parameters is used. |
|
CC does not pop up on integer literals anymore. |
|
Fixed focus stealing when moving mouse over FoldMargin.</Change> |
|
<Change author="Daniel Grunwald" date="03/13/2005">Resolver can now find correct overload in a method invocation.</Change> |
|
<Change author="Daniel Grunwald" date="03/10/2005">Fixed some bugs. |
|
PropertyCodeGenerator can work with fields like '_fieldname' or 'm_fieldname'.</Change> |
|
<Change author="Daniel Grunwald" date="03/10/2005">MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe.</Change> |
|
<Change author="Daniel Grunwald" date="03/09/2005">Fixed bugs in ParserUpdateThread. |
|
Fixed bug in InsightDataProviders. |
|
Added unit test for CC lookup of a method with multiple overloads.</Change> |
|
<Change author="Mike Krüger" date="02/28/2005">#D now runs under the latest .NET Framework.</Change> |
|
<Change author="Daniel Grunwald" date="02/03/2005">Fixed MessageView bug.</Change> |
|
<Change author="Daniel Grunwald" date="02/02/2005">Many bugfixes/improvements in the resolver.</Change> |
|
<Change author="Daniel Grunwald" date="02/01/2005">ParserService now supports ProjectReferences. |
|
Go to definition now works for local variables.</Change> |
|
<Change author="Daniel Grunwald" date="01/31/2005">Added feature: go to definition (Ctrl-Enter) |
|
Set warninglevel to 4 for Core + Base (somehow it was set to 0 -> a bug in AbstractMember.cs was hidden)</Change> |
|
<Change author="Daniel Grunwald" date="01/30/2005">Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression. |
|
Fixed Lexer bug (C#): OverflowException was thrown when integer literal was at end of expression. |
|
Added unit tests for literals.</Change> |
|
<Change author="Daniel Grunwald" date="01/30/2005">Reintroduced ICSharpCode.SharpDevelop.Tests, adjusted NRefactoryResolverTests for new Resolver.</Change> |
|
<Change author="Daniel Grunwald" date="01/30/2005">Fixed tooltip flickering and a resolver bug.</Change> |
|
<Change author="Daniel Grunwald" date="01/30/2005">Fixed some bugs in resolver; tooltip now uses ExpressionFinder and GetXmlDocumentation.</Change> |
|
<Change author="Daniel Grunwald" date="01/29/2005">Tooltip now shows the type of variables.</Change> |
|
<Change author="Daniel Grunwald" date="01/29/2005">Added new ResolveResult that gives information about the expression being resolved. |
|
Currently it is used for code completion and method insight.</Change> |
|
<Change author="David Srbecký" date="01/28/2005">Introduced new debugger class Process</Change> |
|
<Change author="David Srbecký" date="01/28/2005">Moved some code from WindowsDebugger to DebuggerService</Change> |
|
<Change author="Mike Krüger" date="01/28/2005">Fixed parser update thread.</Change> |
|
<Change author="Mike Krüger" date="01/28/2005">Text markers can now specify foreground color.</Change> |
|
<Change author="David Srbecký" date="01/27/2005">Removed some silent fails. Bugfixing</Change> |
|
<Change author="David Srbecký" date="01/27/2005">Worked on exceptions; Added ExceptionHistoryPad</Change> |
|
<Change author="David Srbecký" date="01/26/2005">Added exception handling form</Change> |
|
<Change author="David Srbecký" date="01/26/2005">Implemented custom marshalling for new debugging API callbacks</Change> |
|
<Change author="Mike Krüger" date="01/24/2005">took out some writelines.</Change> |
|
<Change author="David Srbecký" date="01/23/2005">Worked on replacing strong typed collections with generics ones</Change> |
|
<Change author="David Srbecký" date="01/22/2005">Files in Debugger.Core reorganized</Change> |
|
<Change author="David Srbecký" date="01/22/2005">DebuggerInterop.Symbols.il replaced by ISymWrapper.dll</Change> |
|
<Change author="Mike Krüger" date="01/22/2005">Execute without debugger now works. (#D doesn't currently work in debugging mode).</Change> |
|
<Change author="Mike Krüger" date="01/22/2005">updated dockpanel suite.</Change> |
|
<Change author="Andrea Paatz" date="01/22/2005">worked on Resolver (SearchDefinition)</Change> |
|
<Change author="David Srbecký" date="01/22/2005">Some unversioned directories marked to be ignored.</Change> |
|
<Change author="David Srbecký" date="01/21/2005">Worked on evaluation of properties in debugger</Change> |
|
<Change author="David Srbecký" date="01/20/2005">Fixed updating of debugger pads</Change> |
|
<Change author="David Srbecký" date="01/20/2005">AssemblyInfo.cs moved to Configuration folder</Change> |
|
<Change author="Mike Krüger" date="01/20/2005">worked on Resolver</Change> |
|
<Change author="Andrea Paatz" date="01/20/2005">fixed bug in propertygrid</Change> |
|
<Change author="Mike Krüger" date="01/20/2005">the compiler message view now uses our text editor.</Change> |
|
<Change author="Mike Krüger" date="01/20/2005">Changed default layouts. (Because of the debugger panels.)</Change> |
|
<Change author="Mike Krüger" date="01/20/2005">Font selection panel is now much faster in initalization.</Change> |
|
<Change author="David Srbecký" date="01/19/2005">Initial Debugger Import</Change> |
|
<Change author="Markus Palme" date="01/14/2005">removed debugging output</Change> |
|
<Change author="Markus Palme" date="01/14/2005">vb.net folding works</Change> |
|
<Change author="David Srbecký" date="01/12/2005">%windir% used to get Windows directory in batch files</Change> |
|
<Change author="Mike Krüger" date="01/11/2005">VB.NET backend now works.</Change> |
|
<Change author="Mike Krüger" date="01/11/2005">Worked on code completion layer.</Change> |
|
<Change author="Mike Krüger" date="01/11/2005">Worked on main menu. Complex conditions now support failed actions</Change> |
|
<Change author="Mike Krüger" date="01/11/2005">Worked on IL backend. But I don't know how to plug in a new msbuild 'language'.</Change> |
|
<Change author="Mike Krüger" date="01/10/2005">Worked on code completion layer.</Change> |
|
<Change author="Markus Palme" date="01/10/2005">#d builds again; work on the parser layer</Change> |
|
<Change author="Markus Palme" date="01/10/2005">unitised vb.net language name; added vb.net binding to the main solution</Change> |
|
<Change author="Markus Palme" date="01/10/2005">added initial vb.net binding (very c#-ish at the moment)</Change> |
|
<Change author="Markus Palme" date="01/10/2005">removed old vb.net backend binding</Change> |
|
<Change author="Mike Krüger" date="01/10/2005">The refactoring of the upper code completion layer has begun ...</Change> |
|
<Change author="Mike Krüger" date="01/10/2005">project contents can now reference other project contents (greatly reducing loading times/memory consumption). XmlDocumentation is now loaded & cached (greatly increasing loading times/memory consumption).</Change> |
|
<Change author="Mike Krüger" date="01/09/2005">View menu builder works again.</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Added Solution file format validation</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">taken out the description= tags of the menus (They're unused since a while ...)</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Fixed compilation bug.</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Fixed property grid bug (caused by lazy loading)."</Change> |
|
<Change author="Andrea Paatz" date="01/06/2005">fixed bug in topological sort and startet to write tests for it.</Change> |
|
<Change author="Andrea Paatz" date="01/06/2005">fixed build error: sharpDevelop.ico has an absolute path from Mike. Now the path is relativ and should work for everyone.</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Core tests are in the solution.</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Moved abstract project.</Change> |
|
<Change author="Mike Krüger" date="01/06/2005">Exception box is now working again.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Worked on #D</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">overworked task subsystem a bit.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Code generator (Alt+ins) now works again. fixed texteditor drawing bug.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Forgot to check in some changes.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Worked on #Develop. Search & Replace panel now has 2 different view modes. ExtTreeView drawing is now more smooth. Fixed some issues.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Removed nunit binaries.</Change> |
|
<Change author="Mike Krüger" date="01/05/2005">Slightly improved C# formatting. custom edit actions are now working again.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">References can now be removed. Rename/remove operations are now faster with really big projects</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">addin scout now working again.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Nunit pad is now working again. Switched to NUnit 2.2.2</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Worked on project options.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Improved toolbar refresh.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Path of the errors in files are now parsed correctly.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Fixed little issues.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Fixed many little issues.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Removed winformsUI binaries.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Corrected output path of the filetype registerer (his job should be done by the installer) and resource editor.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Added start project as context menu command for projects.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Fixed bug in text editor options panel.</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">Corsavy is now self-hosting. Hopefully no more build files are out of sync with project files issues ...</Change> |
|
<Change author="Mike Krüger" date="01/04/2005">created trunk folder.</Change> |
|
</ChangeLog> |