IDE: clear always codetools defines cache when macro values change

git-svn-id: trunk@21389 -
This commit is contained in:
mattias 2009-08-22 04:25:00 +00:00
parent 0f03282d39
commit 51d7653f6a

View File

@ -12372,6 +12372,7 @@ end;
procedure TMainIDE.OnCompilerParseStampIncreased;
begin
FRebuildingCompilerGraphCodeToolsDefinesNeeded:=true;
CodeToolBoss.DefineTree.ClearCache;
end;
function TMainIDE.SaveSourceEditorChangesToCodeCache(PageIndex: integer): boolean;