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
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
look at the project source
ReplyDeleteprogram 1Project; // invalid ident
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.
ReplyDeleteIn Delphi, you cannot start names with a number. That goes for everything: units,types,methods,procedures,functions,variables etc.
ReplyDeleteand remember
ReplyDeletehttps://www.youtube.com/watch?v=BJIqHIYSDrk
Thomas Bornhaupt cool!
ReplyDelete