Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/Obsolete/ScannerDiscovery61/Design

< CDT‎ | Obsolete‎ | ScannerDiscovery61
Revision as of 10:57, 21 June 2013 by Angvoz.dev.gmail.com (Talk | contribs) (Extension Point)

Diagram

The implementation follows this design more or less:
ScannerDiscoveryClassDiagram.png

Extension Points

A language settings provider is defined with extension point org.eclipse.cdt.core.LanguageSettingsProvider:
LanguageSettingsProviderExtensionPoint.png

Screenshot

AG: This is how project properties settings scanner discovery tab might've looked. The page is possibly too overloaded though. NewScannerDiscoveryTab.png

Back to the top