IDE: invalidate file cache before building, after save

git-svn-id: branches/fixes_1_4@47680 -
This commit is contained in:
mattias 2015-02-10 15:24:49 +00:00
parent 4bf4341947
commit e3e1735838

View File

@ -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;