3821 Commits (03a0ccecfe1cafbe36ca0992901b35ad149566ef)
 

Author SHA1 Message Date
Matt Ward 03a0ccecfe Updated language resources. 16 years ago
Matt Ward 11a80d5c8c Unit Tests tree now shows tests that fail due to an unhandled exception being thrown. 16 years ago
Matt Ward f18df3138e Installer now displays SharpDevelop 3.1 Beta 1. 16 years ago
Siegfried Pammer 71480d693b removed transparency from DebuggeeExceptionForm, added buttons for Break and Terminate again 16 years ago
Matt Ward 41a0fdebbc Fixed ArgumentException thrown when duplicate binary file ids are in a WiX file and the dialog is opened in the designer. 16 years ago
Matt Ward a2ef6c70e9 NUnit-Console no longer creates TestResult.xml if the /xml option is not used. 16 years ago
Daniel Grunwald e0df7e4747 SvnClientWrapper: Fixed NullReferenceException in discovery of changed paths. 16 years ago
Matt Ward 3bc847b185 Static class methods now use staticmethod when converted to Python. 16 years ago
Matt Ward 1cf40ae1cb Use HintPath for IronPython reference in Python project templates. 16 years ago
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 16 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 16 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 16 years ago
Matt Ward 4fa1e2e656 An error message is now displayed when trying to compile a Python application when no main file is specified. 16 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 16 years ago
Daniel Grunwald 1d90f5a81d Fixed SD2-1514 - Exception compiling F# project using build worker. 16 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 16 years ago
Matt Ward ceef846b4c Updated to WiX 3.0.5301 16 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 16 years ago
Siegfried Pammer ad78532443 fixed bug in CSharpMethodExtractor 16 years ago
Matt Ward acc3c88a7b Fixed build - NUnit 2.5 no longer allows hiding the SetUpFixture method in derived classes. 16 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 16 years ago
Matt Ward 22b8b6f536 Updated to NUnit 2.5.0.9122 16 years ago
Siegfried Pammer 4eff6e60b7 fixed bug when using other file sizes than 64 mb for temporary storage file. 16 years ago
Matt Ward 99f9c096bc Added basic support for non-visual components in the python forms designer. 16 years ago
Matt Ward 97eff32314 Python forms designer now supports loading and generating code for the text in a ListViewSubItem. 16 years ago
Matt Ward 136edb3fd9 Ordering of controls in generated python forms designer code now matches the order of the standard forms designer. 16 years ago
Matt Ward 510f9c1e5b Python forms designer now supports generating code for ListViewItem's text. 16 years ago
Siegfried Pammer f08507a12c Created new ExceptionForm based on suggestions from forums/9446 16 years ago
Siegfried Pammer feb47eeec8 Extract Method: clean up and bug fixes 16 years ago
Siegfried Pammer 8c06710d74 Extract Method: Add ref keyword to extracted parameters only if the type is a reference type 16 years ago
Siegfried Pammer 2a0842d436 - fixed bugs in VB .NET Indentation 16 years ago
Siegfried Pammer 10c1982f8a prepared profiler for public testing 16 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 16 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 16 years ago
Daniel Grunwald 3b0c44e39e Subversion History View: immediately get file name from view content 16 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 16 years ago
Daniel Grunwald 6fba7e0501 Fixed forum-9315: view contents with customized save command (e.g. project options) are not saved when closing them and clicking 'Yes' in the 'Do you want to save?' question. 16 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 16 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 16 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 16 years ago
Daniel Grunwald e5ce04c38c F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop. 16 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 16 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 16 years ago
Daniel Grunwald 31aa1cec0e Fixed namespace handling in Boo ConvertVisitor. 16 years ago
Daniel Grunwald 1b38904278 Prevent Boo forms designer from changing the type of fields to 'void' 16 years ago
Daniel Grunwald 99b8d8529f Boo Forms Designer: prevent the designer from deleting unrelated fields. 16 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 16 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 16 years ago
Daniel Grunwald 5df6bd39e8 Fixed SD2-1397 - Code completion does not work for nested classes inside generic classes. 16 years ago
Daniel Grunwald af544bac8e Fixed bug in ScriptRunner (for scripts inside file or project templates). 16 years ago