Good morning! On Friday 27 April 2007 22:33:47 Werner Schuster (murphee) wrote: > Could you post the extension code for refactoringParticipant (from your > plugin.xml);
Sure:
<extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
<renameParticipant
id="org.rubypeople.rdt.refactoring.renameTypeParticipant" name="Rename
Refactoring"
class="TestParticipant">
<enablement>
<with variable="affectedNatures">
<iterate operator="or">
<equals value="org.rubypeople.rdt.core.rubynature"/>
</iterate>
</with>
<with variable="element">
<instanceof value="org.eclipse.core.resources.IFile"/>
</with>
</enablement>
</renameParticipant>
</extension>
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Rubyeclipse-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development
