Browse Source

Re-enabled the F# interactive pad.

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

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

@ -93,8 +93,6 @@ @@ -93,8 +93,6 @@
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"
@ -112,7 +110,7 @@ @@ -112,7 +110,7 @@
class= "FSharpBinding.SentToFSharpInteractive"/>
</Condition>
</Path>
-->
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<LanguageBinding id = "F#"

Loading…
Cancel
Save