-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: Add a setting that allows to control window header text separately from a window title #456
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
a3d8e7a
to
dfcc024
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
6256390
to
dec1ba6
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
…ely from a window title Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
1 similar comment
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
dec1ba6
to
0266ea0
Compare
I'm working on rules for automatic === |
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
032dd10
to
6b1e15f
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
1 similar comment
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
6b1e15f
to
7d25bbf
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
@@ -32,7 +32,8 @@ import { CodeWindow } from '../../../../base/browser/window.js'; | |||
|
|||
const enum WindowSettingNames { | |||
titleSeparator = 'window.titleSeparator', | |||
title = 'window.title' | |||
title = 'window.title', | |||
headerText = 'window.headerText' |
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.
Could we truncate property name to window.header
?
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.
OK for me!
will provide the corresponding changes...
…r setting Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-456-amd64 |
Build 3.19 :: code_3.x/1511: Console, Changes, Git Data |
What does this PR do?
window.header
that allows to control window header text separately from a window titleWhat issues does this PR fix?
https://issues.redhat.com/browse/CRW-7258
How to test this PR?
I'm going to provide an ability to apply editor configurations from a configmap within another PR: #460.
So, you have to do some actions manually to test the current PR changes:
quay.io/che-incubator-pull-requests/che-code:pr-456-amd64
File
=>Open File
=>/projects/.code-workspace
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebase
were added to the .rebase folder