[Lazarus] "Copy selected messages to clipboard" bug

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Apr 20 19:05:20 CEST 2015


On Mon, 20 Apr 2015 16:45:42 +0100
Graeme Geldenhuys <mailinglists at geldenhuys.co.uk> wrote:

> On 2015-04-20 16:14, Mattias Gaertner wrote:
> > For the IDE there is no difference between a user $Note and a standard
> > note. Both are shown the same.
> 
> I know that, but for the developer it is useful to see the user defined
> ones. At least for me it is, because there is a reason I created those
> user defined messages.
> 
> No worries, I'll just mod my one copy of Lazarus to paint them in
> different colors, just like I originally did for Lazarus years ago.

Implementation hint:
User defined $notes are

if (Line.SubTool=SubToolFPC) and (Line.MsgID=2025) then
  ...

The msg id only works if the -vq is passed. For example compiling via
"make" might not pass it through.


Mattias




More information about the Lazarus mailing list