neilcsmith-net opened a new pull request #3490: URL: https://github.com/apache/netbeans/pull/3490
Fixing another fallout of disabled custom tasks in the IDE UI. ActionToTaskUtils::isActionEnabled always reports the `Run Gradle / Tasks..` action in project menu as disabled, so the action does nothing. Switch to using custom prefix for name as in TaskNode actions. I initially used a hidden action name checked in ActionToTaskUtils, but then noticed that the working version of this in the navigator just uses the custom prefix. -- 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
