CDT Indexer Change History in Eclipse

First, here’s the original indexer preference page of eclipse 3.5 (CDT 6.0):

eclipse35_cdt60

In eclipse 3.6 (CDT 7.0), the full indexer is removed in favour of the fast indexer.

eclipse36_cdt70

And in eclipse 3.7 (CDT 8.0), there seems to be no big changes, “Index source and header files opened in editor) is added and set to false by default:

eclipse37_cdt80

Now, here’s the indexer preference page of eclipse 3.8/4.2 (CDT 8.1). Two changes: 1) Bug 197989 – Headers included in different variants are not supported. 2) Bug 377992 – Enable the “Index unused headers” preference by default. In addition, option to parse files up-front from UI is removed.

eclipse38_cdt81

I just want to read source code of apr and glib, to learn from them. When I created a C project and imported all files into it, some symbols were unresolved or wrongly resolved. In eclipse 3.7/3.8 (CDT 8.0/8.1), I managed to work it out by importing only unix-specific source files.

There’s a performance issue in eclipse Juno 4.2, but Juno 3.8 is not affected. So I strongly suggest to use 3.8 version. Since there’s no all-in-one package for 3.8. It is suggested to download the platform package (not the huge SDK package), and install CDT online.

Leave a Reply

Your email address will not be published. Required fields are marked *