mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 09:27:50 +01:00
IDE: test compiler options: clear messages
git-svn-id: trunk@45159 -
This commit is contained in:
parent
30ae28a289
commit
eb70911826
@ -40,7 +40,7 @@ uses
|
||||
CodeToolsStructs,
|
||||
// IDEIntf
|
||||
ProjectIntf, MacroIntf, IDEExternToolIntf, LazIDEIntf, IDEDialogs,
|
||||
PackageIntf,
|
||||
PackageIntf, IDEMsgIntf,
|
||||
// IDE
|
||||
Project, PackageSystem, ExtToolEditDlg, IDEProcs, EnvironmentOpts,
|
||||
LazarusIDEStrConsts, PackageDefs, CompilerOptions, TransferMacros, LazConf;
|
||||
@ -872,9 +872,10 @@ begin
|
||||
CompilerFiles:=nil;
|
||||
Target_PPUs:=nil;
|
||||
FPC_PPUs:=nil;
|
||||
IDEMessagesWindow.Clear;
|
||||
Screen.Cursor:=crHourGlass;
|
||||
try
|
||||
// do not confuse the user with cached data
|
||||
// make sure there is no invalid cache due to bugs
|
||||
InvalidateFileStateCache();
|
||||
|
||||
// check for special characters in search paths
|
||||
|
||||
Loading…
Reference in New Issue
Block a user