From a289e10de1bcf9d583b60b43b4f6b1d78364b97e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 8 Oct 2003 19:04:15 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 3fc6d6b8be8..48274baccb4 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,12 @@ +2003-10-08 Alain Magloire + + Do selection better for Binary objects, the binary + elements do not have offset information but only line number. + We can leverage, by looking at the offset corresponding to + the line. + + * src/org/eclipse/cdt/internal/ui/CEditor.java + 2003-10-01 Andrew Niefer -bug44032 - deleting/moving files breaks search * modified src/org/eclipse/cdt/ui/CSearchResultLabelProvider getText to return empty string instead of null