On Mon, 20 Apr 2015 16:45:42 +0100 Graeme Geldenhuys <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
