4117 Commits (e8ae58da079631b36d2468fa5f33f3a303e82d42)
 

Author SHA1 Message Date
Daniel Grunwald 4be88bafca Recompiled SharpSvn using VS2008. 16 years ago
Daniel Grunwald cedb3a0212 Update to SharpSvn 1.6004.1329. (SVN 1.6.4) 16 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 16 years ago
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 16 years ago
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 16 years ago
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 16 years ago
Matt Ward 42988ba59a Fixed null reference exception when generating code in the Python forms designer for a non-IComponent object's AddRange method. 16 years ago
Matt Ward 921f2d2045 Inherited tooltips now supported in the Python forms designer. 16 years ago
Matt Ward d837482511 Public inherited controls now supported in Python forms designer. 16 years ago
Matt Ward 2ea6c93ce1 Inherited protected controls are now supported in the Python forms designer. 16 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 16 years ago
Daniel Grunwald e051b6560f Fixed forum-9858: problem with sizeof operator converting from C# to VB.NET 16 years ago
Matt Ward e9949d3692 Fixed null reference exception when loading/generating code in the python forms designer when a control's property was null. 16 years ago
Matt Ward f2f7704f3d Python forms designer no longer generates code for controls in inherited base class. 16 years ago
Matt Ward ccddc2cd65 Python forms designer now creates an instance of the form's base class instead of just a Form or UserControl when loading a form in the designer. 16 years ago
Daniel Grunwald 186d3cefdf Fixed forum-9843: missing icon in project browser for .resx files. 16 years ago
Matt Ward f134d84ee4 Python forms designer can now design forms that do not directly inherit from Form or UserControl. 16 years ago
Siegfried Pammer e543fb8401 Profiler: fixed display of meta data tokens VAR and MVAR 16 years ago
Matt Ward 2e9a82b24d Refactored the set property value code out of the PythonComponentWalker class. 16 years ago
Matt Ward 00f98f795b Fixed failing unit test in Python addin. 16 years ago
Matt Ward ba5384dfbd Python forms designer now loading/generating forms with nested properties (e.g. Button.FlatAppearance) 16 years ago
Matt Ward 4b1d9f62e9 Correct code generated for Default cursor in python forms designer. 16 years ago
Daniel Grunwald 504f585301 Installer now displays SharpDevelop 3.1 RC 1. 16 years ago
Daniel Grunwald a6ec66b0c6 Handle SVN errors when creating a new project. 16 years ago
Matt Ward 399bf9df9e Two tree nodes with their NodeFont property set can now be loaded into the python forms designer. 16 years ago
Daniel Grunwald a522e44fc1 Fixed build. 16 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 16 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 16 years ago
Daniel Grunwald f5c68e18cd Fixed SD2-1550 - Exception creating new F# project when F# compiler is not installed 16 years ago
Daniel Grunwald 36b451624a Fixed InvalidOperationException in ReflectorAddIn when the 'run as administrator' compatibility option is set on Reflector.exe. 16 years ago
Daniel Grunwald ac661446f4 Disable upgrades from SharpDevelop 3.0 to 3.1 (the user will be prompted to uninstall 3.0 first). Fixes SD2-1565 - Microsoft.Scripting.dll removed by upgrade 3.0 -> 3.1. 16 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 16 years ago
Mike Krüger fc6e55f483 * Src/Visitors/LookupTableVisitor.cs: Lookup table visitors now can 16 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 16 years ago
Matt Ward 583bfa2611 Fixed bug where some TreeNode properties were not set when loading a form into the python forms designer. 16 years ago
Mike Krüger a4a77737bd * Src/Visitors/LookupTableVisitor.cs: Catch variable declarations 16 years ago
Matt Ward 459801ecaa Updated to IronPython 2.0.2 16 years ago
Daniel Grunwald e96149c718 Show version number of installed 3rd party AddIns in exception dialog. 16 years ago
Matt Ward 778c760b8d Added support for code folding of global python methods defined outside of a class. 16 years ago
Daniel Grunwald de88a9a00b Use svn:eol-style=native for NRefactory. 16 years ago
Daniel Grunwald a07a78e80b CSharpOutputTest: don't ignore whitespace. 16 years ago
Daniel Grunwald ed3f9e5dbb Consistently use "http://schemas.microsoft.com/winfx/2006/xaml/presentation" as WPF XML namespace. 16 years ago
Daniel Grunwald e18549f293 Made text boxes for Postbuild/Prebuild events multi-line (forum-9791). 16 years ago
Mike Krüger 1489bafa98 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Daniel Grunwald 76390acbef Setup: Fixed issue in .booproj file association. 16 years ago
Mike Krüger 3ba7f361b6 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Corrected else in 16 years ago
Siegfried Pammer 1abebe579b fixed SD2-1551 16 years ago
Daniel Grunwald d93c72444b Changed GUID for Microsoft.Scripting.dll 16 years ago
Daniel Grunwald 83f72a30af Fixed forum-9335: checked state in FileTypeRegisterer option panel is incorrect for some entries. 16 years ago
Daniel Grunwald 14a68c6e4b TaskView: show paths relative to the solution directory 16 years ago