Package org.eclipse.cdt.ui.text.folding

Interface Summary
ICFoldingPreferenceBlock Contributors to the org.eclipse.cdt.ui.foldingStructureProvider extension point can specify an implementation of this interface to be displayed on the C/C++ > Editor > Folding preference page.
ICFoldingStructureProvider Contributors to the org.eclipse.cdt.ui.foldingStructureProvider extension point must specify an implementation of this interface which will create and maintain ProjectionAnnotation objects that define folded regions in the the ProjectionViewer.