diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 802e128fbb2..9ab9e25cc71 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,8 @@ +2002-12-06 Alain Magloire + + * indexer/.../internal/core/index/CTagsentry.java (parse): Remove + The parsing was wrong for Exuberant Ctags. + 2002-11-27 Alain Magloire * utils/.../utils/coff/PE.java (getAttribute): diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 2efed43a55b..c9ed1309a62 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,15 @@ +2002-12-06 Alain Magloire + + The hovering uses to the indexer to gather some information, but + it is sometime wrong since the information should be base on the context + say: + structure->printf + Obviously you do not want to know about libc printf() stdio call. + This will take sometime to fix. + + * src/org/eclipse/cdt/internal/ui/editor/DefaultCEditortextHover.java (getHoverInfo): + Beautify the print. + 2002-12-06 David Inglis * src/org/eclipse/cdt/internal/ui/editor/DefaultCEditorTextHover.java: