mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:00:16 +02:00
IDE: codeexplorer: set default set of figures
git-svn-id: trunk@19528 -
This commit is contained in:
parent
39701eb2d7
commit
620ea0b5c3
@ -86,7 +86,14 @@ const
|
||||
DefaultCodeExplorerCategories = [cecUses,
|
||||
cecTypes,cecVariables,cecConstants,cecProcedures];
|
||||
cefcAll = [low(TCEFigureCategory)..high(TCEFigureCategory)];
|
||||
DefaultCodeExplorerFigureCategories = cefcAll;
|
||||
DefaultCodeExplorerFigureCategories = [
|
||||
cefcLongProcs,
|
||||
cefcEmptyProcs,
|
||||
cefcUnnamedConsts,
|
||||
cefcEmptyBlocks,
|
||||
cefcPublishedPropWithoutDefault,
|
||||
cefcToDos
|
||||
];
|
||||
DefaultFigLongProcLineCount = 50;
|
||||
DefaultFigLongParamListCount = 6;
|
||||
DefaultFigNestedProcCount = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user