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

[Enhancement] Integrated terminal panel #1995

Open
8 tasks
Booklordofthedings opened this issue Jul 11, 2024 · 2 comments
Open
8 tasks

[Enhancement] Integrated terminal panel #1995

Booklordofthedings opened this issue Jul 11, 2024 · 2 comments

Comments

@Booklordofthedings
Copy link
Contributor

Booklordofthedings commented Jul 11, 2024

The IDE should have a panel that shows a terminal and allows users to input commands and run scripts from the IDE, similar to the one in vscode.

There are several benefits for such a feature that would make it nice to have. For one it would create an easy integration for cmd tools and scripts such as git.

Main features

  • New panel named "Console" that takes input and can display text output
  • Asynchronously read the output of the console process once started
  • If the panel is selected write keyboard inputs and events to the console process
  • Tabs/Multiple console windows

Smaller/Side features

  • Custom path/command for the console that should be started by the IDE (This should probably be powershell by default)
  • A different font and font settings just for the console
  • Color support
  • Ansci escape code support
@Booklordofthedings
Copy link
Contributor Author

I have updated the tasks with the relevant info and progress from the discord

@bfiete
Copy link
Collaborator

bfiete commented Jul 16, 2024

And also the issue of whether it needs to be implemented as a Windows psuedoconsole using the Console API instead of through raw stdio redirection...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants