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

Difference between revisions of "CDT/Obsolete/ScannerDiscovery61/API"

(New page: === Scanner Discovery project === The project is hosted currently on GitHub. Please, refer there [https://github.com/angvoz/SD80/ https://github.com/angvoz/SD80/] for the most recent API a...)
 
m (API)
Line 5: Line 5:
 
=== API ===
 
=== API ===
 
# New interface [https://github.com/angvoz/SD80/blob/sd80.Patch1.CDT/all/org.eclipse.cdt.core/model/org/eclipse/cdt/core/language/settings/providers/ILanguageSettingsProvider.java ILanguageSettingsProvider]
 
# New interface [https://github.com/angvoz/SD80/blob/sd80.Patch1.CDT/all/org.eclipse.cdt.core/model/org/eclipse/cdt/core/language/settings/providers/ILanguageSettingsProvider.java ILanguageSettingsProvider]
This base interface is the cornerstone of the new Scanner Discovery functionality. In the nutshell,
+
This base interface is the cornerstone of the new Scanner Discovery functionality.

Revision as of 12:52, 26 December 2010

Scanner Discovery project

The project is hosted currently on GitHub. Please, refer there https://github.com/angvoz/SD80/ for the most recent API and code. Use branch [sd80] for bleeding edge code and [sd80.Patch#.CDT] to take a look at clean patches intended for CDT submission.

API

  1. New interface ILanguageSettingsProvider

This base interface is the cornerstone of the new Scanner Discovery functionality.

Back to the top