1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed the id of the renameParticipant extension.

This commit is contained in:
Sergey Prigogin 2014-05-28 21:11:01 -07:00
parent 48b9c2e5ad
commit 85d96aa41d

View file

@ -4396,29 +4396,29 @@
id="org.eclipse.cdt.internal.ui.refactoring.extractfunction.ExtractFunctionRefactoring"> id="org.eclipse.cdt.internal.ui.refactoring.extractfunction.ExtractFunctionRefactoring">
</contribution> </contribution>
</extension> </extension>
<extension point="org.eclipse.ltk.core.refactoring.renameParticipants"> <extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
<renameParticipant id="org.eclipse.jdt.junit.renameTypeParticipant" <renameParticipant id="org.eclipse.cdt.ui.RenameSourceFolder"
name="%renameParticipant.name" name="%renameParticipant.name"
class="org.eclipse.cdt.internal.ui.refactoring.rename.RenameSourceFolder"> class="org.eclipse.cdt.internal.ui.refactoring.rename.RenameSourceFolder">
<enablement> <enablement>
<or> <or>
<with variable="affectedNatures"> <with variable="affectedNatures">
<iterate operator="or"> <iterate operator="or">
<equals value="org.eclipse.cdt.core.ccnature" /> <equals value="org.eclipse.cdt.core.ccnature" />
</iterate> </iterate>
</with> </with>
<with variable="affectedNatures"> <with variable="affectedNatures">
<iterate operator="or"> <iterate operator="or">
<equals value="org.eclipse.cdt.core.cnature" /> <equals value="org.eclipse.cdt.core.cnature" />
</iterate> </iterate>
</with> </with>
</or> </or>
<with variable="element"> <with variable="element">
<instanceof value="org.eclipse.core.resources.IFolder" /> <instanceof value="org.eclipse.core.resources.IFolder" />
</with> </with>
</enablement> </enablement>
</renameParticipant> </renameParticipant>
</extension> </extension>
<!-- Add support for undo / redo in the FileListControl --> <!-- Add support for undo / redo in the FileListControl -->
<extension <extension
id="org.eclipse.cdt.ui.FileListControlHandler" id="org.eclipse.cdt.ui.FileListControlHandler"