intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IDEA-238863: Allow keeping app open after WelcomeScreen is closed

Open nvartolomei opened this issue 4 years ago • 3 comments

Details https://youtrack.jetbrains.com/issue/IDEA-238863

It would be nice to move the focus to "Search projects" field but it took me too much time already to figure out how to get this far :)

Also, it would be nice to implement https://youtrack.jetbrains.com/issue/IDEA-238865 as well for best experience.

nvartolomei avatar Dec 06 '20 00:12 nvartolomei

I guess there should be something like FakeWelcomeFrame that still captures keyboard events. If it is hidden then keyboard events are not captured anymore. This would also help with https://youtrack.jetbrains.com/issue/IDEA-238865. Currently if I add an if statement CloseProjectWindowHelper to avoid WelcomeFrame.showIfNoProjectOpened() call then the IdeMenuBar of the project is still visible (the items are displayed but they are not functional).

nvartolomei avatar Dec 06 '20 09:12 nvartolomei

Pages.app behaviour https://www.youtube.com/watch?v=kI-Kyg7cOno Desired IntelliJ IDEA behaviour https://www.youtube.com/watch?v=lHoevzDnmjw

nvartolomei avatar Dec 06 '20 09:12 nvartolomei

Updated second video from previous comment as it was trimmed incorrectly.

nvartolomei avatar Dec 07 '20 15:12 nvartolomei