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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6095 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
a152542520
|
IronRuby addin now uses AvalonEdit.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5970 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
19d1eb15b3
|
Merge Python and Ruby addin to trunk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5612 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
4f6582b083
|
Add IronRuby addin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
b42119f27c
|
Correct F# targets file now used when creating a new F# project.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3689 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2982 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
71b08634a4
|
Added F# addin created by Robert Pickering.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2960 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
a0437d75dc
|
Removed unused files from setup and code coverage addin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2748 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
5b47018d7e
|
Changed CodeCoverage addin to use PartCover 2.2 instead of NCover.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2744 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2039 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
97a2fd987f
|
Modified code coverage project guid so SharpDevelop.Tests solution now works.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1073 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
20 years ago |
Matt Ward
|
fb130e19bd
|
Added missing string resources for Code Coverage addin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1072 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
20 years ago |
Matt Ward
|
a2469ef84d
|
Added code coverage addin - supports NCover.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1057 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@983 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@670 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
20 years ago |
Daniel Grunwald
|
f4023665c8
|
Added XmlEditor addin.
Fixed some bugs.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@312 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
20 years ago |