635 Commits (8cad70aec91297ab833431b3ab2f33eba41b953d)

Author SHA1 Message Date
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. 21 years ago
Daniel Grunwald 07297e1268 Replace PostBuildEvent with MsBuild targets. 21 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 21 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Mathias Simmack ac5d144c8d updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself) 21 years ago
Matt Ward 417f61d4d1 Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category. 21 years ago
Matt Ward 34e2d508a1 Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required. 21 years ago
Matt Ward 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. 21 years ago
Daniel Grunwald 154dfeee9a Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section. 21 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 21 years ago
Daniel Grunwald 953c951b3f Fixed SD2-503: WindowActive condition fails 21 years ago
Daniel Grunwald 4d14446434 Add InterpreterWrapper.boo. 21 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 21 years ago
Daniel Grunwald b55748e687 Add Boo.InterpreterAddIn. 21 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 21 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 21 years ago
Daniel Grunwald 1fa584b4f4 Fixed BOO-539: Forms designer does not hook up events to event handlers. 21 years ago
Daniel Grunwald d8a048e87a Fixed possible endless loop in Boo ExpressionFinder. 21 years ago
Daniel Grunwald 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 21 years ago
Daniel Grunwald a67e3f5220 Fixed BOO-300: #region folding 21 years ago
Daniel Grunwald ba19122c8d Fixed BOO-516: Tooltips don't work in last line of the document 21 years ago
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 21 years ago
Daniel Grunwald 1b7912d37f Fixed bugs in boo code completion. 21 years ago
Daniel Grunwald e5964dbf6a Fixed problems with RegexpTk. 21 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 21 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 21 years ago
Daniel Grunwald e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. 21 years ago
Daniel Grunwald fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. 21 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 21 years ago
Matt Ward 153c6eb444 NAnt addin now using SolutionOpen condition. 21 years ago
Daniel Grunwald bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. 21 years ago
Daniel Grunwald e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. 21 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 21 years ago
Daniel Grunwald 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. 21 years ago
Daniel Grunwald 4c6e2726c7 Add attribute completion to BooBinding. 21 years ago
Daniel Grunwald 738f985f03 Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) 21 years ago
Daniel Grunwald 53453edab6 Fixed BOO-380 (Namespace aliases handled incorrectly during code completion). 21 years ago
Daniel Grunwald 2848336602 Add boo file templates and icons. 21 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 21 years ago
Daniel Grunwald 13237161a5 Fixed SD2-483: TreeNode declarations are missing 21 years ago
Daniel Grunwald 3ad811d6da Add missing file headers. 21 years ago
Daniel Grunwald 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. 21 years ago
Daniel Grunwald a067ef2b3a Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent. 21 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 21 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 21 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 21 years ago
Daniel Grunwald 7acfbfc9b4 Delete old ProjectImporterExporter addin. 21 years ago
Matt Ward 9aece9eefb The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception. 21 years ago
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 21 years ago