4040 Commits (98fe76ebe4cb71b85a3ecb387aa14a834b52b0a0)
 

Author SHA1 Message Date
Mike Krüger f5e37276c2 * Src/Lexer/ILexer.cs: 17 years ago
Daniel Grunwald 9fc26985b2 Added CreateStartInfo method to AbstractProject. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald d0d97732ad ExceptionBox: fixed potential deadlock when exception occurred on non-GUI thread. 17 years ago
Daniel Grunwald bfa2c3c4cb Fixed cleanup in AutomatedBuild. 17 years ago
Daniel Grunwald de103b0e1b Add profiler to setup. 17 years ago
Daniel Grunwald 951e8971a6 Build profiler when using SharpDevelop .bat files. 17 years ago
Siegfried Pammer ba077160ba removed doc 17 years ago
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
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