[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: Mouse Event in Eclipse plugin
|
- From: Ed Merks <merks@xxxxxxxxxx>
- Date: Mon, 12 Nov 2007 07:46:46 -0500
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Robbin,
So as a general rule, post your question to one and only one newsgroup.
Pick the one that's most directly related to your topic question. This
question is likely so vague no one will answer it. It's just not clear
what you are trying to achieve. Normally one would respond to a
selection and determine if the selected thing is a project, can be
adapted to a project, or is a resource and can be adapted to a resource
and from that you can use IResource.getProject() to determine what
project it's in. Or you'd use drag and drop and then the source and
target providers would help indicate what type of object you are
dragging from and to. So maybe it will help if you describe what it is
you are trying to implement...
robbin wrote:
> Sorry ,I'm a newComer .
> "Ed Merks" <merks@xxxxxxxxxx> wrote in message
> news:fh8det$i0j$1@xxxxxxxxxxxxxxxxxxxx
>> Robbin,
>>
>> It's really annoying how you ask the same questions on so many
>> newsgroups. Please don't do this. Ask on one newsgroup. If you must post
>> to multiple groups, use a single posting to all groups rather than ask
>> three separate questions as you've done for here, JDT, and platform.
>>
>>
>> robbin wrote:
>>> Hi:
>>> In an Eclipse plugin project , there're many projects ,but I want to
>>> get the exact project name while the pointer points to it!
>>> So how to get it ?Please give me some suggetions or examples.
>>> Thank you !
>>> Robbin
>>
>