When compiling from the IDE, can the compiler be set to show all error messages in a single pass? Otherwise, I have to recompile again and again as each compiler error is resolved.
I have set "Project\Project options\Verbosity\Stop after number of errors" to 10 (also 100) but the compiler always stops after the first error.
Lazarus 1.6, FPC 3.0.0
Thanks,
Don C.