376 Commits (69e65acf48bb83579b835c17d78bfd65e335e400)

Author SHA1 Message Date
Matt Ward 6ee5722cab Improved code completion for python import statements. 16 years ago
Matt Ward 7dfbf41cab Name and Text properties now set when creating new form or user control from python templates. 16 years ago
Matt Ward 341be44215 Class base types now converted to python. 16 years ago
Matt Ward dc91a19fbd Add IronPython.Modules reference to IronPython project templates. 16 years ago
Matt Ward e751cc5b59 Now using IronPython 2.6 CTP for .NET 4.0 Beta 2 16 years ago
Matt Ward 233eed8461 Merge IronPython addin changes to trunk. 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Matt Ward a90ce890dc Updated to IronPython 2.6 RC 3 16 years ago
Daniel Grunwald 71ceca5f27 Fixed build. 16 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 16 years ago
Matt Ward 14c77d60ae Updated to IronPython 2.6 RC 2 17 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 17 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 17 years ago
Matt Ward 892c9f534e Added extra unit tests. 17 years ago
Matt Ward 5d390ee9e1 Removed unused code. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 17 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 17 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 17 years ago
Matt Ward e9ae2efe47 Added unit test for generating textBox.PasswordChar property. 17 years ago
Daniel Grunwald 29e849b39f Fixed forum-9975: Python Designer generates incorrect code for TextBox.PasswordChar property 17 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 17 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 17 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 17 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 17 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 17 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Matt Ward 70942e3ac3 Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double. 17 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 17 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Matt Ward 530141994b Python forms designer now converts constructor parameters to the correct objects when loading a form. 17 years ago
Matt Ward 4a261f6202 Python form designer now supports assigning a local variable to a property on a control. 17 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Matt Ward 630f20cf9a Python forms designer now generates code for the content of nested custom collections. 17 years ago
Matt Ward 2f9723d453 Python forms designer now generates code for the items inside a custom collection on a control. 17 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 17 years ago
Matt Ward f50333b408 Child controls on a TableLayoutPanel are now supported in the Python forms designer. 17 years ago
Matt Ward a3afc53c60 Fixed null reference exception in the python forms designer when generating code for properties that have a null property value. 17 years ago
Matt Ward e66da5b9ad Python forms designer now generates a multline string for the RichTextBox.Text property. 17 years ago
Matt Ward c05cf5f728 Filename with dot character is now correctly shown in the Errors window when compiling a python file that has syntax errors. 17 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 17 years ago
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 17 years ago