198 Commits (ec6ad9e42ef8876079c54e14669997381267e794)

Author SHA1 Message Date
Matt Ward 778c760b8d Added support for code folding of global python methods defined outside of a class. 16 years ago
Matt Ward a65729ccd1 Fixed null reference exception when converting a constructor to python. 16 years ago
Matt Ward 242b00a787 ListViewItems with imageIndex or imageKey set are now created correctly in generated python forms designer code. 16 years ago
Matt Ward 4b1a54a220 Child tree nodes now added on loading a form in the python forms designer. 16 years ago
Matt Ward 0f64ad149a Code now generated for TreeView TreeNodes in the python forms designer. 16 years ago
Matt Ward 7e7ce2ff0b Code generation and ImageList resources now supported in python forms designer. 16 years ago
Matt Ward 1ed615860b Added support for icon resources in python forms designer. 16 years ago
Matt Ward 4191d2b45a Bitmap resources on the main form are now supported in the python forms designer. 16 years ago
Matt Ward 608e01af81 Python forms designer now generating the correct code when assigning a DataSet to a DataGridView's DataSource. 16 years ago
Matt Ward 5fff800683 Python forms designer now supports local bitmap resources. 16 years ago
Matt Ward 941673ddd2 Empty form resource file (.resx) now being created and added to project when the python forms designer is used. 16 years ago
Matt Ward e9fa0df4cc Convert class and method xml doc comments to python docstrings. 16 years ago
Matt Ward 067cfb1532 Added support for multiline comments in the python code converter. 16 years ago
Matt Ward 5f8687261b Single line comments now converted from C#, VB.NET to Python. 16 years ago
Daniel Grunwald 1c44e6f14a Ported PythonBinding tests to .NET 4.0. 16 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 16 years ago
Matt Ward bd0f69b8de Python forms designer now ignores any statements before the form's InitializeComponent method is found (e.g. sys.path.append('...'). 16 years ago
Matt Ward 7319925fef Python code converter now adds code to call the project's main entry method. 16 years ago
Matt Ward eb5ba0db01 Convert System.String and System.Int32 to 'str' and 'int' in python. 16 years ago
Matt Ward f8b00cb742 Python code converter now specifies types when creating an instance of a generic. 16 years ago
Matt Ward 9f1c668e8e Python forms designer no longer generates code for the form's MainMenuStrip property after the menu strip has been removed. 16 years ago
Matt Ward 10c8a90ed8 Python menu options now use the debugger when running ipy.exe 16 years ago
Matt Ward 71711e3c7d MainFile property now set when converting a project to IronPython. 16 years ago
Matt Ward 10f4b5965c Boolean variables now correctly converted to python. 16 years ago
Matt Ward bbe48609ab Added support for ContextMenuStrips in the python forms designer. 16 years ago
Matt Ward b2c6344367 Extender provider properties set for other controls now appear in properties window in the python form designer. 16 years ago
Matt Ward 94718ae84b Python forms designer does not generate comments for a control if no property or event handler code was generated for that control. 16 years ago
Matt Ward a61ee5f32d Added support for ISupportInitialize in the python forms designer. 16 years ago
Matt Ward 22a376598c Python forms designer now checks the non-visual component has a constructor that takes an IContainer before generating code to create the component. 16 years ago
Matt Ward 3bc847b185 Static class methods now use staticmethod when converted to Python. 16 years ago
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 16 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 16 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 16 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 16 years ago
Matt Ward 99f9c096bc Added basic support for non-visual components in the python forms designer. 16 years ago
Matt Ward 97eff32314 Python forms designer now supports loading and generating code for the text in a ListViewSubItem. 16 years ago
Matt Ward 136edb3fd9 Ordering of controls in generated python forms designer code now matches the order of the standard forms designer. 16 years ago
Matt Ward 510f9c1e5b Python forms designer now supports generating code for ListViewItem's text. 16 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 16 years ago
Matt Ward 95a74afdb7 Added limited support for ListView items in the python forms designer. No support for sub items nor the ListViewItem.Text property. 17 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the python forms designer. 17 years ago
Matt Ward 82e54905b9 Removed control specific code from generated code when adding an array of controls to a property in the python forms designer. 17 years ago
Matt Ward ea89a0c643 Controls.Add method is now invoked rather than being hard coded in the python forms designer code. 17 years ago
Matt Ward 43d1863925 ComboBox items code now generated in Python forms designer. 17 years ago
Matt Ward 00f01fce76 Python forms designer now handles loading and generating a form with a MenuStrip and ToolStripItems. 17 years ago
Matt Ward 072d5ec0cc Code code now generated for empty menu strip in python forms designer. 17 years ago
Matt Ward 2c62e65fb9 Python form designer now supports loading/generating code for a form's AcceptButton and CancelButton properties. 17 years ago
Matt Ward 00fde32e00 Event handlers added for child controls when loading a form into the python forms designer. 17 years ago
Matt Ward b95d5e6c83 Form event handlers now generated and loaded by python form designer. 17 years ago
Matt Ward 58e637e89b SuspendLayout, ResumeLayout methods now called for nested controls in python forms designer generated code. 17 years ago