254 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Matt Ward 583bfa2611 Fixed bug where some TreeNode properties were not set when loading a form into the python forms designer. 17 years ago
Matt Ward 459801ecaa Updated to IronPython 2.0.2 17 years ago
Matt Ward 778c760b8d Added support for code folding of global python methods defined outside of a class. 17 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 17 years ago
Daniel Grunwald 7351dcdc3f Fixed build. 17 years ago
Matt Ward ff0f641269 Fixed bug when converting references to 'this' and event handlers to python. 17 years ago
Matt Ward a65729ccd1 Fixed null reference exception when converting a constructor to python. 17 years ago
Matt Ward 242b00a787 ListViewItems with imageIndex or imageKey set are now created correctly in generated python forms designer code. 17 years ago
Matt Ward 4b1a54a220 Child tree nodes now added on loading a form in the python forms designer. 17 years ago
Matt Ward 0f64ad149a Code now generated for TreeView TreeNodes in the python forms designer. 17 years ago
Matt Ward 7e7ce2ff0b Code generation and ImageList resources now supported in python forms designer. 17 years ago
Matt Ward 1ed615860b Added support for icon resources in python forms designer. 17 years ago
Matt Ward 0edfe8266f Added some missing IronPython files. 17 years ago
Matt Ward 4191d2b45a Bitmap resources on the main form are now supported in the python forms designer. 17 years ago
Matt Ward 608e01af81 Python forms designer now generating the correct code when assigning a DataSet to a DataGridView's DataSource. 17 years ago
Matt Ward 5fff800683 Python forms designer now supports local bitmap resources. 17 years ago
Matt Ward 941673ddd2 Empty form resource file (.resx) now being created and added to project when the python forms designer is used. 17 years ago
Matt Ward d810b90ab9 Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments. 17 years ago
Matt Ward e9fa0df4cc Convert class and method xml doc comments to python docstrings. 17 years ago
Matt Ward 067cfb1532 Added support for multiline comments in the python code converter. 17 years ago
Matt Ward 5f8687261b Single line comments now converted from C#, VB.NET to Python. 17 years ago
Daniel Grunwald a123d00416 ignore failing test 17 years ago
Daniel Grunwald 1c44e6f14a Ported PythonBinding tests to .NET 4.0. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Daniel Grunwald a4284382c6 Prevent MSBuild from caching projects when the solution is closed, externally changed, and then reopened. 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 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('...'). 17 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 17 years ago
Daniel Grunwald 8b85721272 Don't save temporary modifications in the project during a build into the project file. 17 years ago
Matt Ward 9e9c0c657e Add 'import clr' if clr.GetType used in converted python code. 17 years ago
Matt Ward c487ec1948 Xor operator now converted to python correctly. 17 years ago
Matt Ward ef6155db5d Python converter no longer uses 'self' when calling a method inside a static method. 17 years ago
Matt Ward 7319925fef Python code converter now adds code to call the project's main entry method. 17 years ago
Matt Ward 5a90f84c1b Python code converter now converts 'foreach (string key in dictionary.Keys)' statements correctly. 17 years ago
Matt Ward 4f56a35d20 Now using short type names (e.g. Array instead of System.Array) in generated python code. 17 years ago
Matt Ward eb5ba0db01 Convert System.String and System.Int32 to 'str' and 'int' in python. 17 years ago
Matt Ward 723584bcfc New line added between import statements and class definitions when converting code to Python. 17 years ago
Matt Ward 74fdc0c0fe Double quote characters now escaped when generating string property assignments in the python forms designer. 17 years ago
Matt Ward a5746f751d Backslash characters now escaped when generating string property assignments in the python forms designer. 17 years ago
Matt Ward 892d56d9d8 Correct code generated for nested enum types (e.g. Environment.SpecialFolder) in the python forms designer. 17 years ago
Matt Ward 34fd498390 Break statements no longer generated when converting a switch statement to python. 17 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 17 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Matt Ward f8b00cb742 Python code converter now specifies types when creating an instance of a generic. 17 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. 17 years ago
Siegfried Pammer 4a05270da8 project clean up 17 years ago
Matt Ward 10c8a90ed8 Python menu options now use the debugger when running ipy.exe 17 years ago
Matt Ward d8ca9a66b1 Namespace imports now import all classes on conversion to IronPython. 17 years ago
Matt Ward 71711e3c7d MainFile property now set when converting a project to IronPython. 17 years ago