-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: copy stdout to within Sublime (phantom?) #94
Comments
I might add it at some point. The way I’m solving this problem right now is running REPL process inside Sublime, not in a terminal |
Do you run a terminal in an extra Sublime tab like Terminus does or do something else and get output to Sublime's console or ? |
I use this https://github.com/tonsky/Sublime-Executor but build commands would work to. They all output to output panel |
Interesting, the build commands start the repl with Will use your plugin meanwhile, it has a |
In your Readme you mention the issue with stdout
And then suggest to check out the 2nd place of outpu - your terminal. Which I did exactly find confusing - seeing only
nil
in sublime and having to switch to the terminal for the real outputWould it be possible to add an option to show all text within Sublime:?
output panel
?Then to make it "always work" instead of redirecting stdout to just one place, have it always output to console (so it continues to always work), and then print an extra copy in the 3 places mentioned above? So for shorter
print
s you'd have the conenience of seeing it all in the same place, but for longerprint
s you can switch to ST's console or to the terminalThe text was updated successfully, but these errors were encountered: