[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Scanner config discovery and PathEntries
|
Thanks Vlad, I am just about to enable the new include/symbol page for
make projects at which time I'll check this in. Hopefully by end of day
today it will all be done.
Thanks again.
Dave.
Vladimir Hirsl wrote:
This patch contains new core and UI elements required for integration of
scanner config discovery feature and CPathEntry framework. Dave's initial
work in this direction is included.
My contribution is primarily in UI domain:
- new DiscoveredPathContainerPage to manage discovered scanner
configuration; replaces Paths and Symbols tab of project properties. The
page is accessible from C/C++ Project Paths property page, Path Containers
tab, select Discovered Paths container, than Edit....
- new DiscoveryOptionsBlock to manage project's discovery options.
Replaces ScannerConfigDiscoveryOptions dialog. The page is actually in
place of Paths and Symbols tab.
There is one small change to CPathEntry framework, namely CPElementSorter,
to exclude include paths and symbol definitions from alphabetical sort.
Future work (known deficiencies): Remove stored discovered scanner
configuration when the project is deleted.
Thanks,
Vmir