neilcsmith-net commented on PR #7239: URL: https://github.com/apache/netbeans/pull/7239#issuecomment-2037721786
I've pushed a change to disable on start by default. And fixed the issue with the background editor actions not showing - bizarrely caused by the removed Welcome component not opening and closing before display. Also added the missing license text rat was complaining about in the generated arch.xml. @mbien I'm not a fan of behaviour changes based on how many times you've run something - I think it's confusing for the user. I've disabled for now, and possibly we go with this for now while it matures? However, one other option would be to make the `showOnStartup` attribute an enum rather than a boolean flag - with `Never`, `Always` and `WithOpenEditors` or similar? -- 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
