matthiasblaesing commented on PR #7451: URL: https://github.com/apache/netbeans/pull/7451#issuecomment-2163658796
You need to have a situation where the same action is invoked with different lookups. For the `TerminalAction` this is trivial as the actions are created everytime a popup menu is created for the terminals. Thus it is nearly instantatious. https://github.com/apache/netbeans/blob/b332b296700219ecd1d6ee6255124f3486171af3/ide/terminal.nb/src/org/netbeans/modules/terminal/ioprovider/Terminal.java#L1038-L1097 with https://github.com/apache/netbeans/blob/b332b296700219ecd1d6ee6255124f3486171af3/platform/openide.util.ui/src/org/openide/util/Utilities.java#L1819-L1899 -- 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
