mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
IDE: Update Highlighter settings when changing mode (objfpc) in project settings (invalidate codetool cache). Issue #39633
This commit is contained in:
parent
8dd98146a1
commit
4f17781352
@ -5305,6 +5305,7 @@ begin
|
||||
Project1.WriteProject([pwfSkipSeparateSessionInfo,pwfIgnoreModified],
|
||||
aFilename,EnvironmentOptions.BuildMatrixOptions);
|
||||
end;
|
||||
Project1.DefineTemplates.AllChanged(false);
|
||||
SourceEditorManager.BeginGlobalUpdate;
|
||||
SourceEditorManager.UpdateDefaultDefaultSyntaxHighlighterId;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user