3868 Commits (07acb05d8621796a1338e30d050e6ac641eb805c)
 

Author SHA1 Message Date
Siegfried Pammer 81d835428d Added Profiler 17 years ago
Mike Krüger b978482653 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 1e6aefef7e * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: fixed bracket 17 years ago
Mike Krüger 175c1b9082 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Matt Ward dc48a81a05 Python forms designer now supports Control's Padding property. 17 years ago
Matt Ward 0b9ce6e1ab Python forms designer now supports the Form's Location property. 17 years ago
Matt Ward c016cdb91a Python forms designer now supports AutoScrollMinSize, AutoScrollMargin and MinimumSize properties. 17 years ago
Mike Krüger 92086ff64b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Respected the 17 years ago
Mike Krüger c16eaaff79 * NRefactory.csproj: 17 years ago
Mike Krüger f514596684 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Matt Ward fcaaf311f8 Form.Visible property now loaded/generated in python forms designer. 17 years ago
Matt Ward 9adfa8b5b9 Python forms designer now supports loading and generating code for standard control cursors (e.g. AppStarting, Help and WaitCursor). 17 years ago
Mike Krüger f71ba19cae * Src/Parser/IParser.cs: 17 years ago
Daniel Grunwald 986adf1754 Fixed two bugs introduced by Layers. 17 years ago
Daniel Grunwald 8fe42afbd7 AvalonEdit: Minor bugfixes / API improvements. 17 years ago
Daniel Grunwald b4abfae690 AvalonEdit: add support for layers (gives users more control about z-order than adorners). 17 years ago
Mike Krüger ec18084e7a * Output/SnippetConversion.cs: 17 years ago
Mike Krüger 594359f77f * Src/PrettyPrinter/VBNet/VBNetOutputFormatter.cs: Use 17 years ago
Daniel Grunwald 0c8e66a620 When moving text using drag'n'drop, combine text removal on drag and text insertion on drop into a single undo group. 17 years ago
Daniel Grunwald 65d02dc1e4 Normalize newlines on copy/paste. Moved LineManager.NextDelimiter into NewLineFinder. 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
Daniel Grunwald 7d39cff890 More changes to the handling of invalid visual lines. 17 years ago
Daniel Grunwald ea4dd216fd Made AvalonEdit work without 'DoEvents'. 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 3898950c40 Merge 3.0 to trunk. 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 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