2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
Daniel Grunwald a2323c417a Fixed SD2-629: VBNetForeachLoopVariableTest. 20 years ago
Matt Ward 309a0b8978 Fixed SD2-628 - Can now design unsaved files when a project is currently open. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald 7420da5fc4 Fixed SD2-613: Renaming a solution generates a Not Implemented exception. 20 years ago
Daniel Grunwald b483073c64 Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad. 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald 935f026883 Fixed BOO-589: Tooltip information fails when a property is named after a type 20 years ago
Daniel Grunwald acda9fb540 Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Matt Ward 26fe065d3a When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist. 20 years ago
Daniel Grunwald d0b2864289 Fixed C#<->VB conversion of #if preprocessing directives. 20 years ago
Daniel Grunwald db23c1d711 Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad). 20 years ago
David Srbecký 6f424029ab Last out parameter used as return value in CorDebugger wrapper; Methods starting with Get or Is converted to properties 20 years ago
Daniel Grunwald 9bd30a2a42 Fixed NullReferenceException when converting fields without initializer from C# to Boo. 20 years ago
David Srbecký ab87777e1c CorDebugger wrapper used by the debugger 20 years ago
David Srbecký 6ad702e8c4 Added wrappers for CorDebug 20 years ago
Matt Ward 055b6ae074 Ported PInvoke addin from SharpDevelop 1.1 20 years ago
Daniel Grunwald 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) 20 years ago
Christoph Wille c5d228d6e8 Beta 1 preparations 20 years ago
Daniel Grunwald 5bb64ccc37 Applied form designer assembly loading patch by Alex Prudkiy. 20 years ago
Daniel Grunwald 9a4be967df Changed license in about dialog to LGPL. 20 years ago
Daniel Grunwald fe66f16b43 Changed splash screen. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 34680425f9 Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" 20 years ago
Daniel Grunwald 3cff683d1a Fixed SD2-519: Project options panel can be opened multiple times for the same project. 20 years ago
Daniel Grunwald abbe48b7a0 Fixed SD2-593: Forms Designer events page not initially visible. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago
David Srbecký 65dbb564c1 Expressions with dot resolved properly in debugger tooltip 20 years ago
Daniel Grunwald aceb91aca1 Fixed SD2-603: Renaming a project in the project browser generates a not implement exception 20 years ago
David Srbecký 41607e096f Events unregistered when debugger tooltip is closed 20 years ago
Daniel Grunwald b036e9d48f Fixed SD2-573: Editing menu item text in place 20 years ago
Daniel Grunwald 627e61507f Update language resources. 20 years ago
David Srbecký 2751bbcef8 Fixed SD2-586: Debugger not going to source code line from callstack view 20 years ago
Mathias Simmack 30b6b7ed1e Help 2.0: small changes in the Dynamic Help browser scripting 20 years ago
David Srbecký b8447a8bfa Added debugger test: SetIP 20 years ago
Daniel Grunwald aa02f22658 Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered). 20 years ago
David Srbecký cdc0d7362e Debugger handles optimized code more gracefully 20 years ago
David Srbecký e05a82005e Debugger.Eval rewritten to hold its state in one enum 20 years ago
David Srbecký 3a723b7a39 Private/static variables separated in debugger tooltips 20 years ago
David Srbecký 49b86182ff Fixed bug: SessionID was not updated between evals; Added test for it 20 years ago
Daniel Grunwald 0a42f77c37 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. 20 years ago
David Srbecký 1012efb736 Added debugger test: PropertyVariableForm 20 years ago
David Srbecký 56e727f269 Fixed bug: 'this' is now passed to property eval as reference 20 years ago
David Srbecký d3b6bd0d16 Added debugger test: PropertyVariable 20 years ago
David Srbecký dc978575e8 Fixed bug: Base class was not accessible after stepping 20 years ago
David Srbecký 2db2020cbd Added debugger test: ObjectValue 20 years ago
David Srbecký c93ae52d54 Property evaluation code moved to ObjectValue 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
David Srbecký 18bd451e71 Worked on variable updating; Properties in debugger tooltips 20 years ago