In Delphi 7.1 when I use the code formater some useful messages are displayed in Messages.
Example: [JCF] Pagamentos.pas(1642): Case statement has no else case near CASE in procedure TF_Pagamentos.Cb_EstadoClick
When I click on the message, instead of going to line 1642 it always goes to the first line of the unit.
Even the messages generated by the compiler goes to the 1st line.
If I recompile the normal behaviour returns.
Log in to post a comment.
In Delphi 7.1 when I use the code formater some useful messages are displayed in Messages.
Example:
[JCF] Pagamentos.pas(1642): Case statement has no else case near CASE in procedure TF_Pagamentos.Cb_EstadoClick
When I click on the message, instead of going to line 1642 it always goes to the first line of the unit.
Even the messages generated by the compiler goes to the 1st line.
If I recompile the normal behaviour returns.