Browse Source

Show 'Send to F# Interactive' in text editor right click menu.

pull/15/head
mrward 15 years ago
parent
commit
6897fec275
  1. 2
      src/AddIns/BackendBindings/FSharpBinding/FSharpBinding.addin

2
src/AddIns/BackendBindings/FSharpBinding/FSharpBinding.addin

@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
defaultPosition = "Bottom, Hidden" />
</Path>
<Path name = "/SharpDevelop/ViewContent/DefaultTextEditor/ContextMenu">
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu">
<Condition name = "ProjectActive" activeproject="F#">
<MenuItem id = "SendToFSharpInteractive"
label = "Send To F# Interactive"

Loading…
Cancel
Save