1043 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Siegfried Pammer 3fb37db3d1 added WPF controls 17 years ago
Siegfried Pammer 5edc92c543 added XmlBinding 17 years ago
Siegfried Pammer 5f9a1012f8 - added tests 17 years ago
Siegfried Pammer 14f192be46 - XAML binding clean up 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 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. 17 years ago
Siegfried Pammer f3a87b2596 fixed VB .NET Indentation: multiline statements indented correctly (forums/t/9532) 17 years ago
Matt Ward a61ee5f32d Added support for ISupportInitialize in the python forms designer. 17 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. 17 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 17 years ago
Matt Ward 41a0fdebbc Fixed ArgumentException thrown when duplicate binary file ids are in a WiX file and the dialog is opened in the designer. 17 years ago
Matt Ward 3bc847b185 Static class methods now use staticmethod when converted to Python. 17 years ago
Matt Ward 1cf40ae1cb Use HintPath for IronPython reference in Python project templates. 17 years ago
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 17 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 17 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 17 years ago
Matt Ward 4fa1e2e656 An error message is now displayed when trying to compile a Python application when no main file is specified. 17 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 17 years ago
Daniel Grunwald 559d5cbe78 Comment out new VB unit tests - VBFormattingStrategy is not yet ported to AvalonEdit. 17 years ago
Matt Ward acc3c88a7b Fixed build - NUnit 2.5 no longer allows hiding the SetUpFixture method in derived classes. 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Matt Ward 99f9c096bc Added basic support for non-visual components in the python forms designer. 17 years ago
Matt Ward 97eff32314 Python forms designer now supports loading and generating code for the text in a ListViewSubItem. 17 years ago
Matt Ward 136edb3fd9 Ordering of controls in generated python forms designer code now matches the order of the standard forms designer. 17 years ago
Matt Ward 510f9c1e5b Python forms designer now supports generating code for ListViewItem's text. 17 years ago
Siegfried Pammer 2a0842d436 - fixed bugs in VB .NET Indentation 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald 69ff50a90d Forgot to commit a file. 17 years ago
Daniel Grunwald e5ce04c38c F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop. 17 years ago
Daniel Grunwald 5d839819b5 Fixed build. 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 17 years ago
Daniel Grunwald 31aa1cec0e Fixed namespace handling in Boo ConvertVisitor. 17 years ago
Daniel Grunwald 99b8d8529f Boo Forms Designer: prevent the designer from deleting unrelated fields. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 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
Daniel Grunwald 1c7b08ea20 Fixed build. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Siegfried Pammer 60ba0fe3c2 fixed Unit Tests 17 years ago
Daniel Grunwald 43ea75fd62 Fixed compile errors. 17 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 17 years ago
Siegfried Pammer 800553fd29 - modified completion action of DefaultCompletionItem and CodeCompletionItem to set EndOffset to the end of the inserted text 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the python forms designer. 17 years ago
Matt Ward e8e1310402 Removed all control specific code when determining child components 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 8c5cecd99a Form.Controls, MenuStrip.Items and ToolStripMenuItem.DropDownItems properties are now generated in the correct alphabetical order in the python forms designer. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 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
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago