4109 Commits (dc59476ce230a88c17bba2b679c2b4794fcae1d7)
 

Author SHA1 Message Date
Matt Ward dc59476ce2 Now using NUnit 2.5.3.9345 16 years ago
Matt Ward 155d37d14e Installer now ngens IronPython assemblies. 16 years ago
David Srbecký 03f22d048a Fixed build 16 years ago
David Srbecký 023ef6a40a Updated localized strings 16 years ago
David Srbecký 95187c2a2c Do not derive debugger objects from MarshalByRefObject since it not being used in any way. 16 years ago
David Srbecký a154d2f93f Backported r5308 - Fixed conditional breakpoints for statements that do not return bool 16 years ago
David Srbecký 320896e50e Backported r5302 - Fixed rude-abort of evals 16 years ago
David Srbecký 49ccffef87 Backported r5299 - Fixed "0x80131C33: Interception of the current exception is not legal" 16 years ago
David Srbecký aa7f962410 Backported r5296 - Fixed "0x8013132E - This process has already been attached to" 16 years ago
David Srbecký 29ceaafa3a Backported r5294 - Fixed "Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)" 16 years ago
David Srbecký 9b5f63e816 Backported r5293 - Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký bf11a5e2b7 Backported r5292 - Disable steppers before detach 16 years ago
David Srbecký 1f256c5327 Backported r5291 - General exception handler for CreateProcess 16 years ago
David Srbecký 68838acdf5 Backported r5290 - Workaround for exception during removing of breakpoint (can not reproduce though) 16 years ago
David Srbecký 5f9ac0618e Backported r5257 - Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 4ad43957db Backported r4826 "Fixed race condition that was causing unit tests to fail" to 3.1 16 years ago
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 16 years ago
Daniel Grunwald b87a337213 Fixed conversion of inner class type references to CodeDom. 16 years ago
Daniel Grunwald ea8ead857b Fixed SD2-1626 - Type parameters placed incorrectly when implementing interface nested inside generic class 16 years ago
Daniel Grunwald a30ba7fec7 Added ${ItemNameNoExt} - see forum-9830. 16 years ago
Daniel Grunwald 4740f942e5 Backport r5265 - Fix for "Cannot use JMC on this code (likely wrong JIT settings)." to 3.1 16 years ago
Daniel Grunwald d5c6e2aad2 Fixed SD2-1623 - Boo: Find references does not return any results 16 years ago
Daniel Grunwald 8033853d49 Fixed forum-10355: Boo code completion fails using import statements from user assemblies. 16 years ago
Matt Ward a90ce890dc Updated to IronPython 2.6 RC 3 16 years ago
Daniel Grunwald c1ca7b1e36 Fixed C#->VB code converter issues with casts between char and integers. 16 years ago
Daniel Grunwald aa877491c1 Added object initializers support to VB output visitor. 16 years ago
Matt Ward 14c77d60ae Updated to IronPython 2.6 RC 2 16 years ago
Matt Ward cf9adbb9ba Check all base classes for unit test methods not just the immediate test class parent. 16 years ago
Daniel Grunwald 9914989d40 Fixed forum-10179: move file up/down in F# binding crashes SharpDevelop 16 years ago
Daniel Grunwald ce6ff9bb09 Disable failing debugger unit tests. 16 years ago
Daniel Grunwald c543ebd41f backport "4826 Fixed race condition that was causing unit tests to fail" to 3.1 16 years ago
Daniel Grunwald 4c0620e367 Use different directory for debugger test cache. (reason the last two builds failed was that the debugger unit tests are caching the compiled test programs) 16 years ago
Daniel Grunwald 1d42e43287 Don't show MessageBox when running unit tests on build server. 16 years ago
Daniel Grunwald 0136a81aab Run debugger unit tests as 32-bit process. 16 years ago
Daniel Grunwald 2c343922df Trying to work around MSBuild Community Tasks always using AnyCPU-version of NUnit. 16 years ago
Daniel Grunwald d5e990ac19 Set UpdateSetupInfo to x86. 16 years ago
Matt Ward 892c9f534e Added extra unit tests. 16 years ago
Matt Ward 5d390ee9e1 Removed unused code. 16 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 16 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 16 years ago
Siegfried Pammer 6a248e8b58 - added SDPS version check 16 years ago
Christoph Wille badb902cbd 3.1.1 designation for setup and build artefact packaging 16 years ago
Siegfried Pammer e4591410ee optimized processing of *Self columns to avoid GUI hangs in SharpDevelop 16 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 16 years ago
Daniel Grunwald 93c1198fd4 NRefactory C# parser: fixed parse error for unknown attribute targets - the C# compiler only emits a warning for those 16 years ago
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 16 years ago
Daniel Grunwald cc0f7f60e7 Fix bug in "AddUsingDeclaration" refactoring: when running the refactoring two times quickly after another (without waiting for a reparse), the list of using declarations would get corrupted. 16 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 16 years ago
Daniel Grunwald 2d46880b72 Fixed ambience NullReferenceException (bug introduced in revision 4954) 16 years ago
Daniel Grunwald 39efc1c363 Fixed NRefactory C# parser bug with method calls on InnerClassTypeReferences ("A<T>.B.C<U>.Foo();") 16 years ago