mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:00:16 +02:00
codetools: GetValuesOfCaseVariable: WithTypeDefIfScoped default true
git-svn-id: trunk@56168 -
This commit is contained in:
parent
f424cce57e
commit
eee3db1cf7
@ -513,7 +513,7 @@ type
|
||||
out ListOfPCodeXYPosition: TFPList;
|
||||
SkipAbstractsInStartClass: boolean = false): boolean;
|
||||
function GetValuesOfCaseVariable(Code: TCodeBuffer; X,Y: integer;
|
||||
List: TStrings; WithTypeDefIfScoped: boolean): boolean;
|
||||
List: TStrings; WithTypeDefIfScoped: boolean = true): boolean;
|
||||
function GatherOverloads(Code: TCodeBuffer; X,Y: integer;
|
||||
out Graph: TDeclarationOverloadsGraph): boolean;
|
||||
|
||||
|
@ -434,7 +434,7 @@ type
|
||||
out ListOfPCodeXYPosition: TFPList;
|
||||
SkipAbstractsInStartClass: boolean = false): boolean;
|
||||
function GetValuesOfCaseVariable(const CursorPos: TCodeXYPosition;
|
||||
List: TStrings; WithTypeDefIfScoped: boolean): boolean;
|
||||
List: TStrings; WithTypeDefIfScoped: boolean = true): boolean;
|
||||
property Beautifier: TBeautifyCodeOptions read FBeautifier write FBeautifier;
|
||||
|
||||
procedure CalcMemSize(Stats: TCTMemStats); override;
|
||||
|
Loading…
Reference in New Issue
Block a user