-
Notifications
You must be signed in to change notification settings - Fork 108
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
Allow Multiple Terminals #26
Comments
@rafaelcamargo Hi again. |
@rafaelcamargo I think you must add a tab component that need to handled by |
I agree with @mostafaebrahimi. I think that API would be most consistent and convenient |
@mostafaebrahimi The way is fine. Tab must certainly be a new component to be orchestrated by an application. Regarding the API, I think tab could be a new option for the method gdemo.openApp('editor', { tab: 'tabName' }).end(); If no tab is specified, the default one is used. However, how would you handle window title in the application? After creating the tab component, I could have more than just one open file in the editor for example. 🤔 What's your thoughts? |
@rafaelcamargo I have an opinion about editor but not about terminal yet.We can impact editor like usual editors.if we have tabs so we add tabs row to |
@rafaelcamargo I think some changes we need here:
|
@rafaelcamargo What's your thought? |
@mostafaebrahimi So, I am still figuring out how to solve that, but the approach discussed above seems to be really fair. Since this feature is a little complex, I'll focus on getting that done on this weekend and will resume my thoughts on this issue on the next week 👍 |
I am interested in this feature too! It would be great to have tabs in the editor for different files. Has progress been made on this? |
Hi @quinton-ashley! No, this feature is not in development yet. Since I'll be working the next weeks on another glorious project to release it, I'd be very happy If you consider you're be able to offer this contribution ✌️ |
I am trying to create a demo where I start a server and then
curl
the API. It would be nice if I could open a new terminal session (it would look pretty cool if it shows up as a tab at the top) and switch back and forth while adding responses to each one independentlyThe text was updated successfully, but these errors were encountered: