mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 21:18:01 +02:00
IDE; check lfm: report codetools errors in Codetools view
git-svn-id: trunk@48352 -
This commit is contained in:
parent
1cf6b4b937
commit
78bd633196
@ -416,7 +416,7 @@ begin
|
||||
if Code=nil then
|
||||
Code:=fPascalBuffer;
|
||||
Filename:=ExtractFilename(Code.Filename);
|
||||
IDEMessagesWindow.AddCustomMessage(mluError,ErrorMessage,Filename,Y,X);
|
||||
IDEMessagesWindow.AddCustomMessage(mluError,ErrorMessage,Filename,Y,X,'Codetools');
|
||||
Application.ProcessMessages;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user