| search eclipse sources [message #303290] |
Thu, 11 May 2006 13:39  |
Eclipse User |
|
|
|
Hi all,
How can I search the eclipse source code itself? Can I do this within
Eclipse? This is an essential tool for development. For example, I want to
know what plugin provides the "Open File..." action. How can I do that?
The only way I know is to search the eclipse source code...
- Matt
|
|
|
|
|
| Re: search eclipse sources [message #303298 is a reply to message #303294] |
Thu, 11 May 2006 15:01  |
Eclipse User |
|
|
|
Paul and Rich,
Thanks for your quick and helpful replies. Import as Source was exactly
what I needed. I just set up a new workspace for searching the eclipse
sources so I wouldn't bloat up my normal workspace. Import as Source
allowed me to use File Search which was exactly what I wanted to do. Thanks
again.
- Matt
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:e3vu05$lhv$2@utils.eclipse.org...
>
> I don't recommend import as source. If the source is available, use import
> as binary with linked content. The source will be attached and java
> searches (such as implementers of or references to) will still work fine.
> Importing as source plugin doesn't always work because some of the plugins
> have special build requirements which are not met by bringing the source
> only. Besides, this also would require compiling them again, which isn't
> necessary if using binary.
>
>> Under Import As, you can pick one of 3 options. If you pick Projects
>> with source folders, it will copy the source into your workspace and it
>> will be available for all of the workspace search operations.
>>
>> Later,
>> PW
>
> --
> Thanks,
> Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.05457 seconds