mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:39:22 +02:00
IDE: codetools error: scroll in Messages window
git-svn-id: branches/fixes_1_4@48083 -
This commit is contained in:
parent
2ba10e8051
commit
6d838f118c
@ -9333,7 +9333,8 @@ begin
|
|||||||
'Codetools');
|
'Codetools');
|
||||||
Msg.Flags:=Msg.Flags+[mlfLeftToken];
|
Msg.Flags:=Msg.Flags+[mlfLeftToken];
|
||||||
end else
|
end else
|
||||||
MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'Codetools');
|
Msg:=MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'Codetools');
|
||||||
|
MessagesView.SelectMsgLine(Msg);
|
||||||
|
|
||||||
// jump to error in source editor
|
// jump to error in source editor
|
||||||
if CodeToolBoss.ErrorCode<>nil then begin
|
if CodeToolBoss.ErrorCode<>nil then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user