-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
View container layout changes #5536
Conversation
2679e38
to
8dea8fd
Compare
I am trying this now. Please note the linter error; the CIs are red. |
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.
I did that intentionally. I thought when I "unhide" a part I want to see its content, too. Do you think we should change that? |
Yes, that's due to the default fit behavior of SplitLayout, which distributes the gained space across all expanded parts. I think it's not bad. |
If it was on purpose; no. |
@spoenemann Could you address @kittaakos comments and build failures please? |
Done. |
Something wrong with the first section of the debug view, there are scrolls: @spoenemann can you have a look at it? Rather than that it is super good change. Cannot wait to integrate it in the plugin system. |
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.
please fix bogus scrolls and merge
also please update the changelog
We should revisit how we contribute toolbar items. We should do it via menu contributions, i.e. there should be new menu path for each view container part which is displayed as a toolbar. It would match to VS Code better and does not require new interfaces as now. But it can be done as a separate PR. |
I don't have time to finish this before my vacation. |
I'll take care of it later today. |
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
It's done. |
Actually i see scrolls on master as well, please merge. |
Fixes #5175. This is a continuation of #5392.