sdedic opened a new pull request #3105: URL: https://github.com/apache/netbeans/pull/3105
See [NETBEANS-5906](https://issues.apache.org/jira/browse/NETBEANS-5906). The main issue was that **enabled** is defined by **GradleActionProviders**, but the Navigator creates its own custom action (that do not belong to any proivider, naturally). Similarly user-defined custom actions are not managed by any provider. So this omission is likely to break any user-defined custom actions, too: Since they are reported as disabled, they won't be processed. During implementation I've discovered [NETBEANS-5918](https://issues.apache.org/jira/browse/NETBEANS-5918): funny issue caused by a weak listener that is not referenced from anywhere and is GCed. So the cache does not react properly when a **gradle.properties** or a action mapping XML files are created in the project dir. Finally [NETBEANS-5919](https://issues.apache.org/jira/browse/NETBEANS-5919) - it's an inconsistency, since Maven project support reports custom actions as supported... -- 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
