-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Implementation of terminal tabs #1584
Conversation
0c045b8
to
81f7e93
Compare
src/contour/ui.template/main.qml.in
Outdated
} | ||
onCurrentIndexChanged: { | ||
print("currentIndex changed to", currentIndex) | ||
terminalSessions.setSession(currentIndex) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow. THAT is a really nice take on tabs! :)
7fb792e
to
579566a
Compare
530f1cb
to
675a53d
Compare
7fbd25e
to
68e6cca
Compare
9a6db4f
to
3a8db2f
Compare
961c16c
to
87c7cb1
Compare
87c7cb1
to
d58a18e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @Yaraslaut.
Hey @christianparpart , when to expect the new release? :) |
hi @denisgolius, if you want to try out tabs asap, you can build from master, otherwise it will take some time until we have some confidence that tabs are somewhat stable, and we want to add some customization into it as well before the next release. |
Ok, thanks! |
Thanks for your interest. Before a bad experience may make people unhappy, we want to make sure that this impactful change is not causing any troubles. A few are known (pending PR) and one is left out to be fixed apart from what @Yaraslaut also already said, please bear with us, and submit bug tickets whenever you find something and we will try our best to improve based on the feedback you guys are giving us. |
Closes #90
Checklist