4 Commits (42eb68eeb763dfd1c188fb6037ee25d33cb7115f)

Author SHA1 Message Date
Matt Ward cb47bdf23e Updated to IronRuby 1.0 RC2 16 years ago
Matt Ward 4f6582b083 Add IronRuby addin. 16 years ago
Matt Ward e751cc5b59 Now using IronPython 2.6 CTP for .NET 4.0 Beta 2 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Matt Ward 5d390ee9e1 Removed unused code. 16 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 16 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 16 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 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 0edfe8266f Added some missing IronPython files. 16 years ago
Matt Ward 5fff800683 Python forms designer now supports local bitmap resources. 16 years ago
Matt Ward 10c8a90ed8 Python menu options now use the debugger when running ipy.exe 16 years ago
Matt Ward bbe48609ab Added support for ContextMenuStrips in the python forms designer. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 16 years ago
Matt Ward 510f9c1e5b Python forms designer now supports generating code for ListViewItem's text. 16 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the 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 c19a0e9bb5 Python forms designer now using more PropertyDescriptor information to determine whether a property should be serialized. Form properties now generated in alphabetical order. 17 years ago
Matt Ward bae236b7f6 Added python class library project template. 17 years ago
Matt Ward dc48a81a05 Python forms designer now supports Control's Padding property. 17 years ago
Matt Ward 0b9ce6e1ab Python forms designer now supports the Form's Location property. 17 years ago
Matt Ward c016cdb91a Python forms designer now supports AutoScrollMinSize, AutoScrollMargin and MinimumSize properties. 17 years ago
Matt Ward 9adfa8b5b9 Python forms designer now supports loading and generating code for standard control cursors (e.g. AppStarting, Help and WaitCursor). 17 years ago
Matt Ward 2fdc3ee671 String, enum and boolean properties on a form now loading and being generated in the python forms designer. 17 years ago
Matt Ward e8fcd7c020 The Python forms designer (currently disabled) now has limited support for designing very basic forms. 17 years ago
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 17 years ago
Matt Ward 722e10b754 Added IronPython console pad. 17 years ago
Matt Ward 035e66dcba Update to IronPython 2.0 beta 4 17 years ago
Matt Ward 4d5873eec9 Python parser now gives classes the namespace of the file. Added code completion support for local variables. 18 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 4ca90a7a92 Support "AvailableItemName" - the list of build actions available for files is read from the imported .targets files. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 19 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald dd68c9529f Fixed SD2-750: Project templates should be able to include external files 20 years ago
Daniel Grunwald 4a3ac892f8 Add compiler options panel for Boo. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago