Hi,

I would like to run an interpretor (ocaml or f#) in the output window.  This
works easily enough by adding a "go" command in the options file.

To be really useful I would then like to be able to select text in the
editor window then hit a hotkey to run that text in the interpretor.

I wrote I little lua sctipt that I thought might do the trick but it was to
no avail.

function SciteFsExecute()
  if props.CurrentSelection ~= "" then
    print(props.CurrentSelection .. ";;");
  end
end

Thinking a bit about this it doesnt seem a totally trivial thing.  Is
something like this possible?

Thanks,

Andy.

-- 
View this message in context: 
http://www.nabble.com/External-tools-in-the-output-pane-of-Scite-tf2362366.html#a6581367
Sent from the Scintilla - Dev mailing list archive at Nabble.com.

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to