mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 02:46:13 +02:00
Put ecFindOverload into IFDEF, all the rest related to this command is also ifdefed
git-svn-id: trunk@61863 -
This commit is contained in:
parent
25f44c7bb3
commit
479abc2507
@ -4041,7 +4041,9 @@ begin
|
||||
IDECommandList.FindIDECommand(ecMakeResourceString).Enabled := Editable and StringFound;
|
||||
IDECommandList.FindIDECommand(ecFindIdentifierRefs).Enabled := IdentFound;
|
||||
IDECommandList.FindIDECommand(ecFindUsedUnitRefs).Enabled := IdentFound;
|
||||
{$IFDEF EnableFindOverloads}
|
||||
IDECommandList.FindIDECommand(ecFindOverloads).Enabled := IdentFound;
|
||||
{$ENDIF}
|
||||
IDECommandList.FindIDECommand(ecShowAbstractMethods).Enabled := Editable;
|
||||
IDECommandList.FindIDECommand(ecRemoveEmptyMethods).Enabled := Editable;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user