Try to find the function in the header.
* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
* model/org/eclipse/cdt/internal/core/model/BinaryFunction.java
* model/org/eclipse/cdt/internal/core/model/BinaryModule.java
Define for the contentType extensions for
type of files. Note this is incomplete
We have to wait for 3.1 when the ContentTypeManger
to be fully functionnal.
* plugin.xml
Allow grouping of namespace in the outliner.
See the appereance namespace.
* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
* src/org/eclipse/cdt/internal/ui/preferences/AppearancePreferencePage.java
* src/org/eclipse/cdt/ui/CElementGrouping.java
* src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java
* src/org/eclipse/cdt/ui/NamespacesGrouping.java
* src/org/eclipse/cdt/ui/PreferenceConstants.java
Remove annoying warnings and prevent the PathEntryManger
from firing on working Copies.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
limit base class selection to referenced projects
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
Part of the uncoming work to supply formatting in CDT
* src/org/eclipse/cdt/internal/corext/CodeFormatterUtil.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/text/CFormatingStrategy.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
* plugin.properties
* plugin.xml
Part of the uncoming work to supply formatting in CDT
* schema/CodeFormatter.exsd
* src/org/eclipse/cdt/core/CodePreferenceConstants.java
* src/org/eclipse/cdt/core/ToolFactory.java
* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
* plugin.properties
* plugin.xml
add support for IDeferredWorkbenchAdapter
* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java