IDE: messages: update on create synedit

git-svn-id: trunk@45260 -
This commit is contained in:
mattias 2014-05-31 21:47:31 +00:00
parent 6a15348fd3
commit e7674e7143

View File

@ -2394,6 +2394,8 @@ begin
if assigned(SharedEdit.FEditPlugin) then
SharedEdit.FEditPlugin.Changes := ETChanges;
end;
if MessagesView<>nil then
MessagesView.MessagesFrame1.CreateMarksForFile(SynEditor,FCodeBuffer.Filename,true);
{$ENDIF}
if (FIgnoreCodeBufferLock <= 0) and (not FCodeBuffer.IsEqual(SynEditor.Lines))
then begin