14 Commits (c5c59e9a432a488cdce149270f16c5b321e7e42a)

Author SHA1 Message Date
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Matt Ward 3cb8ad9b26 Added Style Cop addin by Matt Everson. 18 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 18 years ago
Daniel Grunwald 779bded4ad Remove boolean properties "Standalone" and "NoMLLib" from CoreCompile target inputs, only files/directories should be listed there. This fixes the issue that some F# projects (projects with those properties set) would always recompile even when unchanged. 18 years ago
Daniel Grunwald e3927b4b2c Fixed build error when compiling F# binding with new F# version. 18 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
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Robert Pickering 2c8cf9a7ad fix to wrong characters in path problem and popped up window problem 18 years ago
Robert Pickering b9725ed5a9 improvements to the F# build tasks and stopping the interactive console throwing an error on start up 18 years ago
Matt Ward e00119852c Disabled the F# interactive pad. 18 years ago
Matt Ward 4740270210 Re-enabled the F# interactive pad. 18 years ago
Matt Ward 46ba6b6c77 Disabled F# Interactive pad which prevents SharpDevelop from starting if the F# compiler is not installed. 18 years ago
Robert Pickering 60ee32e1ca stop interactive console throwing an exception if F# is not installed. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago