mbien commented on issue #4710: URL: https://github.com/apache/netbeans/issues/4710#issuecomment-1306082207
@tc430gi I don't know that area well but after searching a bit around: the logic for closing tabs seems to be here: https://github.com/apache/netbeans/blob/2c27f5a31b64dc0a8e3ddbd08a3223f7ed1d141e/platform/core.windows/src/org/netbeans/core/windows/view/ui/TabbedHandler.java#L317-L333 actions are setup here (and the method below too): https://github.com/apache/netbeans/blob/c084119009d2e0f736f225d706bc1827af283501/platform/core.windows/src/org/netbeans/core/windows/actions/ActionUtils.java#L60-L77 If you need more info it is probably better to ask on the dev list or open a discussion on github. -- 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
