Skip to content
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

Interactive input in output area #2154

Open
WithoutTheBS opened this issue May 24, 2022 · 0 comments
Open

Interactive input in output area #2154

WithoutTheBS opened this issue May 24, 2022 · 0 comments
Labels
enhancement 🌟 New feature ideas

Comments

@WithoutTheBS
Copy link

📝 Summary

Currently, .py programs with input prompt the creation of an awkward immovable and uncloseable input box at the top center of the window. Input text prompts aren't logged in the hydrogen output dock, and inputs aren't tracked either. It would be cool if the Output Area included those things.

🏁 Motivation

Well, basically it would allow you to run short, interactive programs while keeping track of the inputs and when they were prompted. It would allow you to have two tabs open in atom, one with the source code and one with the running script, while retaining full visibility of what's happening. Imagine python IDLE; but scripts execute in the same window, just in a different tab that you can view side by side.

🏃 Approach

Well, it would basically mean making the Output area I/O. Not sure how this would be accomplished in atom, I'm just a newb.

⚓ Drawbacks

I can't really think of a solid reason not to have the option at least for the Output area to be I/O.

🤔 Alternatives

I mean, just running idle or visual studio or the python file through any CLI in a separate window, but where's the coolness in that?

❓ Unresolved questions

  • Is it possible to make the Output Area Dock I/O?

  • Not quite sure.

@WithoutTheBS WithoutTheBS added the enhancement 🌟 New feature ideas label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature ideas
Projects
None yet
Development

No branches or pull requests

1 participant