Hi,
Is there any plans to allow numbers to be used at the beginning of project names?
Our projects usually begin with a job number, which helps the organisation of multiple projects.
Is there a way to get around this without renaming the project?
Thanks,
Amos
Hi Amos,
We require projects to start with an alphabetic character to remain consistent with naming conventions for C++ identifiers. There are several places where we use your project name in class names, so creating a project that starts with a number could lead to a host of compile errors.
For the sake of organization, you could wrap your whole project directory in another folder with any name you like.
Best,
Cody
Hi Cody,
Thanks for explaining.We’ll do as you suggest and have the job number as the parent folder’s name.
Cheers,
Amos