eirikbakke opened a new pull request, #8317: URL: https://github.com/apache/netbeans/pull/8317
When the user closes the last TopComponent in a window system mode other than the 'editor' one, move the focus to the 'editor' mode in preference to other modes (rather than e.g. the Output pane or Projects tab). For example, in the following screenshot, if the user has the "Mavenproject1.java" editor selected, and then presses Ctrl+W (Command-W on Mac) to close that editor, the focus would previously end up on the Projects tab. With this PR in place, the focus instead goes to the NewClass editor. This is more useful, and consistent with the behavior that happens when the user closes an editor in a mode that have other tabs still open. <img width="1190" alt="image" src="https://github.com/user-attachments/assets/14f3f379-8288-45e5-aa60-d22737f4968e" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists