2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 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
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 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 f5b7441d61 Update to Boo 0.9.0.3203. 17 years ago
Christian Hornung 2ba95f3f4f Enabled strong name signing for the FormsDesigner assembly. 17 years ago
Christian Hornung b932d4fd46 Fixed SD2-1518 - Removing a component from Form is not saved. 17 years ago
Christian Hornung e0791cefb3 ResourceToolkit: Show a message instead of an exception when a resource file cannot be read or written when deleting or renaming keys. 17 years ago
Matt Ward adff7b48bf Project options now working for F# projects. 17 years ago
Daniel Grunwald 0583126bf3 Update to Boo 0.9.0.3153. This fixes SD2-1495. 17 years ago
Daniel Grunwald 086444c2e3 Trying to fix build of F# binding. 17 years ago
Daniel Grunwald a8dd913eb1 Fixed build. 17 years ago
Robert Pickering 02d3d085d2 Build F# plugin with --standalone switch to avoid dependency problems. 17 years ago
Daniel Grunwald 885afa299e More debug output when building (trying to find the cause of SD2-1485). 17 years ago
Siegfried Pammer dcbc8d5fdd added support for implicitly typed local variables in ExtractMethod, now the type is resolved before using it as a parameter in the new method's signature. 17 years ago
Siegfried Pammer 5f1fccd9ce improved ExtractMethod 17 years ago
Siegfried Pammer 61a20439ea fixed bugs in Extract Method 17 years ago
Daniel Grunwald c3cc141fe4 Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns). 17 years ago
Matt Ward c11c8658f9 Can now specify target CPU when compiling Python applications. 17 years ago
Christian Hornung 52c20abe83 Fixed SD2-1507 - ArgumentNullException when closing a form. 17 years ago
Christian Hornung 08117f470d Fixed SD2-1498 - Deleting Form.Designer file will close main form file and lose changes. 17 years ago
Matt Ward 6e80d05d88 Fixed SD2-1503. Invalid expression error message prompt displayed by watch window. 17 years ago
Matt Ward 76ea758b2a Explicitly set the form's size in ironpython unit test before generating code. 17 years ago
Matt Ward e8fcd7c020 The Python forms designer (currently disabled) now has limited support for designing very basic forms. 17 years ago
Matt Ward a3cabc08a1 StyleCop's tools options panel now handles spaces in the settings file path. 17 years ago