I’m sure this is something simple, but I can’t find any documentation. When running my python build environment the script requires some input and then you need to send a EOF (ctrl D) but ctrl D is a hotkey for selecting a word. Is there a way to send EOF to the build environment independent of the main text area?
EOF when running Build
kingkeith
#2
there is no provision to send input to processes launched from build systems at all by default at the moment.
You could try https://packagecontrol.io/packages/SublimeREPL, presumably it has some mechanism to allow you send an EOF control code
0 Likes
bgile
#3
I had read about that package and was hoping there was another way but I will go down that route. Thanks for the feedback.
0 Likes