[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: How to learn eclipse source code

The easiest way to browse the source of Eclipse is to get the "
Eclipse for RCP/Plug-in Developers" package from http://www.eclipse.org/downloads/


When you're running that, you have available the source for most of the "core" Eclipse plugins like the runtime (Equinox), SWT and JFace, Jave tooling, RCP platform, PDE, etc. Just about everything you'd need to get an understanding of "how eclipse works."

Hope this helps,
Eric


On 12/11/2008 10:30 AM, À÷Ïþ¸Õ wrote:
Hi,
I hope that someone could help me.I want to know how eclipse works,so I
download the eclipse source code to learn,but there will be many wrongs when
I import it into an java application.

In the souce code catalogue,there were two catalogues,one is features and
the other is plugins. In each catalogue,there are many catalogues,and in
these catalogues,there are many files and a catalogue named src.In
catalogure src,there are packages.

When I use CVS to lined to dev.eclipse.org,I find there are many
catalogues,I don't know where is the eclipse soure code.

Thanks in advance,
Xiaogang Li