IDE cannot rename a project starting with a number. Can anyone confirm this with Delphi Seattle 10 ?

IDE cannot rename a project starting with a number. Can anyone confirm this with Delphi Seattle 10 ?

Steps :
- Create new console application
- In the project pan, select "Project1.exe"
- Left click and choose "rename"
- rename it to "1Project.exe" and validate with enter key

Actually : unknown error (catch by MadExcept)
Expected : project should be renamed

#10Seattle

Comments

  1. look at the project source

    program 1Project; // invalid ident

    ReplyDelete
  2. Thank Paul. Looks like it is the first time I tried to name a project starting with an number... Seems to be the correct behaviour.

    ReplyDelete
  3. In Delphi, you cannot start names with a number. That goes for everything: units,types,methods,procedures,functions,variables etc.

    ReplyDelete

Post a Comment