Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-03-20 20:20:15 +0000
committerAlain Magloire2003-03-20 20:20:15 +0000
commit9e690a9e38a3c8b1cbbfcfc3f970c2c52cd30be7 (patch)
tree1269c6aaf0521d58a16288a9fb65686e5f3c4e44
parent2e6ff3e23b767ab6860aa9046e955f156525ab17 (diff)
downloadorg.eclipse.cdt-9e690a9e38a3c8b1cbbfcfc3f970c2c52cd30be7.tar.gz
org.eclipse.cdt-9e690a9e38a3c8b1cbbfcfc3f970c2c52cd30be7.tar.xz
org.eclipse.cdt-9e690a9e38a3c8b1cbbfcfc3f970c2c52cd30be7.zip
updated.
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 0d50e0c6755..7b83192deab 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,12 @@
+2003-03-20 Alain Magloire
+
+ Patch from Chris Songer.
+
+ * src/org/eclipse/cdt/internal/ui/editor/CEditor.java:
+ The method setSelection() did not deal correctly with element
+ that did not have a offset, for example the a IBinary element
+ will have line number.
+
2002-12-12 Judy N Green
*src/org/eclipse/cdt/internal/ui/editor/CEditor.java
Fixed Bugzilla bug PR 25176

Back to the top