Configuring tree browser colors

A number of configuration options exist which allow you to control how nodes of various types are displayed:
Foreground color configuration option Background color configuration option Node type
TBFunctionNormalFG
TBFunctionNormalBG
Functions in the static calls browser with debugging information.
TBFunctionNoInfoFG
TBFunctionNoInfoBG
Functions in the static calls browser without debugging information.
TBFunctionRecursiveFG
TBFunctionRecursiveBG
Functions which may be recursive in the static calls browser.
TBFunctionAdrTakenFG
TBFunctionAdrTakenBG
Nodes representing the possibility of calls to a function through a function pointer.
TBDynNormalFG
TBDynNormalBG
Functions with debugging information in the dynamic calls browser.
TBDynNoInfoFG
TBDynNoInfoBG
Functions without debugging information in the dynamic calls browser.
TBFileNormalFG
TBFileNormalBG
Files with debugging information.
TBFileNoInfoFG
TBFileNoInfoBG
Files without debugging information.
TBClassUnionFG
TBClassUnionBG
Unions.
TBClassStructFG
TBClassStructBG
Classes and structs.
TBClassNoInfoFG
TBClassNoInfoBG
Types without debugging information.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.