mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 11:59:19 +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
|
if Code=nil then
|
||||||
Code:=fPascalBuffer;
|
Code:=fPascalBuffer;
|
||||||
Filename:=ExtractFilename(Code.Filename);
|
Filename:=ExtractFilename(Code.Filename);
|
||||||
IDEMessagesWindow.AddCustomMessage(mluError,ErrorMessage,Filename,Y,X);
|
IDEMessagesWindow.AddCustomMessage(mluError,ErrorMessage,Filename,Y,X,'Codetools');
|
||||||
Application.ProcessMessages;
|
Application.ProcessMessages;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user