forked from phoedos/pmd
Added props for CPD Viewer
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1755 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
# Plugin properties
|
||||
#
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMD
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Tom Copeland
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.5
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Tom Copeland, Jiger Patel
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.6
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.00.99.00
|
||||
@ -14,14 +14,23 @@ plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=saxpath-1.0-fcs.jar
|
||||
#
|
||||
# Menu properties
|
||||
#
|
||||
pmd-menu=pmd-check-current-file pmd-check-current-directory pmd-check-current-directory-recursively
|
||||
pmd-menu=pmd-check-current-file pmd-check-current-directory pmd-check-current-directory-recursively %pmd-cpd
|
||||
pmd-cpd=cpd-currentfile cpd-dir cpd-dir-recursively
|
||||
|
||||
pmd-menu.label=$PMD
|
||||
pmd-check-current-file.label=Check current file
|
||||
pmd-check-current-directory.label=Check all files in current directory
|
||||
pmd-check-current-directory-recursively.label=Check directory recursively
|
||||
|
||||
pmd-cpd.label=Detect Duplicate Code
|
||||
cpd-currentfile.label=In Current File
|
||||
cpd-dir.label=In Directory
|
||||
cpd-dir-recursively.label=In Directory Recursively
|
||||
#
|
||||
# Option pane properties
|
||||
#
|
||||
options.PMD.title=PMD
|
||||
options.PMD.label=PMD
|
||||
|
||||
#Dockables properties.
|
||||
cpd-viewer.title=Copy/Paste Detector
|
||||
|
Reference in New Issue
Block a user