1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2002-12-06 19:59:36 +00:00
parent 265e894bfa
commit 8de45ed667
2 changed files with 17 additions and 0 deletions

View file

@ -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):

View file

@ -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: