Browse Source

Disabled F# Interactive pad which prevents SharpDevelop from starting if the F# compiler is not installed.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 18 years ago
parent
commit
46ba6b6c77
  1. 3
      src/AddIns/BackendBindings/FSharp/FSharpBinding/Project/FSharpBinding.addin

3
src/AddIns/BackendBindings/FSharp/FSharpBinding/Project/FSharpBinding.addin

@ -93,6 +93,8 @@ @@ -93,6 +93,8 @@
resource = "F#.FileIcon"/>
</Path>
<!-- Disabled FSharpInteractive pad.
If F# is not installed SharpDevelop cannot run if this pad is enabled.
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "FSharpInteractive"
category = "Main"
@ -110,6 +112,7 @@ @@ -110,6 +112,7 @@
class= "FSharpBinding.SentToFSharpInteractive"/>
</Condition>
</Path>
-->
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<LanguageBinding id = "F#"

Loading…
Cancel
Save