3669 Commits (ec18084e7a65fc2e9f11a7346fd62c42f4d3a086)
 

Author SHA1 Message Date
Mike Krüger ec18084e7a * Output/SnippetConversion.cs: 17 years ago
Mike Krüger 594359f77f * Src/PrettyPrinter/VBNet/VBNetOutputFormatter.cs: Use 17 years ago
Matt Ward 2fdc3ee671 String, enum and boolean properties on a form now loading and being generated in the python forms designer. 17 years ago
Matt Ward 30019759f8 mscorlib now added as a default reference in Python project templates. 17 years ago
Christian Hornung 066ef2d4c3 Fixed SD2-1529 - Forms designer rewrites array field declarations. 17 years ago
Daniel Grunwald f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Daniel Grunwald 30c368da42 Fixed namespace handling in Boo code completion. 17 years ago
Matt Ward 5880c31298 Assembly created when compiling a class library is now copied to the output folder. 17 years ago
Daniel Grunwald a2a0519357 When using "Compile modified projects only", require recompilation if the project options were changed. 17 years ago
Daniel Grunwald 18699759d9 Handle errors when writing new class diagram (fixes forum-9024: Read only class diagram file causing System.UnauthorizedAccessException) 17 years ago
Daniel Grunwald 3093c60ae9 Fixed exception when an open solution file is deleted. 17 years ago
Daniel Grunwald ca7e25fe5b Fixed SD2-1524: Reference to a method hiding a base class event resolved incorrectly. 17 years ago
Daniel Grunwald 2d0d749425 Fixed SD2-1528: Stack overflow in code completion when using FluentValidation 17 years ago
Daniel Grunwald 6f8e954129 Add DispatcherErrorHandler allow WPF addins to use SharpDevelop's unhandled exception dialog. 17 years ago
Mike Krüger 21d4f3cfc5 * cs.ATG: 17 years ago
Mike Krüger cc5006261d checked in some changes from monodevelop. 17 years ago
Daniel Grunwald 9ca580024d Added some strings to the translation database (mostly message box texts in the Subversion AddIn). 17 years ago
Daniel Grunwald 1533f2bbdd Backport ICSharpCode.Core.Presentation to SharpDevelop 3.1 - this makes it easier to write WPF-based AddIns. 17 years ago
Matt Ward e60ed8da10 Open With dialog is now centered and no longer shown in task bar. 17 years ago
Daniel Grunwald e397b87c6b Fixed bug in "Find references": MemberLookupHelper.IsSimilarMember could return true when comparing a field with a local variable. 17 years ago
Daniel Grunwald 47ada746fd Fixed subversion state condition for directory/solution nodes. 17 years ago
Matt Ward dd315fcf54 Pressing the up key in the Python Console no longer closes the completion window if there is command history. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago
Matt Ward bb413180f5 Updated the installer version number to 3.1 17 years ago
Matt Ward 6caf13b7fc Enabled the python code conversion and forms designer. 17 years ago
Matt Ward d501410961 Updated to IronPython 2.0.1 17 years ago
David Srbecký 05aa02a7a8 Updated test output for ".NET Framework 3.5 SP1 Family Update" 17 years ago
Matt Ward d38d6ae257 Fixed null reference exception in WriteableProjectEvaluator if a null IProject is returned from the ProjectService.CurrentProject. 17 years ago
Matt Ward cd5c3f6364 Catch InvalidCastException in IronPython parser when parsing invalid code. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald e02ca7fc5e Allow SharpDevelop 3.0 addins to load in SharpDevelop 3.1. 17 years ago
Christoph Wille aa43c6fadb Version 3.1 designation 17 years ago
Matt Ward c1229ae1ac Updated string resources. 17 years ago
Robert Pickering a859e782a3 Fix problems with F# interactive, thanks Matt! 17 years ago
Siegfried Pammer d99197c07c Added translation for ExtractMethodForm 17 years ago
Christoph Wille 14fb112b7c Small documentation updates 17 years ago
Christian Hornung 9a36ba805b Forms designer: Fixed the reload interrupting the start of the debugger (forum-8997). Fixed the form being marked as dirty when doing a "warm" reload. 17 years ago
Matt Ward 73fbc027af Disabled local variable resolving in Python binding. 17 years ago
Daniel Grunwald 423437659a Various minor changes. 17 years ago
Daniel Grunwald f0c3caffd7 Fixed forum-8965: "+=" code completion for events did not work if delegate was declared in source code. 17 years ago
Daniel Grunwald 43733a4944 Ensure the window handle is created before using the main form as SynchronizeInvoke. Might fix forum-8974. 17 years ago
Daniel Grunwald ea4b5473c3 Fixed SD2-1517: Changes made in project options not being saved on configuration change. 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Christian Hornung 019db94649 Forms designer: Fixed removing and replacing field declarations in VB (the parser obviously specifies the field regions in a different way). 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 17 years ago
Daniel Grunwald be17ca8431 Fixed SD2-1522: Exception when double-clicking in empty first line. 17 years ago
Daniel Grunwald 195a4cac61 Fixed code completion on nullables. 17 years ago
Daniel Grunwald f5b7441d61 Update to Boo 0.9.0.3203. 17 years ago
Christian Hornung 50ee5770d6 Add redirection rule for FormsDesigner assembly. 17 years ago