1 Commits (74584ef078e9e112aaf0aca9b43cbb46442ed75b)

Author SHA1 Message Date
Daniel Grunwald d860af3201 Add Git AddIn (not complete, so its not part of SharpDevelop.sln and won't be compiled by default) 16 years ago
Matt Ward c486bd0db8 Moved xpath code and goto schema definition code out of XmlView class. 16 years ago
Matt Ward 1e6bf9d942 XML editor now supports an xml schema defined in multiple documents (e.g. Sandcastle MAML schemas). 16 years ago
Matt Ward 62f7808f01 Added unit tests for the XmlCodeCompletionBinding class. 16 years ago
Matt Ward 30ddebc32b Added more unit tests for the XML Editor and restricted the use of statics. 16 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 17 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. 20 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. 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
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. 21 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 21 years ago