[Lazarus] New "summary" line in Messages window
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Oct 4 12:25:59 CEST 2014
On Tue, 30 Sep 2014 22:58:25 +0100
Graeme Geldenhuys <mailinglists at geldenhuys.co.uk> wrote:
> On 2014-09-30 07:52, Bart wrote:
> > The old message ended with something like "Project $targetfilename
> > succesfully built",
I extended the header (summary line) with mode, OS, CPU and target file name.
> Close but not quite. The exact output was like this....
>
> ====================
> Compiling bugcollector.lpr
> ...snip...
> Linking ../_bin/bugcollector
> 120643 lines compiled, 9.2 sec
> 90 warning(s) issued
> 562 hint(s) issued
> 78 note(s) issued
> ======================
These lines come from the compiler, not the IDE. They are
by default not shown by the IDE, because of the default filters. If you
want to see them:
Right click on "Messages" window and disable "Filter hints without
source position" and set "Filter non urgent messages / Filter Debug
messages and below".
Mattias
More information about the Lazarus
mailing list