Contributions to this extension point define folding structures for the C/C++ editor. That is, they define the regions of a C/C++ source file that can be folded away. See <code>org.eclipse.jface.text.source.ProjectionViewer</code> for reference.
<p>
Extensions may optionally contribute a preference block which will appear on the C/C++ editor preference page.
</p>
The unique identifier of this provider.
The name of this provider. If none is given, the id is used instead.
An implementation of org.eclipse.cdt.ui.text.folding.ICFoldingStructureProvider
An implementation of org.eclipse.cdt.ui.text.folding.ICFoldingPreferenceBlock
3.0
See <code>org.eclipse.cdt.ui.text.folding.DefaultCFoldingStructureProvider</code> for an example.
<code>org.eclipse.cdt.ui.text.folding.DefaultCFoldingStructureProvider</code> provides the default folding structure for the C/C++ editor.
<code>org.eclipse.cdt.internal.ui.text.folding.DefaultCFoldingPreferenceBlock</code> provides the preference block for the default structure provider.
Copyright (c) 2001, 2006 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>