SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Sendcode to the correct (or named) TerminalView tab?

Open vqv opened this issue 6 years ago • 1 comments

If I have two TerminalView tabs open, SendCode will send the one that has focus. But suppose one tab is running ipython and the other is running artichoke. Can TerminalView correctly determine which to send to based on the syntax of the source file?

If needed, maybe we can adopt a convention for naming TerminalView tabs. Then we'd just need to set a custom "prog" in the SendCode settings

vqv avatar Apr 13 '18 15:04 vqv

It is a bit tricky if one want to make it syntax agnostic. The code is only sent to a pane on the current window, my suggestion is to separate them into different windows.

randy3k avatar Apr 13 '18 15:04 randy3k