2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
Siegfried Pammer c5c518a689 fixed bugs in UI 17 years ago
Matt Ward 64965103ae Added support for AnchorStyles in python forms designer. 17 years ago
Siegfried Pammer 9d8455bb06 Improvements and bug fixes in Profiler.AddIn GUI 17 years ago
Matt Ward 5e60ee626e Python forms designer: Control creation code now generated. Control variable names now prefixed with underscore. Control properties now set correctly on loading the form into the designer. 17 years ago
Siegfried Pammer be8ba32292 Moved SharpDevelopElementHost to Profiler.AddIn 17 years ago
Matt Ward 52c92ff5ec Code now generated for controls on a form in the python forms designer. 17 years ago
Matt Ward c19a0e9bb5 Python forms designer now using more PropertyDescriptor information to determine whether a property should be serialized. Form properties now generated in alphabetical order. 17 years ago
Matt Ward bae236b7f6 Added python class library project template. 17 years ago
Siegfried Pammer 97eb5487e6 new options in profiler 17 years ago
Matt Ward 2a45318a6a Fixed failing python addin unit tests - font size now converted to string using CultureInfo.InvariantCulture. 17 years ago
Matt Ward c76d4ae764 Python forms designer now supports fonts. 17 years ago
Daniel Grunwald 45d5e79d34 Fixed SD2-1534: Boo forms designer modifies fields in non-designer file 17 years ago
Siegfried Pammer b2d9c35ccc - bug fixes 17 years ago
Matt Ward a5c7b72482 Fixed unhandled FileNotFoundException in XML tree editor when a file is loaded with a dtd reference that cannot be found. 17 years ago
Matt Ward de9ecf1083 Can now run all tests with code coverage or run all the tests in the current project. 17 years ago
Siegfried Pammer 274003e760 - finished Options Panels 17 years ago
Daniel Grunwald 2bf3520293 Mark booc.exe as 32-bit (fix build). 17 years ago
Daniel Grunwald 1d2890c1e2 Fixed forum-9168: ArgumentOutOfRangeException in BooFormattingStrategy.SearchBracketForward/GapTextBufferStrategy.GetCharAt. 17 years ago
Daniel Grunwald 3c312c7567 Boo: In strict mode, the default visibility is private. 17 years ago
Daniel Grunwald 521bff07e8 Update to Boo 0.9.1.3287. 17 years ago
Daniel Grunwald 38a3b7d8d5 SearchAndReplace: don't search in .exe/.dll/.pdb 17 years ago
Matt Ward d0884088c2 Python forms designer now supports Form Color properties. 17 years ago
Siegfried Pammer c46f1f7e73 added "QualityTools" menu 17 years ago
Siegfried Pammer 255f6dfea7 fixed profiler start bugs 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 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
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
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
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 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 18699759d9 Handle errors when writing new class diagram (fixes forum-9024: Read only class diagram file causing System.UnauthorizedAccessException) 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 9ca580024d Added some strings to the translation database (mostly message box texts in the Subversion AddIn). 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
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 cd5c3f6364 Catch InvalidCastException in IronPython parser when parsing invalid code. 17 years ago