diff --git a/ide/etfpcmsgparser.pas b/ide/etfpcmsgparser.pas index 9575400433..ec34835079 100644 --- a/ide/etfpcmsgparser.pas +++ b/ide/etfpcmsgparser.pas @@ -1634,6 +1634,17 @@ var i: Integer; MsgLine: TMessageLine; begin + // change all low urgency messages in front of the last message to Important + i:=Tool.WorkerMessages.Count-1; + while i>=0 do begin + MsgLine:=Tool.WorkerMessages[i]; + if MsgLine.Urgency