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

New UI of IntelliJ IDEA Preview ! #543

Open
rememberber opened this issue May 27, 2022 · 4 comments
Open

New UI of IntelliJ IDEA Preview ! #543

rememberber opened this issue May 27, 2022 · 4 comments

Comments

@rememberber
Copy link

Recently I noticed that IDEA has a new UI, maybe it can bring you some help and inspiration,

Can enable by following the steps below:

step 1,update Intellij IDEA to the latest version or EAP version
step 2,double click shift,and type "registry"
step 3,find the "ide.experimental.ui" option and tick it
image

step4, restart the Intellij IDEA

then you can look like this UI:
image

@kirill-grouchnikov
Copy link

The full announcement at https://blog.jetbrains.com/idea/2022/05/take-part-in-the-new-ui-preview-for-your-jetbrains-ide/ and a couple more screenshots at https://twitter.com/bulenkov/status/1528716449308717056

They are really doubling down on moving as much as they can into the unified title pane

@kirill-grouchnikov
Copy link

There's a bit of it in 2022.1.RC, but you'd need to get 2022.2.EAP2 for the full look

@DevCharly
Copy link
Collaborator

Thanks @rememberber, that looks nice. The new colors in the dark theme are much better IMHO.

They are really doubling down on moving as much as they can into the unified title pane

On macOS it is easy to do this (with any Laf). There is a client property apple.awt.fullWindowContent that extends the Swing root pane into the macOS title bar. The FlatLaf Demo 2.3 demonstrates this feature:

grafik

This is the old FlatLaf Demo without apple.awt.fullWindowContent:

grafik

And here is a guide to use this in own applications:
https://www.formdev.com/flatlaf/macos/

@kirill-grouchnikov
Copy link

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

3 participants