9 Commits (2fdc3ee671f870c29a1d9dafb1fb24c715db3d29)

Author SHA1 Message Date
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. 20 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
Daniel Grunwald aceb91aca1 Fixed SD2-603: Renaming a project in the project browser generates a not implement exception 20 years ago
Daniel Grunwald e9485a5f38 Fixed project reference to FormsDesigner. 20 years ago
Daniel Grunwald 48939e61d6 Rename FormDesigner to FormsDesigner. 20 years ago
Daniel Grunwald eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. 20 years ago
Daniel Grunwald 07297e1268 Replace PostBuildEvent with MsBuild targets. 20 years ago
Daniel Grunwald 4d14446434 Add InterpreterWrapper.boo. 20 years ago
Daniel Grunwald 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. 20 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 20 years ago
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 20 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 20 years ago
Daniel Grunwald 738f985f03 Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) 20 years ago
Daniel Grunwald 2848336602 Add boo file templates and icons. 20 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 20 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 20 years ago
Daniel Grunwald 4b0ac9160e Add "Convert buffer to Boo" command to BooBinding. 20 years ago
Daniel Grunwald 6b4df3a30e Added support for local variables and simple type inference to BooBinding. 20 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 20 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 20 years ago