[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: how to modify project rename?

I would point here:
Identifier: org.eclipse.ltk.core.refactoring.renameParticipants


Since:
3.0



Description:
This extension point is used to define refactoring rename participants. The 
reader of the expression provides the following predefined variables which 
can be referenced via the <with variable="..."> expression element:

  a.. Object element: the element to be renamed
  b.. List<String> affectedNatures: a list containing the natures of the 
projects affected by the refactoring
  c.. String processorId: the id of the refactoring processor that will own 
the participant.
The default variable used during expression evaluation is bound to the 
element variable.

"Ed Merks" <merks@xxxxxxxxxx> wrote in message 
news:fqgti9$dvd$4@xxxxxxxxxxxxxxxxxxxx
> Yes, there is a full refactoring framework and you can be a participant of 
> it.  (I'm not sure where to point you though, but I bet google would be 
> helpful.)
>
>
> dansteu wrote:
>> Hi all!
>> I have a trouble about rename eclipse options in my own plugin I am 
>> developing.
>> When I rename my file inside my project, I need to rename also another 
>> file that is strongly linked to my file. Is there a way to modify eclipse 
>> rename system?
>>
>> Thanks very much in advance
>>