395 Commits (2e0a14e11518c761de00c70f261e008fb4d283ab)

Author SHA1 Message Date
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 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
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 17 years ago
Matt Ward 42988ba59a Fixed null reference exception when generating code in the Python forms designer for a non-IComponent object's AddRange method. 17 years ago
Matt Ward 921f2d2045 Inherited tooltips now supported in the Python forms designer. 17 years ago
Matt Ward d837482511 Public inherited controls now supported in Python forms designer. 17 years ago
Matt Ward 2ea6c93ce1 Inherited protected controls are now supported in the Python forms designer. 17 years ago
Matt Ward e9949d3692 Fixed null reference exception when loading/generating code in the python forms designer when a control's property was null. 17 years ago
Matt Ward f2f7704f3d Python forms designer no longer generates code for controls in inherited base class. 17 years ago
Matt Ward ccddc2cd65 Python forms designer now creates an instance of the form's base class instead of just a Form or UserControl when loading a form in the designer. 17 years ago
Matt Ward f134d84ee4 Python forms designer can now design forms that do not directly inherit from Form or UserControl. 17 years ago
Matt Ward 2e9a82b24d Refactored the set property value code out of the PythonComponentWalker class. 17 years ago
Matt Ward 00f98f795b Fixed failing unit test in Python addin. 17 years ago
Matt Ward ba5384dfbd Python forms designer now loading/generating forms with nested properties (e.g. Button.FlatAppearance) 17 years ago
Matt Ward 4b1d9f62e9 Correct code generated for Default cursor in python forms designer. 17 years ago
Matt Ward 399bf9df9e Two tree nodes with their NodeFont property set can now be loaded into the python forms designer. 17 years ago
Daniel Grunwald a522e44fc1 Fixed build. 17 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 17 years ago
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 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