8 Commits (712b88e3b43e3ff05dc7738068b7f3ff9d49406a)

Author SHA1 Message Date
mrward ee134f91a4 Change IronPython and IronRuby Run without Debugger menu option to pause the console output after the run is complete. 15 years ago
mrward 687b2c9832 Move common code out of the IronPython and IronRuby addins to a new project. 15 years ago
mrward 2df1b8944e Can now send the current text editor line to the Ruby Console window. 15 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 15 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 15 years ago
Matt Ward 19d1eb15b3 Merge Python and Ruby addin to trunk. 16 years ago
Matt Ward 4f6582b083 Add IronRuby addin. 16 years ago
Matt Ward b42119f27c Correct F# targets file now used when creating a new F# project. 17 years ago
Matt Ward 0fbdacdd23 Added a CheckIfFscNotInstalled target to the F# build tasks so that it is possible to build SharpDevelop's main solution without the F# compiler being installed. If the CheckIfFscNotInstalled property is set to True in the F# project and the F# compiler cannot be found a warning is displayed and the F# addin is not built. If the CheckIfFscNotInstalled property is not set or set to False the F# build tasks will not check for the presence of the F# compiler and will try to compile the project. This will be the case for any projects created from the F# project templates. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Matt Ward a0437d75dc Removed unused files from setup and code coverage addin. 18 years ago
Matt Ward 5b47018d7e Changed CodeCoverage addin to use PartCover 2.2 instead of NCover. 18 years ago
Matt Ward 78ff251b97 Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Matt Ward 97a2fd987f Modified code coverage project guid so SharpDevelop.Tests solution now works. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 20 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. 20 years ago
Matt Ward 43a18fe66a Added xml editor tests from Fidalgo branch. The XmlSchemaCompletionData class is now using the XmlSchemaAttribute's AttributeSchemaType property instead of the obsolete AttributeType which was causing a few of the attribute value tests to fail. 20 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 20 years ago