CDT Commit Report for - February 14, 2005

amagloire

2005-02-14 Alain Magloire
Fix for PR 84640, do the folding at the start of the ID
so code like this
static int
foo () {
}
will start the folding on "foo" and not on "static int"
* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java

the method should be static

corrected the bad links and use the old format.

2005-02-14 Alain Magloire
Part of 79596
* model/org/eclipse/cdt/core/model/CoreModel.java
* model/org/eclipse/cdt/core/model/IPathEntryContainerExtension.java
* model/org/eclipse/cdt/core/model/IPathEntryContainerExtensionListener.java
* model/org/eclipse/cdt/core/model/PathEntryContainerChanged.java
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java

aniefer

-Pointer to Members
-refactor getContainingScope and getContainingBlockItem to use less recursion

get declarations for C++

jcamelon

Applied patch for Andrew Niefer.
CPPSemantics#findTypeBinding() will help us resolve ambiguities.

mkhodjai

Bug 82264: Enhance the Shared Libraries view. Implementing module's properties.

vhirsl

Per file scanner configuration discovery profile. Added per file collector persistency and updated per project collector's persistency.