mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-30 03:33:37 +02:00
2004-08-27 Alain Magloire
Fix for PR 72782 * model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
This commit is contained in:
parent
9c052a05d1
commit
95339bf03f
2 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-27 Alain Magloire
|
||||
|
||||
Fix for PR 72782
|
||||
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
|
||||
|
||||
2004-08-26 Alain Magloire
|
||||
|
||||
Do not call computeSources() multiple times.
|
||||
|
|
|
@ -526,12 +526,6 @@ public class DeltaProcessor {
|
|||
IProject project = (IProject)resource;
|
||||
if (element != null) {
|
||||
if (project.isOpen()) {
|
||||
if ( CoreModel.hasCNature(project) ) {
|
||||
// project opening... lets add the runner to the
|
||||
// map but no need to start it since the deltas
|
||||
// will populate containers
|
||||
CModelManager.getDefault().getBinaryRunner((ICProject)element, false);
|
||||
}
|
||||
elementOpened(element, delta);
|
||||
updateIndexAddResource(element, delta);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue