FlatLaf icon indicating copy to clipboard operation
FlatLaf copied to clipboard

New UI of IntelliJ IDEA Preview !

Open rememberber opened this issue 2 years ago • 4 comments

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

rememberber avatar May 27 '22 06:05 rememberber

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 avatar May 27 '22 21:05 kirill-grouchnikov

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

kirill-grouchnikov avatar May 27 '22 21:05 kirill-grouchnikov

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/

DevCharly avatar May 28 '22 18:05 DevCharly

Some more info at https://youtrack.jetbrains.com/articles/IDEA-A-156/Main-changes-and-known-issues

kirill-grouchnikov avatar Jun 06 '22 15:06 kirill-grouchnikov