IDE: codeexplorer: set default set of figures

git-svn-id: trunk@19528 -
This commit is contained in:
mattias 2009-04-20 21:20:01 +00:00
parent 39701eb2d7
commit 620ea0b5c3

View File

@ -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;