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. 7
      src/AddIns/BackendBindings/FSharp/FSharpBinding/Project/FSharpBinding.addin

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

@ -93,7 +93,9 @@ @@ -93,7 +93,9 @@
resource = "F#.FileIcon"/>
</Path>
<Path name = "/SharpDevelop/Workbench/Pads">
<!-- 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"
title = "F# Interactive"
@ -110,8 +112,9 @@ @@ -110,8 +112,9 @@
class= "FSharpBinding.SentToFSharpInteractive"/>
</Condition>
</Path>
-->
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<LanguageBinding id = "F#"
guid = "{982E8BC1-ACD7-4dbf-96AB-B2CE67D6A008}"
supportedextensions = ".fs"

Loading…
Cancel
Save