mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
new method getElementAtOffset()
Change CElement.equals()
This commit is contained in:
parent
f427f3d5eb
commit
a693c52f25
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2004-02-16 Alain Magloire
|
||||||
|
|
||||||
|
Added new method getElementAtOffset(), with implementation
|
||||||
|
Possible classCastException in Translation.equals() corrected.
|
||||||
|
* model/org/eclipse/cdt/core/model/ITranslationUnit.java
|
||||||
|
* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
|
||||||
|
|
||||||
|
CElement.exists() was doing the test by checking
|
||||||
|
if we add a corresponding resource. We change that
|
||||||
|
instead by looking if we have a valid CElementInfo.
|
||||||
|
* model/org/eclipse/cdt/internal/core/model/CElement.java
|
||||||
2004-02-10 Tanya Wolff
|
2004-02-10 Tanya Wolff
|
||||||
Start of Fix for 51192: The defect is for all org.eclipse.cdt.core strings, but each package
|
Start of Fix for 51192: The defect is for all org.eclipse.cdt.core strings, but each package
|
||||||
should be handled by respective component owners.
|
should be handled by respective component owners.
|
||||||
|
|
Loading…
Add table
Reference in a new issue