I found I kept having to look up where files were in the CDT viewcvs
repository, since they all get merged into one plugin (even if you
have the source available, it doesn't tell where it came from). So I
put together a little utility which I've been meaning to for a while
which will allow you to type in a partial name, and then get a
hyperlink to that source file via viewcvs, instead of having to
navigate through tedious folder levels only to find out that the
directory is empty because it's been moved somewhere else.
Might help others on this list, so here's the link:
http://alblue.appspot.com/search/cdt/
You can add the pattern onto the end of the URL e.g.
http://alblue.appspot.com/search/cdt/IPDOM
will list
org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/
dom/IPDOMIndexer.java
org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/
dom/IPDOMIndexerTask.java
org.eclipse.cdt/all/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/
dom/IPDOMManager.java
...
Alex