mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 07:41:12 +02:00
codetools: clean up
git-svn-id: trunk@31243 -
This commit is contained in:
parent
452f12804c
commit
106483477d
@ -32,7 +32,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, Dialogs,
|
||||
IDEDialogs, LazIDEIntf, SrcEditorIntf,
|
||||
CodeToolManager, CodeCache, CodeTree, BasicCodeTools,
|
||||
CodeToolManager, CodeTree, BasicCodeTools,
|
||||
CodyUtils, CodyStrConsts;
|
||||
|
||||
type
|
||||
|
@ -226,7 +226,7 @@ begin
|
||||
Item.ProgressItem:=CreateProgressItem('FPCSrcScan',
|
||||
Format(lisCreatingFileIndexOfFPCSources, [Directory]),
|
||||
lisTheFileIndexIsNeededForFunctionsLikeFindDeclaratio);
|
||||
{$IFDEF VER2_4}
|
||||
{$IF defined(VER2_4_2) or defined(VER2_4_3)}
|
||||
Item.Resume;
|
||||
{$ELSE}
|
||||
Item.Start;
|
||||
|
Loading…
Reference in New Issue
Block a user