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 @@
resource = "F#.FileIcon"/> resource = "F#.FileIcon"/>
</Path> </Path>
<!-- Disabled FSharpInteractive pad. <Path name = "/SharpDevelop/Workbench/Pads">
If F# is not installed SharpDevelop cannot run if this pad is enabled.
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "FSharpInteractive" <Pad id = "FSharpInteractive"
category = "Main" category = "Main"
title = "F# Interactive" title = "F# Interactive"
@ -104,7 +102,7 @@
class = "FSharpBinding.FSharpInteractive"/> class = "FSharpBinding.FSharpInteractive"/>
</Path> </Path>
<Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu"> <Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
<Condition name = "ProjectActive" activeproject="F#"> <Condition name = "ProjectActive" activeproject="F#">
<MenuItem id = "SendToFSharpInteractive" <MenuItem id = "SendToFSharpInteractive"
label = "Send To F# Interactive" label = "Send To F# Interactive"
@ -112,9 +110,9 @@
class= "FSharpBinding.SentToFSharpInteractive"/> class= "FSharpBinding.SentToFSharpInteractive"/>
</Condition> </Condition>
</Path> </Path>
-->
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<Path path = "/SharpDevelop/Workbench/LanguageBindings">
<LanguageBinding id = "F#" <LanguageBinding id = "F#"
guid = "{982E8BC1-ACD7-4dbf-96AB-B2CE67D6A008}" guid = "{982E8BC1-ACD7-4dbf-96AB-B2CE67D6A008}"
supportedextensions = ".fs" supportedextensions = ".fs"

Loading…
Cancel
Save