| [cdt-dev] "Automated discovery of paths and symbols" still can be seen in the the folder-level and file-level when the project-level "Discover profiles scope" is "Configuration-wide" . |
|
Hi, As changed the project-level
“Discover profiles scope” to “Configuration-wide”, I
found that the changes in the “Automated discovery of paths and
symbols” in the folder-level and file-level could not be saved. Then I
found those comments in DiscoveryTab.canBeVisible(). // Hide this page for folders and files// if Discovery scope is "per configuration", not "per resource"
It seems that if Discovery scope is "per
configuration", not "per resource", the page is invisible for
folder-level and file-level. However, I found that the composite
“Automated discovery of paths and symbols” still can be seen in the
DiscoveryTab of the folder-level and file-level, although the changes in that
composite can not be saved. So I am not whether we should set the composite
“Automated discovery of paths and symbols” to invisible, when the Discovery
scope is "per configuration". Moreover, is it needed that the
Discovery Options page could be seen in this situation? Thanks, Yi |