mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
update
This commit is contained in:
parent
265e894bfa
commit
8de45ed667
2 changed files with 17 additions and 0 deletions
|
@ -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
|
2002-11-27 Alain Magloire
|
||||||
|
|
||||||
* utils/.../utils/coff/PE.java (getAttribute):
|
* utils/.../utils/coff/PE.java (getAttribute):
|
||||||
|
|
|
@ -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
|
2002-12-06 David Inglis
|
||||||
|
|
||||||
* src/org/eclipse/cdt/internal/ui/editor/DefaultCEditorTextHover.java:
|
* src/org/eclipse/cdt/internal/ui/editor/DefaultCEditorTextHover.java:
|
||||||
|
|
Loading…
Add table
Reference in a new issue