916 Commits (e097527450680e7d2c3b683b4b191d03be3de21c)
 

Author SHA1 Message Date
David Srbecký e097527450 Added WrapperGenerator 20 years ago
Daniel Grunwald d68d56b34c Now MSBuild property $(SolutionDir) is available when compiling single projects. 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 5d17bf9b5e Translations update. 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
Christoph Wille 4b887e05f8 Official license change from GPL to LGPL 20 years ago
Daniel Grunwald fe66f16b43 Changed splash screen. 20 years ago
Christoph Wille c65fa1dee3 Forum link updated 20 years ago
Daniel Grunwald 8cb2199c11 Disable SubversionAddIn (it won't ship with SharpDevelop 2.0). 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 46f232a188 Use IntPtr instead of int in SendMessage P/Invoke declaration. 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
Daniel Grunwald e54926242a Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) 20 years ago
Daniel Grunwald 767a5f7138 Fixed small lexer problem. 20 years ago
Daniel Grunwald c24a108bb4 Improved C# lexer performance. 20 years ago
David Srbecký 65dbb564c1 Expressions with dot resolved properly in debugger tooltip 20 years ago
Daniel Grunwald 5ecd643d77 Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type. 20 years ago
Daniel Grunwald a2e8ac5a5c Fixed SD2-606: Scrolling search window to the left corrupts text 20 years ago
Daniel Grunwald b2d5e30003 Fixed SD2-549: Scrolling split window after expanding a region 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 05e320ec30 Added Shown and Hidden events to DynamicListRow. 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
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 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
Daniel Grunwald d7e895c4f8 Fixed solution configuration -> project configuration mapping. 20 years ago
David Srbecký b8447a8bfa Added debugger test: SetIP 20 years ago
Daniel Grunwald e46db83c0a Allow changing the active solution configuration in the build menu. 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
Matt Ward a00bfde615 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. 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