mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 02:19:37 +02:00
IDE: fixed putting codetools errors in Codetools
git-svn-id: trunk@49722 -
This commit is contained in:
parent
15cf5f6d7e
commit
8f0fe2f638
@ -5658,7 +5658,7 @@ begin
|
|||||||
'Codetools');
|
'Codetools');
|
||||||
Result.Flags:=Result.Flags+[mlfLeftToken];
|
Result.Flags:=Result.Flags+[mlfLeftToken];
|
||||||
end else
|
end else
|
||||||
Result:=MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'Codetools');
|
Result:=MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'',0,0,'Codetools');
|
||||||
MessagesView.SelectMsgLine(Result);
|
MessagesView.SelectMsgLine(Result);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user