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

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

@ -93,9 +93,7 @@ @@ -93,9 +93,7 @@
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">
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "FSharpInteractive"
category = "Main"
title = "F# Interactive"
@ -104,7 +102,7 @@ @@ -104,7 +102,7 @@
class = "FSharpBinding.FSharpInteractive"/>
</Path>
<Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
<Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
<Condition name = "ProjectActive" activeproject="F#">
<MenuItem id = "SendToFSharpInteractive"
label = "Send To F# Interactive"
@ -112,9 +110,9 @@ @@ -112,9 +110,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