mbien commented on issue #4760: URL: https://github.com/apache/netbeans/issues/4760#issuecomment-1274957898
hi @Richard7111 sure. Take a look at `platform/core.multitabs`. you could set a breakpoint here: https://github.com/apache/netbeans/blob/1a9b29d627a0f343837dc053b56e8de32d6ff689/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/ButtonPopupSwitcher.java#L445-L456 Don't try to close editor tabs with unsaved changes since this can cause issues. how to build NetBeans and work with modules was recently answered here. https://github.com/apache/netbeans/discussions/4664#discussioncomment-3756079 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
