Your comments
Fixed in upcoming 2016.09 release
Fixed in upcoming 2016.09 release
Perhaps you meant
public const
Name: TOrmFeldInfo = (Name: '1'; Laenge: 0);
Now I can reproduce the issue.
Sorry for delaying the reply. But I can't compile your example with Delphi 10.1 Berlin:
[dcc32 Error] Unit1.pas(16): E2029 '(' expected but ';' found
[dcc32 Error] Unit1.pas(16): E2029 '=' expected but ')' found
[dcc32 Error] Unit1.pas(17): E2029 Expression expected but 'END' found
[dcc32 Fatal Error] Project1.dpr(5): F2063 Could not compile used unit 'Unit1.pas'
Wait. Shouldn't it be %0:d and %1:d, but not 1 and 2?
I believe it worked before. Looks like a regression. I'll fix this ASAP.
Customer support service by UserEcho
Vincent's suggestion is already implemented. You can exclude any folder by using a file mask like "c:\foldertoexclude\*.pas". Roland's suggestion is on todo list.