jlahoda opened a new pull request #2385: URL: https://github.com/apache/netbeans/pull/2385
…er output; ergonomics should not disable the modules while the project is being used. The output improvements are probably not controversial, but the ergonomics tweak probably is. The issue is that feature-off-demand will disable "unused" features after 5 sessions. But, it detects used projects based on a file pattern inside the project. For the cpplite project, we have no specific file pattern inside the project, which is fine per Projects API. Please note the cpplite project does not even require "Makefile" or anything like that to work. So, the workaround used here is that the cpplite project marks itself as "used" on the filesystem. ---------------------------------------------------------------- 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. 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
