mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:52:11 +02:00
IDE: invalidate file cache before building, after save
git-svn-id: branches/fixes_1_4@47680 -
This commit is contained in:
parent
4bf4341947
commit
e3e1735838
@ -6409,6 +6409,9 @@ begin
|
||||
if Result<>mrOK then
|
||||
if ConsoleVerbosity>0 then
|
||||
debugln(['TMainIDE.DoSaveForBuild PkgBoss.DoSaveAllPackages failed']);
|
||||
|
||||
// get non IDE disk changes
|
||||
InvalidateFileStateCache;
|
||||
end;
|
||||
|
||||
function TMainIDE.DoSaveProjectToTestDirectory(Flags: TSaveFlags): TModalResult;
|
||||
|
Loading…
Reference in New Issue
Block a user