Added CPD actions

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1758 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2003-04-16 07:01:31 +00:00
parent 476a7fe46d
commit 630367cf32

View File

@ -16,4 +16,19 @@
net.sourceforge.pmd.jedit.PMDJEditPlugin.checkDirectoryRecursively(view);
</CODE>
</ACTION>
<ACTION NAME="cpd-currentfile">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.CPDCurrentFile(view);
</CODE>
</ACTION>
<ACTION NAME="cpd-dir">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.CPDDir(view,false);
</CODE>
</ACTION>
<ACTION NAME="cpd-dir-recursively">
<CODE>
net.sourceforge.pmd.jedit.PMDJEditPlugin.CPDDir(view,true);
</CODE>
</ACTION>
</ACTIONS>