| How to study source code? [message #138053] |
Fri, 17 February 2006 07:07  |
Eclipse User |
|
|
|
Originally posted by: zilong3927.sohu.com
Hi,
I need to implement a tree view (like "Window -> Customize Perspective ->
Shortcuts"),
so I want to study Eclipse source code about this part,
I download the source code, but I don't known how to start with it.
can someone provide me with an idea of which package should I start with?
Thanks,
Best Regards,
Peter
|
|
|
| Re: How to study source code? [message #138331 is a reply to message #138053] |
Fri, 17 February 2006 09:42  |
Eclipse User |
|
|
|
You can use this as a starting point. It details how to check out the source
code for the Eclipse debug platform as well as how to actually selfhost:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -debug-home/project/workspace.html
With these instructions you will be able to debug launch a second instance
of Eclipse from within Eclipse.
Then you can do something like: "Window -> Customize Perspective ->
> Shortcuts" in the second instance, go to first instance of Eclipse, go to
> the Debug perspective, go to the Debug view, pause the Main thread and
> find out which class implements said functionality by looking at the debug
> stack trace.
HTH
Darins
"Peter" <zilong3927@sohu.com> wrote in message
news:476e564165ce2dcf79151b94e202077f$1@www.eclipse.org...
> Hi,
>
> I need to implement a tree view (like "Window -> Customize Perspective ->
> Shortcuts"), so I want to study Eclipse source code about this part,
> I download the source code, but I don't known how to start with it.
> can someone provide me with an idea of which package should I start with?
>
> Thanks,
>
> Best Regards,
>
> Peter
>
|
|
|
Powered by
FUDForum. Page generated in 0.08174 seconds