I’ve got a custom “Default Desktop Project.xojo_binary_project” that I’ve copied over to Project Templates. It’s working fine, but I’m wondering if it’s possible to use the parameters from the new project dialog (Application Name, Company Name, Application Identifier) in the template? I’d like to treat those like the standard desktop project template would, and ideally in some other places such as the title for my main application window. Are there constants or special values I can consume in my template to retrieve those parameters?
You can’t. When the IDE uses them it is creating the project from scratch, in code.
Thanks so much for the quick answer!